Skip to content

Commit

Permalink
schema/service_at_location: service_areas field
Browse files Browse the repository at this point in the history
Added new `service_at_location.service_areas` field as per proposal:

* https://docs.google.com/document/d/1u4CkezasxKynfRE2DaGp-vvP8LwFYsvu_gXQmMPQOJw/view
  • Loading branch information
Matt Marshall committed Sep 12, 2024
1 parent 2a5e2f9 commit c7fefc0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schema/service_at_location.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@
},
"example": "Counselling Services provided by trained professionals in the MyCity area."
},
"service_areas": {
"name": "service_areas",
"type": "array",
"title": "Service Areas",
"description": "The details of the geographic area for which a service is available.",
"items": {
"$ref": "service_area.json"
}
},
"contacts": {
"name": "contacts",
"type": "array",
Expand Down

0 comments on commit c7fefc0

Please sign in to comment.