records
Rail traffic information
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":"rail-traffic-information",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/rail-traffic-information"
}
] - "definitions":{
- "rail-traffic-information":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/rail-traffic-information_records"
}
}
} - "records":
} - "properties":
- "rail-traffic-information_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "title":,{
- "type":"string",
- "title":"Title",
- "description":"Title of the message"
} - "link":,{
- "type":"string",
- "title":"Link",
- "description":"Link to the original message"
} - "description":,{
- "type":"string",
- "title":"Description",
- "description":"Description of the message"
} - "published":,{
- "type":"string",
- "title":"Published",
- "description":"Date and time of publication"
} - "author":,{
- "type":"string",
- "title":"Author",
- "description":"Author"
} - "validitybegin":,{
- "type":"string",
- "format":"date-time",
- "title":"Validity begin",
- "description":"Startpoint for described Issue"
} - "validityend":,{
- "type":"string",
- "format":"date-time",
- "title":"Validity end",
- "description":"Endpoint for described Issue"
} - "description_html":{
- "type":"string",
- "title":"HTML document",
- "description":"Formatted writing"
}
} - "title":
}
} - "fields":
} - "properties":
} - "rail-traffic-information":
}
Submit a reuse
Click to expand Click to collapse
Please login to submit a new reuse.