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

View File

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