openapi: 3.0.2 paths: '/pet': get: responses: '200': content: '*/*': schema: type: string example: hello world