#[derive(Schema)] { // Attributes available to this derive: #[schema] }
Derive macro for OpenAPI Schema trait
#[derive(Schema)] struct User { id: i64, name: String, }