introduce-booking-module #41
@ -11,7 +11,6 @@ map:
|
||||
types:
|
||||
- type: array => java.util.List
|
||||
- type: string:uuid => java.util.UUID
|
||||
- type: string:format => java.lang.String
|
||||
|
||||
paths:
|
||||
/api/hs/booking/items/{bookingItemUuid}:
|
||||
|
@ -68,12 +68,6 @@ components:
|
||||
- resources
|
||||
additionalProperties: false
|
||||
|
||||
BookingResourcesDoesNotWork:
|
||||
type: object
|
||||
x-javaType: 'java.util.Map<String, Object>'
|
||||
additionalProperties:
|
||||
type: object
|
||||
|
||||
BookingResources:
|
||||
anyOf:
|
||||
- $ref: '#/components/schemas/ManagedServerBookingResources'
|
||||
|
Loading…
Reference in New Issue
Block a user