poster
3D-stadsmodell
Datauppsättningsschema
Klicka för att visa Klicka för att dölja
JSON-schema
Följande JSON-objekt är en standardiserad beskrivning av ditt datauppsättningsschema. Mer om JSON-scheman.
{
- "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":"Område",
- "description":""
} - "lank":{
- "type":"string",
- "title":"Länk",
- "description":""
}
} - "omrade":
}
} - "fields":
} - "properties":
} - "3d-stadsmodell":
}