blob: 8adf2dea287ba39e812898a97a190b30a342bdd5 [file] [log] [blame]
{
"type": "object",
"title": "device",
"required": [
"id",
"deviceCount",
"linkCount",
"root"
],
"properties": {
"id": {
"type": "integer",
"format": "int64",
"example": 1
},
"deviceCount": {
"type": "integer",
"format": "int64",
"example": 3
},
"linkCount": {
"type": "integer",
"format": "int64",
"example": 4
},
"root": {
"type": "string",
"example": "of:0000000000000001"
}
}
}