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 linkedin profile URL
sambhavgupta0705 committed Apr 20, 2024
commit 7687d5c4a403cdbd53c044436c922c23d211f4e3
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"