GET http://[host-proxy]/api/view/AddFeature_SelectModelAttrs/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"model_type": {
"readonly": false,
"required": false,
"type": "string",
"title": "Model Type"
},
"attrs": {
"title": "Model Attributes",
"items": {
"type": "string",
"choices": [
{
"value": " ",
"title": " "
}
]
},
"required": false,
"readonly": false,
"type": "array"
}
},
"schema_version": "0.1.0"
}