GET http://[host-proxy]/api/view/WebexReplaceDevice/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"existingMac": {
"title": "Current MAC Address",
"type": "string",
"required": true
},
"product": {
"title": "Product",
"type": "string"
},
"personEmail": {
"title": "User",
"type": "string"
},
"workspaceName": {
"title": "Workspace",
"type": "string"
},
"newMac": {
"title": "New MAC Address",
"type": "string",
"required": true
},
"custom_string_1": {
"title": "custom_string_1",
"type": "string"
},
"custom_string_2": {
"title": "custom_string_2",
"type": "string"
},
"custom_string_3": {
"title": "custom_string_3",
"type": "string"
},
"custom_string_4": {
"title": "custom_string_4",
"type": "string"
},
"custom_string_5": {
"title": "custom_string_5",
"type": "string"
},
"custom_string_6": {
"title": "custom_string_6",
"type": "string"
},
"custom_string_7": {
"title": "custom_string_7",
"type": "string"
},
"custom_string_8": {
"title": "custom_string_8",
"type": "string"
},
"custom_string_9": {
"title": "custom_string_9",
"type": "string"
},
"custom_string_10": {
"title": "custom_string_10",
"type": "string"
},
"custom_boolean_1": {
"title": "custom_boolean_1",
"type": "boolean"
},
"custom_boolean_2": {
"title": "custom_boolean_2",
"type": "boolean"
},
"custom_boolean_3": {
"title": "custom_boolean_3",
"type": "boolean"
},
"custom_boolean_4": {
"title": "custom_boolean_4",
"type": "boolean"
},
"custom_boolean_5": {
"title": "custom_boolean_5",
"type": "boolean"
},
"custom_boolean_6": {
"title": "custom_boolean_6",
"type": "boolean"
},
"custom_boolean_7": {
"title": "custom_boolean_7",
"type": "boolean"
},
"custom_boolean_8": {
"title": "custom_boolean_8",
"type": "boolean"
},
"custom_boolean_9": {
"title": "custom_boolean_9",
"type": "boolean"
},
"custom_boolean_10": {
"title": "custom_boolean_10",
"type": "boolean"
}
}
}