records
BGT in DGN formaat
Datasetschema
Klik om uit te vouwen Klik om samen te vouwen
JSON Schema
Het volgende JSON-voorwerp is een gestandaardiseerde omschrijving van het schema van uw dataset. Meer over JSON-schema.
{
- "title":"bgt-in-dgn-formaat",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/bgt-in-dgn-formaat"
}
] - "definitions":{
- "bgt-in-dgn-formaat":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/bgt-in-dgn-formaat_records"
}
}
} - "records":
} - "properties":
- "bgt-in-dgn-formaat_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "file":,{
- "type":"string",
- "title":"file",
- "description":"De DGN bestanden zijn per buurt te raadplegen."
} - "dgn":{
- "type":"string",
- "title":"Buurt",
- "description":"Actuele buurten: https://data.eindhoven.nl/explore/dataset/buurten/information/?disjunctive.buurtnaam"
}
} - "file":
}
} - "fields":
} - "properties":
} - "bgt-in-dgn-formaat":
}