diff --git a/backend/src/app/srepl/cli.clj b/backend/src/app/srepl/cli.clj index c1b9e71022..8cb4a0fbbc 100644 --- a/backend/src/app/srepl/cli.clj +++ b/backend/src/app/srepl/cli.clj @@ -151,8 +151,8 @@ (def ^:private schema:customer-subscription [:map {:title "CustomerSubscription"} - [:id ::sm/uuid] - [:customer-id ::sm/uuid] + [:id ::sm/text] + [:customer-id ::sm/text] [:type [:enum "unlimited" "professional"