Imports Weight by Nature of Items

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Date
               

No description available for this field.

Name (identifier)
year_month_time
Type
date
Sample
                       
Nature of items
               

No description available for this field.

Name (identifier)
nature_engl
Type
text
Sample
                       
Imports volume in Tons
               

No description available for this field.

Name (identifier)
value
Type
decimal
Unit
t
Sample
                       

JSON Schema

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

{
  • "title":"imports-weight-by-nature-of-items",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/imports-weight-by-nature-of-items"
      }
    ]
    ,
  • "definitions":
    {
    • "imports-weight-by-nature-of-items":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/imports-weight-by-nature-of-items_records"
            }
          }
        }
      }
      ,
    • "imports-weight-by-nature-of-items_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year_month_time":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "nature_engl":
              {
              • "type":"string",
              • "title":"Nature of items",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Imports volume in Tons",
              • "description":"",
              • "unit":"t"
              }
            }
          }
        }
      }
    }
}

Similar datasets