GET http://[host-proxy]/api/view/ToolMacro/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"input": {
"readonly": false,
"required": false,
"type": "string",
"title": "Macro"
},
"show_context": {
"default": "True",
"type": "boolean",
"title": "Show Context"
},
"context_hierarchy": {
"choices": [
{
"value": "",
"title": ""
}
],
"readonly": false,
"required": false,
"type": "string",
"title": "Context Hierarchy"
},
"context": {
"type": "string",
"description": "Json formatted context data. ",
"title": "Context Data"
},
"output": {
"readonly": false,
"required": false,
"type": "string",
"title": "Output"
}
},
"schema_version": "0.1.0"
}