From c7fefc040f5b814eb3d6a15ec48df7ab1f09de72 Mon Sep 17 00:00:00 2001 From: Matt Marshall Date: Thu, 12 Sep 2024 08:37:41 +0100 Subject: [PATCH] schema/service_at_location: service_areas field Added new `service_at_location.service_areas` field as per proposal: * https://docs.google.com/document/d/1u4CkezasxKynfRE2DaGp-vvP8LwFYsvu_gXQmMPQOJw/view --- schema/service_at_location.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/schema/service_at_location.json b/schema/service_at_location.json index b08d134..d399404 100644 --- a/schema/service_at_location.json +++ b/schema/service_at_location.json @@ -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",