Add better schema for shape export property

This commit is contained in:
Andrey Antukh
2024-06-25 16:48:40 +02:00
parent 45c77f97ce
commit 0721760900

View File

@@ -12,6 +12,6 @@
(sm/register! ::export (sm/register! ::export
[:map {:title "ShapeExport"} [:map {:title "ShapeExport"}
[:type :keyword] [:type [::sm/one-of export-types]]
[:scale ::sm/safe-number] [:scale ::sm/safe-number]
[:suffix :string]]) [:suffix :string]])