Freight Transportation Energy Use

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Sub - Indicator
               

No description available for this field.

Name (identifier)
sub_indicator
Type
text
Sample
                       
Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
Sub - Type
               

No description available for this field.

Name (identifier)
sub_type
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"freight-transportation-energy-use",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/freight-transportation-energy-use"
      }
    ]
    ,
  • "definitions":
    {
    • "freight-transportation-energy-use":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/freight-transportation-energy-use_records"
            }
          }
        }
      }
      ,
    • "freight-transportation-energy-use_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "sub_indicator":
              {
              • "type":"string",
              • "title":"Sub - Indicator",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"Type",
              • "description":""
              }
              ,
            • "sub_type":
              {
              • "type":"string",
              • "title":"Sub - Type",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets