records

records

Active filters Clear all

No active filters

Filters

Rail traffic information

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Title
Title of the message

No description available for this field.

Name (identifier)
title
Type
text
Sample
                       
Link
Link to the original message

No description available for this field.

Name (identifier)
link
Type
text
Sample
                       
Description
Description of the message

No description available for this field.

Name (identifier)
description
Type
text
Sample
                       
Published
Date and time of publication

No description available for this field.

Name (identifier)
published
Type
text
Sample
                       
Author
Author

No description available for this field.

Name (identifier)
author
Type
text
Sample
                       
Validity begin
Startpoint for described Issue

No description available for this field.

Name (identifier)
validitybegin
Type
datetime
Sample
                       
Validity end
Endpoint for described Issue

No description available for this field.

Name (identifier)
validityend
Type
datetime
Sample
                       
HTML document
Formatted writing

No description available for this field.

Name (identifier)
description_html
Type
text
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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"
              }
            }
          }
        }
      }
    }
}

Similar datasets