Exports Value by Country Group
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"exports-value-by-country-group",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/exports-value-by-country-group"
}
] - "definitions":{
- "exports-value-by-country-group":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/exports-value-by-country-group_records"
}
}
} - "records":
} - "properties":
- "exports-value-by-country-group_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year and Month",
- "description":""
} - "country_group":,{
- "type":"string",
- "title":"Country Group",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value in Million SAR",
- "description":"",
- "unit":"SAR"
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "exports-value-by-country-group":