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-oman",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/producer-price-index-oman"
}
] - "definitions":{
- "producer-price-index-oman":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/producer-price-index-oman_records"
}
}
} - "records":
} - "properties":
- "producer-price-index-oman_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"Quarter",
- "description":""
} - "indicators_name":,{
- "type":"string",
- "title":"Indicators Name",
- "description":""
} - "commodities_name":,{
- "type":"string",
- "title":"Commodities Name",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Producer Price Index",
- "description":""
} - "indicators_full_name":,{
- "type":"string",
- "title":"Indicators - Full Name",
- "description":""
} - "indicators_description":{
- "type":"string",
- "title":"Indicators - Description",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "producer-price-index-oman":