Nog CLI Developer Guide - v0.10.5
    Preparing search index...

    Result structure of a merge operation on 'allOf' schemas.

    interface AllOfMergeResult {
        additionalRefs: string[];
        primaryRef?: string;
        properties: Map<string, IrProperty>;
        requiredFields: Set<string>;
    }
    Index

    Properties

    additionalRefs: string[]

    Names of additional mixins flattened into this schema

    primaryRef?: string

    Name of the primary parent model (first $ref) used for class inheritance

    properties: Map<string, IrProperty>

    Map of flattened properties indexed by property name

    requiredFields: Set<string>

    Set of field names that are required in the resulting schema