GET http://[host-proxy]/api/device/cuc/ObjectDetails/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"ObjectId": {
"description": "template parameter [1]",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"HomeLocationObjectId": {
"minItems": 0,
"type": "string",
"name": "HomeLocationObjectId",
"title": "Home Location Object Id"
},
"URI": {
"minItems": 0,
"title": "URI",
"type": "string",
"name": "URI",
"format": "uri",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"choices": []
},
"HomeLocationURI": {
"minItems": 0,
"title": "Home Location URI",
"type": "string",
"name": "HomeLocationURI",
"format": "uri",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"choices": []
},
"CurrentObjectVersion": {
"minItems": 0,
"type": "integer",
"name": "CurrentObjectVersion",
"title": "Current Object Version"
},
"ObjectType": {
"minItems": 0,
"type": "integer",
"name": "ObjectType",
"title": "Object Type"
}
},
"schema_version": "14.0"
}