Skip to content

Commit

Permalink
adding service.additional_urls field
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn-ods committed Sep 25, 2024
1 parent e23c471 commit 87e6b25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schema/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@
"example": "http://example.com/counselling",
"core": "Y"
},
"additional_urls": {
"name": "additional_urls",
"type": "array",
"title": "Additional URLs",
"description": "The details of additional URLs for the service",
"items": {
"$ref": "url.json"
}
},
"email": {
"name": "email",
"type": "string",
Expand Down

0 comments on commit 87e6b25

Please sign in to comment.