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 #144

Merged
merged 4 commits into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
derberg marked this conversation as resolved.
Show resolved Hide resolved

## Example

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