Advanced Usage

Learn how the generator handles schemas, responses, and cross-module dependencies.

Schema Generation

How YAML models and Dart types are automatically converted to OpenAPI schemas, including type mapping and cross-module resolution.

Learn more →

Responses & Request Bodies

How responses (200, 400, 500) and request bodies with required fields are generated from your endpoint method signatures.

Learn more →

Related