Interface JSONSchema4Object

interface JSONSchema4Object {
    [key: string]: JSONSchema4Type;
}

Indexable

[key: string]: JSONSchema4Type

Generated using TypeDoc