github.com/avenga/couper@v1.12.2/handler/validation/testdata/backend_03_openapi.yaml (about)

     1  openapi: '3'
     2  info:
     3    title: 'Couper backend validation test: non-canonical server URL'
     4    version: 'v1.2.3'
     5  servers:
     6    - url: 'http://api.example.com:12345'
     7    - url: 'https://api.example.com:12345'
     8    - url: 'https://api.example.com:443'
     9    - url: 'https://api.example.com:80'
    10    - url: 'http://api.example.com:443'
    11    - url: 'http://api.example.com:80'
    12    - url: 'http://api.example.com'
    13    - url: 'https://api.example.com'
    14  paths:
    15    /anything:
    16      get:
    17        responses:
    18          200:
    19            description: OK