🐛 Fix position-data validator (#7194)

This commit is contained in:
Alejandro Alonso 2025-08-28 15:46:23 +02:00 committed by GitHub
parent a8692c72c6
commit 44245d1b5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@
(sm/lazy-validator schema:content))
(def schema:position-data
[:vector {:min 1 :gen/max 2}
[:vector {:min 0 :gen/max 2}
[:map
[:x ::sm/safe-number]
[:y ::sm/safe-number]