Internet.nl icon indicating copy to clipboard operation
Internet.nl copied to clipboard

Add API output check against OpenAPI Specification in CI

Open bwbroersma opened this issue 2 years ago • 1 comments

Since we found in #907 and #910 that the API output is not in line with the OpenAPI Specification, add a check in the CI.

bwbroersma avatar Mar 23 '23 13:03 bwbroersma

Perhaps a migration strategy would be first create a pydantic schema, so the output is guaranteed to match the schema. The output might be slower, so only use that schema in tests.

stitch avatar Oct 07 '25 07:10 stitch