diff --git a/common/src/app/common/schema.cljc b/common/src/app/common/schema.cljc index 92ce756e7..19e3046f8 100644 --- a/common/src/app/common/schema.cljc +++ b/common/src/app/common/schema.cljc @@ -466,6 +466,7 @@ (def! ::word-string {:type ::word-string :pred #(and (string? %) (not (str/blank? %))) + :property-pred (m/-min-max-pred count) :type-properties {:title "string" :description "string"