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 1ed2fd3 commit d224b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/linkedin/0.1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "string",
"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 d224b52

Please sign in to comment.