From 7687d5c4a403cdbd53c044436c922c23d211f4e3 Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Sat, 20 Apr 2024 17:32:47 +0530 Subject: [PATCH] feat: add linkedin profile URL --- extensions/linkedin/0.1.0/schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/linkedin/0.1.0/schema.json b/extensions/linkedin/0.1.0/schema.json index b4ffce0d..be086334 100644 --- a/extensions/linkedin/0.1.0/schema.json +++ b/extensions/linkedin/0.1.0/schema.json @@ -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"