Interface IPropertyObject

interface IPropertyObject {
    [key: string]: JsonSchema;
}

Indexable

[key: string]: JsonSchema

Generated using TypeDoc