records
Ajman Free Zone Companies Name
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":"ajman-free-zone-companies-name",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ajman-free-zone-companies-name"
}
] - "definitions":{
- "ajman-free-zone-companies-name":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ajman-free-zone-companies-name_records"
}
}
} - "records":
} - "properties":
- "ajman-free-zone-companies-name_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "company_name":,{
- "type":"string",
- "title":"Company Name",
- "description":""
} - "company_name_arabic":{
- "type":"string",
- "title":"Company Name - Arabic",
- "description":""
}
} - "company_name":
}
} - "fields":
} - "properties":
} - "ajman-free-zone-companies-name":
}