Gross Domestic Product By Sections 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":"real-gross-domestic-product-by-sections-2018-100",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/real-gross-domestic-product-by-sections-2018-100"
}
] - "definitions":{
- "real-gross-domestic-product-by-sections-2018-100":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/real-gross-domestic-product-by-sections-2018-100_records"
}
}
} - "records":
} - "properties":
- "real-gross-domestic-product-by-sections-2018-100_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "section":,{
- "type":"string",
- "title":"Section",
- "description":""
} - "value":{
- "type":"number",
- "title":"GDP in Million SAR",
- "description":"",
- "unit":"SAR"
}
} - "year":
}
} - "fields":
} - "properties":
} - "real-gross-domestic-product-by-sections-2018-100":