github.com/avenga/couper@v1.12.2/server/testdata/integration/endpoint_eval/08_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 parameters: 9 - in: query 10 name: myparam 11 schema: 12 type: string 13 required: true 14 responses: 15 200: 16 description: OK