records

records

Active filters Clear all

No active filters

Filters

Export Volumes

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
decimal
Sample
                       
Quarter
               

No description available for this field.

Name (identifier)
quarter
Type
decimal
Sample
                       
Value in (AED)
               

No description available for this field.

Name (identifier)
value_in_aed
Type
decimal
Sample
                       
Weight (Ton)
               

No description available for this field.

Name (identifier)
weight_ton
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"export-volumes",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/export-volumes"
      }
    ]
    ,
  • "definitions":
    {
    • "export-volumes":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/export-volumes_records"
            }
          }
        }
      }
      ,
    • "export-volumes_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"number",
              • "title":"Year",
              • "description":""
              }
              ,
            • "quarter":
              {
              • "type":"number",
              • "title":"Quarter ",
              • "description":""
              }
              ,
            • "value_in_aed":
              {
              • "type":"number",
              • "title":" Value in (AED)",
              • "description":""
              }
              ,
            • "weight_ton":
              {
              • "type":"number",
              • "title":"Weight (Ton)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets