records
Names of Registered Establishments by Classification
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":"classification-by-name",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/classification-by-name"
}
] - "definitions":{
- "classification-by-name":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/classification-by-name_records"
}
}
} - "records":
} - "properties":
- "classification-by-name_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "id":,{
- "type":"integer",
- "title":""#"",
- "description":""
} - "establishment_type":,{
- "type":"string",
- "title":"Establishment Type",
- "description":""
} - "establishment_classification":,{
- "type":"string",
- "title":"Establishment Classification",
- "description":""
} - "establishment_english_name":,{
- "type":"string",
- "title":"Establishment English Name",
- "description":""
} - "establishment_arabic_name":,{
- "type":"string",
- "title":"Establishment Arabic Name",
- "description":""
} - "phone":,{
- "type":"string",
- "title":"Phone",
- "description":""
} - "mobile":,{
- "type":"string",
- "title":"Mobile",
- "description":""
} - "area":,{
- "type":"string",
- "title":"Area",
- "description":""
} - "location":{
- "type":"string",
- "title":"Location",
- "description":""
}
} - "id":
}
} - "fields":
} - "properties":
} - "classification-by-name":
}