Skip to content

Commit

Permalink
feat: add linkedin profile URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 committed Apr 20, 2024
1 parent 57be861 commit 7687d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/linkedin/0.1.0/schema.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"type": "string",
"description": "This extension allows you to provide the Linkedin username of the account representing the team/company of the API.",
"description": "This extension allows you to provide the Linkedin profile URL of the account representing the team/company of the API.",
"example": [
"sambhavgupta0705",
"asyncapi"
"https://www.linkedin.com/company/asyncapi/",
"https://www.linkedin.com/in/sambhavgupta0705/"
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/extensions/linkedin/0.1.0/schema.json"
Expand Down

0 comments on commit 7687d5c

Please sign in to comment.