records
3D Citymodel
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":"3d-stadsmodell",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/3d-stadsmodell"
}
] - "definitions":{
- "3d-stadsmodell":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/3d-stadsmodell_records"
}
}
} - "records":
} - "properties":
- "3d-stadsmodell_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "omrade":,{
- "type":"string",
- "title":"Area",
- "description":""
} - "lank":{
- "type":"string",
- "title":"Link",
- "description":""
}
} - "omrade":
}
} - "fields":
} - "properties":
} - "3d-stadsmodell":
}