Imports Value by Utilization of Items

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
Item Utalization
               

No description available for this field.

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

No description available for this field.

Name (identifier)
obsvalue_obsv
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"imports-value-by-utilization-of-items",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/imports-value-by-utilization-of-items"
      }
    ]
    ,
  • "definitions":
    {
    • "imports-value-by-utilization-of-items":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/imports-value-by-utilization-of-items_records"
            }
          }
        }
      }
      ,
    • "imports-value-by-utilization-of-items_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "utilization_engl":
              {
              • "type":"string",
              • "title":"Item Utalization",
              • "description":""
              }
              ,
            • "obsvalue_obsv":
              {
              • "type":"number",
              • "title":"Value in Million SAR",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets