{ "type": "object", "definitions": { "string_enum_property": { "type": "string", "enum": [ "first", "second" ] } }, "properties": { "type": { "type": "string", "enum": [ "entity_with_string_enum_property" ] }, "property": { "$ref": "#/definitions/string_enum_property" } }, "required": [ "type", "property" ] }