سجلات
حجم الواردات
مخطط مجموعة البيانات
انقر للتوسيع انقر للطي
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
{
- "title":"import-volumes",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/import-volumes"
}
] - "definitions":{
- "import-volumes":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/import-volumes_records"
}
}
} - "records":
} - "properties":
- "import-volumes_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"السنة",
- "description":""
} - "quarter":,{
- "type":"number",
- "title":"الربع",
- "description":""
} - "value_in_aed":,{
- "type":"number",
- "title":"القيمة",
- "description":""
} - "weight_ton":{
- "type":"number",
- "title":"الوزن",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "import-volumes":
}