blob: 55e1e9d28f96f3574cc8fb96dea70c38a282adfd [file] [log] [blame]
{
"type": "object",
"title": "roleInfo",
"required": [
"master",
"backups"
],
"properties": {
"master": {
"type": "string",
"example": "1"
},
"backups": {
"type": "array",
"xml": {
"name": "backups",
"wrapped": true
},
"items": {
"type": "string",
"example": "1"
}
}
}
}