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