Interface ReferenceSchemaMap

Map for storing refs and the respective schemas they are pointing to.

interface ReferenceSchemaMap {
    [ref: string]: JsonSchema;
}

Indexable

[ref: string]: JsonSchema

Generated using TypeDoc