records

records

Active filters Clear all

No active filters

Filters

citybeacons xls

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Beacon #
               

No description available for this field.

Name (identifier)
beacon
Type
text
Sample
                       
Adres
               

No description available for this field.

Name (identifier)
adres
Type
text
Sample
                       
Surveilance Camera Aan/Uit
               

No description available for this field.

Name (identifier)
surveilance_camera_aan_uit
Type
text
Sample
                       
Milieu sensor
               

No description available for this field.

Name (identifier)
milieu_sensor
Type
text
Sample
                       
Spanning
               

No description available for this field.

Name (identifier)
spanning
Type
text
Sample
                       
Wifi Operationeel
               

No description available for this field.

Name (identifier)
wifi_operationeel
Type
text
Sample
                       
Netwerk Operationeel
               

No description available for this field.

Name (identifier)
netwerk_operationeel
Type
text
Sample
                       
Audience analatytics Aan/Uit
               

No description available for this field.

Name (identifier)
audience_analatytics_aan_uit
Type
text
Sample
                       
nummer
               

No description available for this field.

Name (identifier)
nummer
Type
text
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}