blob: 6077d9d733a7534813e0e6455ffa8a2ddba45f9b [file] [log] [blame]
{
"type": "object",
"title": "devices",
"required": [
"devices"
],
"properties": {
"devices": {
"type": "array",
"xml": {
"name": "cluster",
"wrapped": true
},
"items": {
"type": "string",
"title": "device",
"example": "of:0000000000000001"
}
}
}
}