Trade Value and Weight by Country

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
                       
Countries
               

No description available for this field.

Name (identifier)
countries
Type
text
Sample
                       
Unit of Measure
               

No description available for this field.

Name (identifier)
unit_of_measure
Type
text
Sample
                       
Trade Value/Volume
               

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":"trade-value-and-weight-by-country",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/trade-value-and-weight-by-country"
      }
    ]
    ,
  • "definitions":
    {
    • "trade-value-and-weight-by-country":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/trade-value-and-weight-by-country_records"
            }
          }
        }
      }
      ,
    • "trade-value-and-weight-by-country_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "countries":
              {
              • "type":"string",
              • "title":"Countries",
              • "description":""
              }
              ,
            • "unit_of_measure":
              {
              • "type":"string",
              • "title":"Unit of Measure",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Trade Value/Volume",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets