records
Export Volumes
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"export-volumes",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/export-volumes"
}
] - "definitions":{
- "export-volumes":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/export-volumes_records"
}
}
} - "records":
} - "properties":
- "export-volumes_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"number",
- "title":"Quarter ",
- "description":""
} - "value_in_aed":,{
- "type":"number",
- "title":" Value in (AED)",
- "description":""
} - "weight_ton":{
- "type":"number",
- "title":"Weight (Ton)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "export-volumes":
}