interface CompileSchemaOptions {
    baseIRI?: string;
    maxDepth?: number;
}

Properties

Properties

baseIRI?: string

Optional base IRI used for inferring type IRIs from definition names when no @type.const is present in the schema.

maxDepth?: number

Maximum depth when resolving value-object $ref chains. Entity $refs are never inlined regardless of this setting. Default: 20