Compiled schema fails JS validation
The compiled schema no longer passes JS validation although I can't see that it's changed.
"swagger_ui": true,
"specs_route": "/",
are unexpected additional properties. Unlike the message validator there doesn't appear to be an option in the schema validator to accept additional properties.
The versions are all pinned so it doesn't look like it's a code change. Am pretty sure these tests all used to pass during SoAR.
I guess we have to work through the validation failures and accept some of the expected validation errors so it only fails on unexpected errors.