GET http://[host-proxy]/api/device/pgw/Script/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"description": {
"required": false,
"type": "string",
"name": "description",
"title": "Description"
},
"expect_script": {
"required": false,
"type": "string",
"name": "expect_script",
"title": "Expect Script"
}
},
"schema_version": "1.0"
}