records

records

Active filters Clear all

No active filters

Filters

Graphic timetable

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
url
URL of the result

No description available for this field.

Name (identifier)
url
Type
text
Sample
                       
Line
Designation of the line, matches the official timetable no.

No description available for this field.

Name (identifier)
linie
Type
decimal
Sample
                       
Line
Designation of the line, matches the official timetable no.

No description available for this field.

Name (identifier)
linienname
Type
text
Sample
                       
OPUIC
Identification of the stop according to UIC specification

No description available for this field.

Name (identifier)
betriebspunkt
Type
text
Sample
                       
Year
Timetable year

No description available for this field.

Name (identifier)
jahr
Type
date
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"graphischer-fahrplan",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/graphischer-fahrplan"
      }
    ]
    ,
  • "definitions":
    {
    • "graphischer-fahrplan":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/graphischer-fahrplan_records"
            }
          }
        }
      }
      ,
    • "graphischer-fahrplan_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "url":
              {
              • "type":"string",
              • "title":"url",
              • "description":"URL of the result"
              }
              ,
            • "linie":
              {
              • "type":"number",
              • "title":"Line",
              • "description":"Designation of the line, matches the official timetable no."
              }
              ,
            • "linienname":
              {
              • "type":"string",
              • "title":"Line",
              • "description":"Designation of the line, matches the official timetable no."
              }
              ,
            • "betriebspunkt":
              {
              • "type":"string",
              • "title":"OPUIC",
              • "description":"Identification of the stop according to UIC specification"
              }
              ,
            • "jahr":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":"Timetable year"
              }
            }
          }
        }
      }
    }
}

Similar datasets