GET http://[host-proxy]/api/view/FileUpload/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"filename": {
"description": "The name of the file to be uploaded.",
"format": "file",
"required": true,
"title": "Filename",
"type": "string"
}
},
"schema_version": "0.1.0"
}