vira - v31.18.2
    Preparing search index...

    Type Alias SchemaResolveContext

    Context used while resolving $ref entries against a root schema's $defs (or definitions) map. A stack of seen refs prevents infinite recursion from cyclical schemas.

    type SchemaResolveContext = {
        root: ViraJsonSchemaObject | undefined;
        seenRefs: ReadonlySet<string>;
    }
    Index

    Properties

    Properties

    root: ViraJsonSchemaObject | undefined
    seenRefs: ReadonlySet<string>