{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","title":"ReleaseReservationCommand","description":"Command to release a previously made reservation in a merchant account","properties":{"accountId":{"type":"object","description":"Account identifier","properties":{"value":{"type":"string","format":"uuid","description":"The unique account UUID"}},"required":["value"]},"reservationId":{"type":"object","description":"Reservation identifier","properties":{"value":{"type":"string","format":"uuid","description":"The unique reservation UUID to release"}},"required":["value"]},"reason":{"type":"string","description":"Reason for releasing the reservation","example":"Transaction completed"}},"required":["accountId","reservationId"],"additionalProperties":false}