Exports and imports of goods and services
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"goods-and-services-bpm6-exports-and-imports-of-goods-and-services",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/goods-and-services-bpm6-exports-and-imports-of-goods-and-services"
}
] - "definitions":{
- "goods-and-services-bpm6-exports-and-imports-of-goods-and-services":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/goods-and-services-bpm6-exports-and-imports-of-goods-and-services_records"
}
}
} - "records":
} - "properties":
- "goods-and-services-bpm6-exports-and-imports-of-goods-and-services_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "frequency":,{
- "type":"string",
- "title":"Frequency",
- "description":""
} - "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "series":,{
- "type":"string",
- "title":"Series",
- "description":""
} - "flow":,{
- "type":"string",
- "title":"Flow",
- "description":""
} - "measure":,{
- "type":"string",
- "title":"Measure",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "frequency":
}
} - "fields":
} - "properties":
} - "goods-and-services-bpm6-exports-and-imports-of-goods-and-services":