Derive Macro Apiv2Schema
#[derive(Apiv2Schema)]
{
// Attributes available to this derive:
#[openapi]
}
Expand description
Derive attribute for indicating that a type is an OpenAPI v2 compatible definition.
#[derive(Apiv2Schema)]
{
// Attributes available to this derive:
#[openapi]
}
Derive attribute for indicating that a type is an OpenAPI v2 compatible definition.