responses: '200': # missing '500' response definition description: OK content: text/plain: schema: type: string
responses: '500': description: Internal Server Error # a description is required content: text/plain: schema: type: string
Check the FireTail blog and research documents for up-to-date information.