Gross National Income
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gross-national-income",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gross-national-income"
}
] - "definitions":{
- "gross-national-income":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gross-national-income_records"
}
}
} - "records":
} - "properties":
- "gross-national-income_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "income_factors":,{
- "type":"string",
- "title":"Income Factors",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value in Million SAR",
- "description":"",
- "unit":"SAR"
}
} - "date":
}
} - "fields":
} - "properties":
} - "gross-national-income":