pub fn generate_document<T: JsonSchema>() -> AppResult<SchemaDocument>Expand description
Generate a typed JSON Schema document from a type implementing JsonSchema.
pub fn generate_document<T: JsonSchema>() -> AppResult<SchemaDocument>Generate a typed JSON Schema document from a type implementing JsonSchema.