Cargo Loaded and Unloaded by Port and Type of Cargo

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
                       
Port
               

No description available for this field.

Name (identifier)
port
Type
text
Sample
                       
Imp/Exp
               

No description available for this field.

Name (identifier)
loaded_unloaded
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
no_of_cargo
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"cargo-loaded-and-unloaded-by-port-2008-in-tons",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/cargo-loaded-and-unloaded-by-port-2008-in-tons"
      }
    ]
    ,
  • "definitions":
    {
    • "cargo-loaded-and-unloaded-by-port-2008-in-tons":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/cargo-loaded-and-unloaded-by-port-2008-in-tons_records"
            }
          }
        }
      }
      ,
    • "cargo-loaded-and-unloaded-by-port-2008-in-tons_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "port":
              {
              • "type":"string",
              • "title":"Port",
              • "description":""
              }
              ,
            • "loaded_unloaded":
              {
              • "type":"string",
              • "title":"Imp/Exp",
              • "description":""
              }
              ,
            • "no_of_cargo":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets