سجلات
معدل مناولة الحاويات - TEU
مخطط مجموعة البيانات
انقر للتوسيع انقر للطي
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
{
- "title":"teu-2018",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/teu-2018"
}
] - "definitions":{
- "teu-2018":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/teu-2018_records"
}
}
} - "records":
} - "properties":
- "teu-2018_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"number",
- "title":"Quarter ",
- "description":""
} - "teu":{
- "type":"number",
- "title":"TEU(in Ton)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "teu-2018":
}