Growth Rate of Gross Domestic Product By Expenditure Components at Current Prices (2018=100)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"growth-rate-of-gross-domestic-product-by-expenditure-components-at-current-price",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/growth-rate-of-gross-domestic-product-by-expenditure-components-at-current-price"
}
] - "definitions":{
- "growth-rate-of-gross-domestic-product-by-expenditure-components-at-current-price":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/growth-rate-of-gross-domestic-product-by-expenditure-components-at-current-price_records"
}
}
} - "records":
} - "properties":
- "growth-rate-of-gross-domestic-product-by-expenditure-components-at-current-price_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"Quarter",
- "description":""
} - "expenditure_type":,{
- "type":"string",
- "title":"Expenditure Type",
- "description":""
} - "value":{
- "type":"number",
- "title":"Growth rate of GDP",
- "description":"",
- "unit":"%"
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "growth-rate-of-gross-domestic-product-by-expenditure-components-at-current-price":