GET http://[host-proxy]/api/view/AddFeature_Attributes/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"attrs": {
"title": "Attributes",
"items": {
"type": "object",
"properties": {
"name": {
"required": true,
"type": "string",
"title": "Name"
},
"type": {
"title": "Type",
"default": "string",
"required": true,
"choices": [
{
"value": "array",
"title": "Array"
},
{
"value": "boolean",
"title": "Boolean"
},
{
"value": "integer",
"title": "Integer"
},
{
"value": "null",
"title": "Null"
},
{
"value": "number",
"title": "Number"
},
{
"value": "object",
"title": "Object"
},
{
"value": "string",
"title": "String"
},
{
"value": "any",
"title": "Anything"
}
],
"type": "string"
}
}
},
"required": true,
"readonly": false,
"type": "array"
}
},
"schema_version": "0.1.0"
}