GET http://[host-proxy]/api/view/NumberInventoryAudit/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"scope": {
"default": "All",
"choices": [
{
"value": "All",
"title": "All"
},
{
"value": "Specific",
"title": "Specific"
}
],
"type": "string",
"title": "Would you like to audit all sites or a subset of sites ?"
},
"site_X": {
"items": {
"attr_props": [
{
"type": "string",
"name": "sites_x",
"title": "Chosen Sites"
}
],
"type": "string"
},
"type": "array",
"title": "Sites"
},
"iniModel": {
"default": "Site",
"choices": [
{
"value": "Customer",
"title": "Customer"
},
{
"value": "Site",
"title": "Site"
}
],
"type": "string",
"title": "Is Number Inventory deployed at Customer or Site Level ?"
}
},
"schema_version": "2.0"
}