List of Products Imported
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"list-of-products-imported-by-gcc-countries-2011-2015",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/list-of-products-imported-by-gcc-countries-2011-2015"
}
] - "definitions":{
- "list-of-products-imported-by-gcc-countries-2011-2015":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/list-of-products-imported-by-gcc-countries-2011-2015_records"
}
}
} - "records":
} - "properties":
- "list-of-products-imported-by-gcc-countries-2011-2015_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "product_label":,{
- "type":"string",
- "title":"Product label",
- "description":""
} - "code":,{
- "type":"string",
- "title":"Product Code",
- "description":""
} - "imported_value_in_thousands_us_dollars_":{
- "type":"number",
- "title":"Imported value in thousands U.S Dollars ",
- "description":"",
- "unit":"$"
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "list-of-products-imported-by-gcc-countries-2011-2015":