Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add linkedin extension support #528

Merged
merged 9 commits into from
Apr 25, 2024
Prev Previous commit
Next Next commit
feat: add the pattern properties
sambhavgupta0705 committed Apr 22, 2024
commit 24bc65725b12236c30dc7bc7f5196b034923c8b6
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.",