سجلات
شركات منطقة عجمان الحرة حسب نوع الرخصة
مخطط مجموعة البيانات
انقر للتوسيع انقر للطي
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
{
- "title":"companies-by-license-type",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/companies-by-license-type"
}
] - "definitions":{
- "companies-by-license-type":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/companies-by-license-type_records"
}
}
} - "records":
} - "properties":
- "companies-by-license-type_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "license_state_date":,{
- "type":"string",
- "format":"date",
- "title":"License State Date",
- "description":""
} - "license_type":,{
- "type":"string",
- "title":"License Type",
- "description":""
} - "company_status":{
- "type":"string",
- "title":"Company Status",
- "description":""
}
} - "license_state_date":
}
} - "fields":
} - "properties":
} - "companies-by-license-type":
}