Skip to content

Commit

Permalink
feat: add the pattern properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 committed Apr 22, 2024
1 parent d224b52 commit 24bc657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/linkedin/0.1.0/schema.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 24bc657

Please sign in to comment.