Producer Price Index
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"producer-price-index",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/producer-price-index"
}
] - "definitions":{
- "producer-price-index":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/producer-price-index_records"
}
}
} - "records":
} - "properties":
- "producer-price-index_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"Quarter ",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "economic_activity":,{
- "type":"string",
- "title":"Economic Activity ",
- "description":""
} - "indices":{
- "type":"number",
- "title":"Producer Price Index",
- "description":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "producer-price-index":