Mapped Types (Soon)
Mapped types will let you derive a schema by picking or omitting properties of an existing one. Documentation lands with the feature itself.
Generic Types
Mixins let a single PaginatedResponse factory build reusable AdonisJS OpenAPI schemas, shown here wrapping Lucid paginator meta around any model.
Custom Type Loaders
A TypeLoaderFn turns a constructor the generator does not know, such as Luxon DateTime, into a SchemaObject, or stores a component and returns a $ref.