github.com/avenga/couper@v1.12.2/server/testdata/integration/validation/01_schema.yaml (about) 1 openapi: '3' 2 info: 3 title: 'Couper backend validation test' 4 version: 'v1.2.3' 5 paths: 6 /anything: 7 get: 8 responses: 9 200: 10 description: OK 11 schema: 12 type: object 13 /pdf: 14 get: 15 responses: 16 555: 17 description: OK