Interface IJSONSchemaMap

interface IJSONSchemaMap {
    [name: string]: IJSONSchema;
}

Indexable

[name: string]: IJSONSchema