records

records

Active filters Clear all

No active filters

Filters

Automatic protection systems

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
empty
Type
date
Sample
                       
Type beveiligingssyteem
               

No description available for this field.

Name (identifier)
type_beveiligingssyteem
Type
text
Sample
                       
Type de système de protection
               

No description available for this field.

Name (identifier)
type_systeme_protection
Type
text
Sample
                       
Type of protection system
               

No description available for this field.

Name (identifier)
type_protection_system
Type
text
Sample
                       
Aandeel van netwerk uitgerust
               

No description available for this field.

Name (identifier)
uitgerust
Type
decimal
Unit
%
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"automatische-beveiligingssytemen",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/automatische-beveiligingssytemen"
      }
    ]
    ,
  • "definitions":
    {
    • "automatische-beveiligingssytemen":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/automatische-beveiligingssytemen_records"
            }
          }
        }
      }
      ,
    • "automatische-beveiligingssytemen_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "empty":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "type_beveiligingssyteem":
              {
              • "type":"string",
              • "title":"Type beveiligingssyteem",
              • "description":""
              }
              ,
            • "type_systeme_protection":
              {
              • "type":"string",
              • "title":"Type de système de protection",
              • "description":""
              }
              ,
            • "type_protection_system":
              {
              • "type":"string",
              • "title":"Type of protection system",
              • "description":""
              }
              ,
            • "uitgerust":
              {
              • "type":"number",
              • "title":"Aandeel van netwerk uitgerust",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}