github.com/avenga/couper@v1.12.2/server/testdata/integration/validation/02_schema.yaml (about)

     1  openapi: '3'
     2  info:
     3    title: 'Couper backend validation test'
     4    version: 'v1.2.3'
     5  paths:
     6    /buffer:
     7      post:
     8        requestBody:
     9          content:
    10            application/json:
    11              schema:
    12                type: object
    13          required: true
    14        responses:
    15          200:
    16            description: OK
    17            schema:
    18              type: object