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