interface JSONSchemaMap {
    [name: string]: JSONSchemaRef;
}

Indexable

[name: string]: JSONSchemaRef