GET http://[host-proxy]/api/view/SelectCountries/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"countries": {
"items": {
"type": "string",
"choices": [
{
"value": "Australia",
"title": "Australia"
},
{
"value": "Bahrain",
"title": "Bahrain"
},
{
"value": "Brazil",
"title": "Brazil"
},
{
"value": "Canada",
"title": "Canada"
},
{
"value": "China",
"title": "China"
},
{
"value": "Denmark",
"title": "Denmark"
},
{
"value": "France",
"title": "France"
},
{
"value": "Germany",
"title": "Germany"
},
{
"value": "Hong Kong",
"title": "Hong Kong"
},
{
"value": "India, Republic of",
"title": "India, Republic of"
},
{
"value": "Italy",
"title": "Italy"
},
{
"value": "Japan",
"title": "Japan"
},
{
"value": "Mexico",
"title": "Mexico"
},
{
"value": "Morocco",
"title": "Morocco"
},
{
"value": "Netherlands, Kingdom of the",
"title": "Netherlands, Kingdom of the"
},
{
"value": "New Zealand",
"title": "New Zealand"
},
{
"value": "Oman, Sultanate of",
"title": "Oman, Sultanate of"
},
{
"value": "Qatar, State of",
"title": "Qatar, State of"
},
{
"value": "Russian Federation",
"title": "Russian Federation"
},
{
"value": "Saudi Arabia",
"title": "Saudi Arabia"
},
{
"value": "Singapore, Republic of",
"title": "Singapore, Republic of"
},
{
"value": "South Africa",
"title": "South Africa"
},
{
"value": "Spain",
"title": "Spain"
},
{
"value": "Sweden, Kingdom of",
"title": "Sweden, Kingdom of"
},
{
"value": "Switzerland, Swiss Confederation",
"title": "Switzerland, Swiss Confederation"
},
{
"value": "Turkey",
"title": "Turkey"
},
{
"value": "United Arab Emirates",
"title": "United Arab Emirates"
},
{
"value": "United Kingdom",
"title": "United Kingdom"
},
{
"value": "United States of America",
"title": "United States of America"
}
]
},
"readonly": false,
"required": true,
"type": "array",
"title": "Countries"
}
},
"schema_version": "1.1"
}