Aluminium Industry Products Sold Locally By Type

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Products
               

No description available for this field.

Name (identifier)
products
Type
text
Sample
                       
Sales in Metric Ton
               

No description available for this field.

Name (identifier)
sales_in_metric_ton
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"aluminium-industry-products-sold-locally-by-type",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/aluminium-industry-products-sold-locally-by-type"
      }
    ]
    ,
  • "definitions":
    {
    • "aluminium-industry-products-sold-locally-by-type":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/aluminium-industry-products-sold-locally-by-type_records"
            }
          }
        }
      }
      ,
    • "aluminium-industry-products-sold-locally-by-type_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "products":
              {
              • "type":"string",
              • "title":"Products",
              • "description":""
              }
              ,
            • "sales_in_metric_ton":
              {
              • "type":"number",
              • "title":"Sales in Metric Ton",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets