Railway - Number of Locomotives and Cars by Type
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "type":
}
} - "fields":
} - "properties":
} - "number-of-locomotives-and-cars-by-type":