This commit is contained in:
Michael Hoennig 2024-04-16 09:54:47 +02:00
parent 93cf73b78e
commit 289c997628
2 changed files with 0 additions and 7 deletions

View File

@ -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}:

View File

@ -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'