Dateneinträge
Waldbrandgefahrenstufen Potsdam
Datensatzschema
Zum Ausklappen klicken Zum Einklappen klicken
JSON Schema
Bei dem folgenden JSON-Objekt handelt es sich um eine standardisierte Beschreibung Ihres Datensatzschemas. Mehr Informationen über JSON Schema.
{
- "title":"wgs_potsdam",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/wgs_potsdam"
}
] - "definitions":{
- "wgs_potsdam":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/wgs_potsdam_records"
}
}
} - "records":
} - "properties":
- "wgs_potsdam_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "content":,{
- "type":"string",
- "title":"content",
- "description":""
} - "name":{
- "type":"string",
- "title":"name",
- "description":""
}
} - "content":
}
} - "fields":
} - "properties":
} - "wgs_potsdam":
}