Foreign Direct Investment by Economic Activity and Country
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"foreign-direct-investment",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/foreign-direct-investment"
}
] - "definitions":{
- "foreign-direct-investment":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/foreign-direct-investment_records"
}
}
} - "records":
} - "properties":
- "foreign-direct-investment_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "economic_activity":,{
- "type":"string",
- "title":"Economic Activity",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"Quarter",
- "description":""
} - "time_period":,{
- "type":"string",
- "format":"date",
- "title":"time_period",
- "description":""
} - "value":{
- "type":"number",
- "title":"FDI in Million SAR",
- "description":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "foreign-direct-investment":