سجلات
الزوار حسب الجنسيات
مخطط مجموعة البيانات
انقر للتوسيع انقر للطي
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
{
- "title":"guests-by-nationality",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/guests-by-nationality"
}
] - "definitions":{
- "guests-by-nationality":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/guests-by-nationality_records"
}
}
} - "records":
} - "properties":
- "guests-by-nationality_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "nationality":,{
- "type":"string",
- "title":"Nationality",
- "description":""
} - "arrivals":{
- "type":"integer",
- "title":"Arrivals",
- "description":""
}
} - "nationality":
}
} - "fields":
} - "properties":
} - "guests-by-nationality":
}