Average Prices of Some Construction Materials
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "average-prices-of-some-construction-materials":