introduce-booking-module #41

Merged
hsh-michaelhoennig merged 21 commits from introduce-booking-module into master 2024-04-16 11:21:35 +02:00
2 changed files with 0 additions and 7 deletions
Showing only changes of commit 289c997628 - Show all commits

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'