records
Automatic protection systems
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":"automatische-beveiligingssytemen",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/automatische-beveiligingssytemen"
}
] - "definitions":{
- "automatische-beveiligingssytemen":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/automatische-beveiligingssytemen_records"
}
}
} - "records":
} - "properties":
- "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":"%"
}
} - "empty":
}
} - "fields":
} - "properties":
} - "automatische-beveiligingssytemen":
}