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": {
"type": "string",
"title": "Template Name"
},
"siteName": {
"type": "string",
"title": "Site Name"
},
"startE164": {
"type": "string",
"title": "StartE164"
},
"endE164": {
"type": "string",
"title": "End E164"
},
"startDN": {
"type": "string",
"title": "Start DN"
},
"endDN": {
"type": "string",
"title": "End DN"
}
}
}