Exports Value by Harmonized System

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year and Month
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
HS Section Code
               

No description available for this field.

Name (identifier)
hs_section_code
Type
text
Sample
                       
HS Section
               

No description available for this field.

Name (identifier)
hs_section
Type
text
Sample
                       
HS Chapter
               

No description available for this field.

Name (identifier)
hs_chapter
Type
text
Sample
                       
Value in Million SAR
               

No description available for this field.

Name (identifier)
value
Type
decimal
Unit
SAR
Sample
                       

JSON Schema

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

{
  • "title":"exports-value-by-harmonized-system",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/exports-value-by-harmonized-system"
      }
    ]
    ,
  • "definitions":
    {
    • "exports-value-by-harmonized-system":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/exports-value-by-harmonized-system_records"
            }
          }
        }
      }
      ,
    • "exports-value-by-harmonized-system_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year and Month",
              • "description":""
              }
              ,
            • "hs_section_code":
              {
              • "type":"string",
              • "title":"HS Section Code",
              • "description":""
              }
              ,
            • "hs_section":
              {
              • "type":"string",
              • "title":"HS Section",
              • "description":""
              }
              ,
            • "hs_chapter":
              {
              • "type":"string",
              • "title":"HS Chapter",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value in Million SAR",
              • "description":"",
              • "unit":"SAR"
              }
            }
          }
        }
      }
    }
}

Similar datasets