records
Speed center services names and fees
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":"speed-center-services-names-and-fees",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/speed-center-services-names-and-fees"
}
] - "definitions":{
- "speed-center-services-names-and-fees":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/speed-center-services-names-and-fees_records"
}
}
} - "records":
} - "properties":
- "speed-center-services-names-and-fees_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "number":,{
- "type":"number",
- "title":"Number",
- "description":""
} - "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "list_of_provided_services_to_the_public_by_speed_center_english":,{
- "type":"string",
- "title":"List of provided services to the public by Speed Center-English",
- "description":""
} - "list_of_provided_services_to_the_public_by_speed_center_arabic":,{
- "type":"string",
- "title":"List of provided services to the public by Speed Center-Arabic",
- "description":""
} - "service_fees":{
- "type":"number",
- "title":"Service Fees",
- "description":""
}
} - "number":
}
} - "fields":
} - "properties":
} - "speed-center-services-names-and-fees":
}