Open
Description
/bookings/{bookingId}/payment:
post:
responses:
'200':
generates the response object as BookingsBookingIdPaymentPostResponse200
.
Would it be useful to have the possibility to map that identifier to a nicer name?
mapping could use
- json path to nice java name
- generated java name to nice java name
the processor would have to warn if the inline name did not exists.
benefit:
it would not be necessary to define responses etc. as named schema to get a proper java class name
drawback:
harder to maintain?