{ "definitions": { "Device": { "type": "object", "properties": { "id": { "type": "string" }, "idType": { "type": "string", "enum": [ "class" ] } }, "required": [ "id", "idType" ] } } }