Asyncapi

AsyncAPI allows you to describe the surface area of event-driven APIs in a machine-readable way, providing a way of defining the protocol, channels, topics, messages, and the schema that are being published and subscribed to. AsyncAPI is a sister specification to the OpenAPI specification, sharing some common properties, as well as support of JSON Schema, but AsyncAPI provides a wider number of protocols than OpenAPI is designed to cover.

Also known as: AsyncAPI Specification, AAI

Standards

Media Types

OpenAPI Expression

Governance Rules

Risk & Compliance

OWASP:

Compliance:

Security: Event-driven systems leak through topics, not URLs. Document every published/subscribed topic, schema-validate payloads at the broker boundary, enforce per-topic ACLs, and pin schema versions to avoid poison-message replay.

Tools

Suggested Metrics

Example Implementations

Related Properties

Tags


All Community Properties