11 lines
212 B
YAML
11 lines
212 B
YAML
type: object
|
|
required:
|
|
- location_id
|
|
properties:
|
|
location_id:
|
|
description: The id of the location of the reservation
|
|
type: string
|
|
quantity:
|
|
description: The quantity to reserve
|
|
type: number
|