Internet.nl
Internet.nl copied to clipboard
Add API output check against OpenAPI Specification in CI
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.
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.