/** * @schema AdminReservationResponse * type: object * description: The reservation's details. * x-schemaName: AdminReservationResponse * required: * - reservation * properties: * reservation: * $ref: "#/components/schemas/AdminReservation" * */