mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 20:26:11 +02:00
♻️ Add string length validation to backend RPC methods fields
This commit is contained in:
parent
0721760900
commit
28c2197ba7
13 changed files with 31 additions and 29 deletions
|
@ -88,7 +88,7 @@
|
|||
|
||||
(def ^:private schema:create-file
|
||||
[:map {:title "create-file"}
|
||||
[:name :string]
|
||||
[:name [:string {:max 250}]]
|
||||
[:project-id ::sm/uuid]
|
||||
[:id {:optional true} ::sm/uuid]
|
||||
[:is-shared {:optional true} :boolean]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue