From e1415a729a839f791a45dea75501ce06055a2910 Mon Sep 17 00:00:00 2001 From: shaselton-usds Date: Mon, 23 Oct 2023 08:37:35 -0700 Subject: [PATCH] adding URI pattern matching for URL attribute --- schemas/table-of-contents/table-of-contents.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schemas/table-of-contents/table-of-contents.json b/schemas/table-of-contents/table-of-contents.json index 0383ab6..b4357db 100644 --- a/schemas/table-of-contents/table-of-contents.json +++ b/schemas/table-of-contents/table-of-contents.json @@ -8,7 +8,9 @@ "type": "string" }, "location": { - "type": "string" + "type": "string", + "format": "uri", + "pattern": "^https://" } }, "required":[