InterfaceSchema

interface Schema {
    anyOf: SchemaCondition[];
    properties: {
        [field: string]: SchemaProperty | undefined;
    };
}

Properties

Properties

List of schema conditions

properties: {
    [field: string]: SchemaProperty | undefined;
}

Schema properties