Railway - Number of Locomotives and Cars by Type

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
Category
               

No description available for this field.

Name (identifier)
category
Type
text
Sample
                       
Operation
               

No description available for this field.

Name (identifier)
operation
Type
text
Sample
                       
Number
               

No description available for this field.

Name (identifier)
number
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"number-of-locomotives-and-cars-by-type",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-locomotives-and-cars-by-type"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-locomotives-and-cars-by-type":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-locomotives-and-cars-by-type_records"
            }
          }
        }
      }
      ,
    • "number-of-locomotives-and-cars-by-type_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "type":
              {
              • "type":"string",
              • "title":"Type",
              • "description":""
              }
              ,
            • "category":
              {
              • "type":"string",
              • "title":"Category",
              • "description":""
              }
              ,
            • "operation":
              {
              • "type":"string",
              • "title":"Operation",
              • "description":""
              }
              ,
            • "number":
              {
              • "type":"number",
              • "title":"Number",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets