@asyncapi/specs
Version:
AsyncAPI schema versions
12 lines (11 loc) • 487 B
JSON
{
"type": "string",
"pattern": "^http(s)?://(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/",
"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"
}