Skip to content

Commit

Permalink
Schema: Added service_at_location backlink to service_area
Browse files Browse the repository at this point in the history
Necessary for the datapackage, added the service_at_location_id backlink
field to the service_area.json schema.
  • Loading branch information
Matt Marshall committed Sep 26, 2024
1 parent c7fefc0 commit 5b69768
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schema/service_area.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@
"example": "ac148810-d857-441c-9679-408f346de14b",
"core": "Y"
},
"service_at_location_id": {
"name": "service_at_location_id",
"type": "string",
"title": "Service At Location Identifier",
"description": "The identifier of the service at location object linked to this object.",
"format": "uuid",
"constraints": {
"unique": false
},
"example": "af69894e-7bed-11ef-a85c-07e0918a608c",
"core": "Y"
},
"name": {
"name": "name",
"type": "string",
Expand Down

0 comments on commit 5b69768

Please sign in to comment.