Description
IntegrationTest.kt currently tests against two internal specs (platform-api.json, analytics-api.json). Testing against well-known public API specs would increase confidence that the generator handles real-world patterns correctly. Candidates: Petstore (canonical), Stripe (complex models), GitHub (large spec with many edge cases).
Acceptance criteria
Description
IntegrationTest.ktcurrently tests against two internal specs (platform-api.json,analytics-api.json). Testing against well-known public API specs would increase confidence that the generator handles real-world patterns correctly. Candidates: Petstore (canonical), Stripe (complex models), GitHub (large spec with many edge cases).Acceptance criteria
./gradlew test