openapi: 3.1.1 info: title: Invalid OpenAPI 3.1.1 operationId unique example version: 1 paths: /foo: get: operationId: foo responses: '200': content: '*/*': schema: type: string description: OK post: operationId: foo responses: '200': content: '*/*': schema: type: string description: OK