records
Stadtkarte Potsdam
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":"stadtkarte-geograf",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/stadtkarte-geograf"
}
] - "definitions":{
- "stadtkarte-geograf":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/stadtkarte-geograf_records"
}
}
} - "records":
} - "properties":
- "stadtkarte-geograf_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "name":,{
- "type":"string",
- "title":"Name",
- "description":""
} - "link":{
- "type":"string",
- "title":"Link:",
- "description":""
}
} - "name":
}
} - "fields":
} - "properties":
} - "stadtkarte-geograf":
}