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