Imports Weight by Nature of Items
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"imports-weight-by-nature-of-items",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/imports-weight-by-nature-of-items"
}
] - "definitions":{
- "imports-weight-by-nature-of-items":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/imports-weight-by-nature-of-items_records"
}
}
} - "records":
} - "properties":
- "imports-weight-by-nature-of-items_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year_month_time":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "nature_engl":,{
- "type":"string",
- "title":"Nature of items",
- "description":""
} - "value":{
- "type":"number",
- "title":"Imports volume in Tons",
- "description":"",
- "unit":"t"
}
} - "year_month_time":
}
} - "fields":
} - "properties":
} - "imports-weight-by-nature-of-items":