records
citybeacons xls
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"citybeacons",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/citybeacons"
}
] - "definitions":{
- "citybeacons":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/citybeacons_records"
}
}
} - "records":
} - "properties":
- "citybeacons_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "beacon":,{
- "type":"string",
- "title":"Beacon #",
- "description":""
} - "adres":,{
- "type":"string",
- "title":"Adres",
- "description":""
} - "surveilance_camera_aan_uit":,{
- "type":"string",
- "title":"Surveilance Camera Aan/Uit",
- "description":""
} - "milieu_sensor":,{
- "type":"string",
- "title":"Milieu sensor ",
- "description":""
} - "spanning":,{
- "type":"string",
- "title":"Spanning",
- "description":""
} - "wifi_operationeel":,{
- "type":"string",
- "title":"Wifi Operationeel",
- "description":""
} - "netwerk_operationeel":,{
- "type":"string",
- "title":"Netwerk Operationeel",
- "description":""
} - "audience_analatytics_aan_uit":,{
- "type":"string",
- "title":"Audience analatytics Aan/Uit",
- "description":""
} - "nummer":{
- "type":"string",
- "title":"nummer",
- "description":""
}
} - "beacon":
}
} - "fields":
} - "properties":
} - "citybeacons":
}