GET http://[host-proxy]/api/view/TagNameForm/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"tag": {
"readonly": false,
"required": true,
"type": "string",
"title": "Tag Name"
}
},
"schema_version": "0.1.0"
}