GET http://[host-proxy]/api/view/WorkflowCore_SampleView/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"name": {
"title": "Template Name",
"type": "string",
"maxLength": 1024
},
"siteName": {
"title": "Site Name",
"type": "string",
"maxLength": 1024
},
"startE164": {
"title": "StartE164",
"type": "string",
"maxLength": 1024
},
"endE164": {
"title": "End E164",
"type": "string",
"maxLength": 1024
},
"startDN": {
"title": "Start DN",
"type": "string",
"maxLength": 1024
},
"endDN": {
"title": "End DN",
"type": "string",
"maxLength": 1024
}
}
}