Schema bkBlockMemberConstraint_Enum.json
Resolve referenced schemas (may reorder keys)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "Constraint specification for a property of type enum",
"title": "Enum constraint",
"$ref": "bkBase.json",
"properties": {
"possibleValues": {
"description": "Array of all the possible enum values.",
"type": "array",
"items": {
"$ref": "bkBlockMemberConstraintEnumOption.json"
}
}
},
"required": [
"possibleValues"
]
}