GET http://[host-proxy]/api/device/roomos/WebexDevice/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"XMLSnippet": {
"name": "XMLSnippet",
"type": "string",
"title": "XML Snippet",
"maxLength": 1024
},
"name": {
"name": "name",
"type": "string",
"title": "Name",
"maxLength": 1024
}
},
"schema_version": "10.11"
}