-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4308 from Pakisan/curate/asyncapi
curate: AsyncAPI specification
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
topic: asyncapi | ||
logo: asyncapi.png | ||
aliases: aas, async-api, asyncapi-specification, async-api-specification, asyncapi-spec, async-api-spec | ||
display_name: AsyncAPI Specification | ||
short_description: The AsyncAPI Specification is a specification for describing, producing, consuming, and visualizing event-driven services. | ||
related: json-schema, eda, event-driven, event-driven-architecture, avro, openapi | ||
created_by: AsyncAPI Initiative, Fran Méndez | ||
released: September 20, 2017 | ||
url: https://www.asyncapi.com | ||
github_url: https://github.com/asyncapi/spec | ||
--- | ||
The **AsyncAPI Specification** (**AAS**), is a specification for a programming language-agnostic, machine-readable interface definition language for describing, producing, consuming, and visualizing event-driven services. | ||
|
||
AsyncAPI documents describe API services and are represented in YAML or JSON formats. |