GET http://[host-proxy]/api/device/spark/LocationFloor/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"id": {
"title": "ID",
"type": "string"
},
"locationId": {
"title": "Location ID",
"type": "string"
},
"floorNumber": {
"title": "Floor Number",
"type": "number"
},
"displayName": {
"title": "Name",
"type": "string"
}
},
"schema_version": "1.0.0"
}