KeelApiSchema
@SerialInfo
Optional annotation for DTO/data classes to enrich the generated OpenAPI schema. When placed on a @Serializable class, the KSP processor includes the custom name and description in the schema definition.
Parameters
name
Override the schema name (defaults to the class simple name)
description
Human-readable description of this schema