Average Prices of Some Construction Materials

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Periodicity
               

No description available for this field.

Name (identifier)
periodicity
Type
text
Sample
                       
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
                       
Product
               

No description available for this field.

Name (identifier)
product
Type
text
Sample
                       
Measure
               

No description available for this field.

Name (identifier)
measure
Type
text
Sample
                       
Unit
               

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       
Value
               

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":"average-prices-of-some-construction-materials",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/average-prices-of-some-construction-materials"
      }
    ]
    ,
  • "definitions":
    {
    • "average-prices-of-some-construction-materials":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/average-prices-of-some-construction-materials_records"
            }
          }
        }
      }
      ,
    • "average-prices-of-some-construction-materials_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "periodicity":
              {
              • "type":"string",
              • "title":"Periodicity",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "product":
              {
              • "type":"string",
              • "title":"Product",
              • "description":""
              }
              ,
            • "measure":
              {
              • "type":"string",
              • "title":"Measure",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets