Imports Weight by Utilization of Items

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Time period
               

No description available for this field.

Name (identifier)
year_month_time
Type
date
Sample
                       
Item Utilization
               

No description available for this field.

Name (identifier)
utilization_engl
Type
text
Sample
                       
Value in Tons
               

No description available for this field.

Name (identifier)
obsvalue_obsv
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"imports-weight-by-utilization-of-items",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/imports-weight-by-utilization-of-items"
      }
    ]
    ,
  • "definitions":
    {
    • "imports-weight-by-utilization-of-items":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/imports-weight-by-utilization-of-items_records"
            }
          }
        }
      }
      ,
    • "imports-weight-by-utilization-of-items_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year_month_time":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Time period",
              • "description":""
              }
              ,
            • "utilization_engl":
              {
              • "type":"string",
              • "title":"Item Utilization",
              • "description":""
              }
              ,
            • "obsvalue_obsv":
              {
              • "type":"number",
              • "title":"Value in Tons",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets