Summary of Cargo Throughput in Major Ports

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
                       
Port
               

No description available for this field.

Name (identifier)
port
Type
text
Sample
                       
Unit
               

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Subindicator
               

No description available for this field.

Name (identifier)
subindicator
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":"summary-of-cargo-throughput-for-major-ports",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/summary-of-cargo-throughput-for-major-ports"
      }
    ]
    ,
  • "definitions":
    {
    • "summary-of-cargo-throughput-for-major-ports":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/summary-of-cargo-throughput-for-major-ports_records"
            }
          }
        }
      }
      ,
    • "summary-of-cargo-throughput-for-major-ports_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "port":
              {
              • "type":"string",
              • "title":"Port",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "subindicator":
              {
              • "type":"string",
              • "title":"Subindicator",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets