records
Zoo Tierarten - 2024
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":"zoo-tierarten-2024",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/zoo-tierarten-2024"
}
] - "definitions":{
- "zoo-tierarten-2024":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/zoo-tierarten-2024_records"
}
}
} - "records":
} - "properties":
- "zoo-tierarten-2024_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "kategorie":,{
- "type":"string",
- "title":"Kategorie",
- "description":""
} - "art":,{
- "type":"string",
- "title":"Art",
- "description":""
} - "wissenschaftlicher_name":,{
- "type":"string",
- "title":"wissenschaftlicher Name",
- "description":""
} - "anzahl":,{
- "type":"string",
- "title":"Anzahl",
- "description":""
} - "kommune":{
- "type":"string",
- "title":"Kommune",
- "description":""
}
} - "kategorie":
}
} - "fields":
} - "properties":
} - "zoo-tierarten-2024":
}