blob: 7ab7a1196d93e682cf4fb5f7e49a91067f1f7b7d [file] [log] [blame]
{
"type": "object",
"title": "regions",
"required": [
"regions"
],
"properties": {
"regions": {
"type": "array",
"xml": {
"name": "regions",
"wrapped": true
},
"items": {
"type": "object",
"title": "region",
"required": [
"id",
"name",
"type",
"masters"
],
"properties": {
"id": {
"type": "string",
"example": "1"
},
"name": {
"type": "string",
"example": "region"
},
"type": {
"type": "string",
"example": "ROOM"
},
"masters": {
"type": "array",
"xml": {
"name": "masters",
"wrapped": true
},
"items": {
"type": "array",
"xml": {
"name": "masters",
"wrapped": true
},
"items": {
"type": "string",
"example": "1"
}
}
}
}
}
}
}
}