Interface JSONSchema6Object

interface JSONSchema6Object {
    [key: string]: JSONSchema6Type;
}

Indexable

[key: string]: JSONSchema6Type

Generated using TypeDoc