From 24bc65725b12236c30dc7bc7f5196b034923c8b6 Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Mon, 22 Apr 2024 17:04:10 +0530 Subject: [PATCH] feat: add the pattern properties --- extensions/linkedin/0.1.0/schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/linkedin/0.1.0/schema.json b/extensions/linkedin/0.1.0/schema.json index 331eb372..f88fd665 100644 --- a/extensions/linkedin/0.1.0/schema.json +++ b/extensions/linkedin/0.1.0/schema.json @@ -1,8 +1,9 @@ { "type": "string", + "format": "uri", "patternProperties": { "x-linkedin":{ - "$ref": "^https://(www\\.)?linkedin\\.com*$" + "$ref": "^https://(www\\.)?linkedin\\.com.*$" } }, "description": "This extension allows you to provide the Linkedin profile URL of the account representing the team/company of the API.",