Skip to content

Commit

Permalink
feat: add linkedin extension support
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 committed Apr 20, 2024
1 parent 7fcf333 commit 5d65f4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extensions/linkedin/0.1.0/schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "string",
"description": "This extension allows you to provide the Linkedin username of the account representing the team/company of the API.",
"example": [
"sambhavgupta0705",
"asyncapi"
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/extensions/x/0.1.0/schema.json"
}

0 comments on commit 5d65f4c

Please sign in to comment.