Structs§
- ApiSpec
- A parsed API spec (OpenAPI or AsyncAPI).
- Channel
- AsyncAPI channel definition.
- Content
Schema - Content schema for a specific media type.
- Dispatch
Config - Dispatcher configuration extracted from
x-barbacane-dispatch. - Message
- AsyncAPI message definition.
- Middleware
Config - Middleware configuration from
x-barbacane-middlewares. - Operation
- A single API operation (path + method for OpenAPI, channel + action for AsyncAPI).
- Parameter
- A path, query, or header parameter.
- Request
Body - Request body definition from
requestBody. - Response
Content - Response content for a specific status code.
Enums§
- Async
Action - AsyncAPI operation action.
- Spec
Format - Detected spec format.