records
Gremientermine Stadt Dortmund
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":"fb1-gremientermine",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/fb1-gremientermine"
}
] - "definitions":{
- "fb1-gremientermine":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/fb1-gremientermine_records"
}
}
} - "records":
} - "properties":
- "fb1-gremientermine_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "datum":,{
- "type":"string",
- "format":"date",
- "title":"Datum",
- "description":""
} - "beginn":,{
- "type":"string",
- "title":"Beginn",
- "description":""
} - "gremium":,{
- "type":"string",
- "title":"Gremium",
- "description":""
} - "sitzungsort":,{
- "type":"string",
- "title":"Sitzungsort",
- "description":""
} - "kommune":{
- "type":"string",
- "title":"Kommune",
- "description":""
}
} - "datum":
}
} - "fields":
} - "properties":
} - "fb1-gremientermine":
}