You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: return flows/sources verbatim and gate response conformance
- GET /flows, GET /flows/{id}, GET /sources: return stored documents verbatim
(minus _id/_rev) instead of through a narrow response schema, so responses
preserve every spec field and validate against flow.json / source.json. A flat
response schema was silently dropping format-specific fields (e.g. audio
essence_parameters), causing schema-conformance failures. Adds a stripDbFields
helper.
- interop:conformance: scope the Schemathesis run to response conformance
(schema, status code, content type) over schema-valid requests, and make the
CI conformance job a hard gate by removing continue-on-error.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments