GET http://[host-proxy]/api/device/cuc/SpeechSearchResult/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"Confidence": {
"minItems": 0,
"type": "string",
"name": "Confidence",
"title": "Confidence"
},
"userobjectid": {
"description": "Query parameter",
"name": "userobjectid",
"format": "uri",
"title": "Userobjectid",
"required": false,
"choices": [],
"target_attr": "ObjectId",
"target_model_type": "device/cuc/User",
"type": [
"string"
],
"target": "/api/device/cuc/User/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"Type": {
"minItems": 0,
"type": "string",
"name": "Type",
"title": "Type"
},
"Name": {
"minItems": 0,
"type": "string",
"name": "Name",
"title": "Name"
},
"ID": {
"minItems": 0,
"type": "string",
"name": "ID",
"title": "ID"
}
},
"schema_version": "14.0"
}