Actual Government Revenues and Expenditures by Sector
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"actual-government-revenues-and-expenditures-by-sector",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/actual-government-revenues-and-expenditures-by-sector"
}
] - "definitions":{
- "actual-government-revenues-and-expenditures-by-sector":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/actual-government-revenues-and-expenditures-by-sector_records"
}
}
} - "records":
} - "properties":
- "actual-government-revenues-and-expenditures-by-sector_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "revenueexpenditure":,{
- "type":"string",
- "title":"Revenue/Expenditure",
- "description":""
} - "sector":,{
- "type":"string",
- "title":"Sector",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value in Million Saudi Riyals",
- "description":"",
- "unit":"SAR"
} - "name":,{
- "type":"string",
- "title":"Name",
- "description":""
} - "date_object":,{
- "type":"string",
- "format":"date",
- "title":"Date_Object",
- "description":""
} - "periodicity":{
- "type":"string",
- "title":"Periodicity",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "actual-government-revenues-and-expenditures-by-sector":