Skip to content

Core Fixture Generator Script

Build the main fixture generation engine

Tasks

  • Create configurable fixture generator
  • Implement schema reference resolution
  • Add support for arrays vs single objects
  • Handle OpenAPI $ref links properly
  • Add error handling and logging

Acceptance Criteria

  • Can generate fixtures from any schema reference
  • Supports both single objects and arrays
  • Proper error messages for invalid schemas

Dependencies

  • Requires #40 (closed) (Setup Fixture Generation Infrastructure) to be completed

Estimate

4-5 hours