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 7687d5c commit 90c23c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/linkedin/0.1.0/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"type": "string",
"patternProperties": {
"x-linkedin":{
"$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.",
"example": [
"https://www.linkedin.com/company/asyncapi/",
Expand Down

0 comments on commit 90c23c9

Please sign in to comment.