What's Changed
New Features
It now works with the following schema as well.
/undefined/operation/:id:
get:
# operationId: getUndefinedOperation
responses:
200:
description: Success
content:
application/json:
schema:
type: object
properties:
message:
type: string
description: Undefined operation response