[][src]Module aide::openapi::v3::transform

This module is for transform functions and utilities that can be applied to OpenApi specifications.

Structs

TagGroup

A tag group used in ReDoc.

Enums

Error

Functions

default_response

Sets the default response for all operations that don't yet have one.

default_response_when

Sets the default response for operations that match the predicate.

remove_parameter_nullable

Removes the nullable property from parameters.

tag_group

Define a tag group for ReDoc.

tag_groups

Define tag groups for ReDoc.