Volume of Seaports Exports

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
Volume in Thousand Tons
               

No description available for this field.

Name (identifier)
volume_in_thousand_tons
Type
decimal
Unit
t
Sample
                       
Date
               

No description available for this field.

Name (identifier)
date
Type
text
Sample
                       
Periodicity
               

No description available for this field.

Name (identifier)
periodicity
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"volume-of-seaports-exports",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/volume-of-seaports-exports"
      }
    ]
    ,
  • "definitions":
    {
    • "volume-of-seaports-exports":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/volume-of-seaports-exports_records"
            }
          }
        }
      }
      ,
    • "volume-of-seaports-exports_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"Type",
              • "description":""
              }
              ,
            • "volume_in_thousand_tons":
              {
              • "type":"number",
              • "title":"Volume in Thousand Tons",
              • "description":"",
              • "unit":"t"
              }
              ,
            • "date":
              {
              • "type":"string",
              • "title":"Date",
              • "description":""
              }
              ,
            • "periodicity":
              {
              • "type":"string",
              • "title":"Periodicity",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets