records
BGT in DGN format
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":"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":"The DGN files can be consulted per neighbourhood."
} - "dgn":{
- "type":"string",
- "title":"DGN",
- "description":"Neighborhoods: https://data.eindhoven.nl/explore/dataset/buurten/information/?disjunctive.buurtnaam"
}
} - "file":
}
} - "fields":
} - "properties":
} - "bgt-in-dgn-formaat":
}