Interface ConditionKeywords

interface ConditionKeywords {
    dependentRequired?: Dict<boolean | string[] | JSONSchema>;
    dependentSchemas?: Dict<boolean | JSONSchema>;
    else?: boolean | JSONSchema;
    if?: boolean | JSONSchema;
    then?: boolean | JSONSchema;
}

Hierarchy (view full)

Properties

dependentRequired?: Dict<boolean | string[] | JSONSchema>
dependentSchemas?: Dict<boolean | JSONSchema>
else?: boolean | JSONSchema
if?: boolean | JSONSchema
then?: boolean | JSONSchema