records
Trautermine - Termin
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":"trautermine-pro-termin",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/trautermine-pro-termin"
}
] - "definitions":{
- "trautermine-pro-termin":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/trautermine-pro-termin_records"
}
}
} - "records":
} - "properties":
- "trautermine-pro-termin_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "jahr":,{
- "type":"string",
- "title":"Jahr",
- "description":""
} - "zeit":,{
- "type":"string",
- "title":"Zeit",
- "description":""
} - "anzahl":{
- "type":"integer",
- "title":"Anzahl Trautermine",
- "description":""
}
} - "jahr":
}
} - "fields":
} - "properties":
} - "trautermine-pro-termin":
}