1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
openapi: 3.0.0 info: title: Test invalid missing path parameter 2 version: 1.0.0 paths: '/test/{test}/{test2}': get: parameters: - name: test in: path required: true schema: type: string operationId: same responses: '200': description: OK