Skip to content

Commit

Permalink
feat: add linkedin extension (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <[email protected]>
  • Loading branch information
sambhavgupta0705 and derberg authored Apr 25, 2024
1 parent 3c5ce48 commit e8154e7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions extensions/linkedin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Linkedin Extension
This document defines how to use `linkedin` extension in AsyncAPI documents.

## Overview
This extension allows you to provide the Linkedin username of the account representing the team/company of the API.

## Version
Current version is `0.1.0`.

## Extension Definition

### Type: String

URL of the Linkedin Profile of the user or company.

## Extension Location

This extension can be used in the following locations:
- [Info Object](https://www.asyncapi.com/docs/reference/specification/v3.0.0#infoObject)

## Example

```yaml
asyncapi: '3.0.0'
info
title: AsyncAPI Initiative Example
version: '1.0.0'
x-linkedin: https://www.linkedin.com/company/asyncapi
```

0 comments on commit e8154e7

Please sign in to comment.