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

curate: AsyncAPI specification #4308

Merged
merged 5 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added topics/asyncapi/asyncapi.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions topics/asyncapi/index.md
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.