VL
Size: a a a
VL
RM
YK
s/or
, например:(s/def ::type-one #{:foo})
(s/def ::type-two #{:bar})
(s/def ::test
(s/or
:one (s/keys [::type-one
::prop-on-type-one])
:two (s/keys [::type-two
::prop-on-type-two])))
AR
s/or
, например:(s/def ::type-one #{:foo})
(s/def ::type-two #{:bar})
(s/def ::test
(s/or
:one (s/keys [::type-one
::prop-on-type-one])
:two (s/keys [::type-two
::prop-on-type-two])))
YK
AC
AC
VL
VL
KC
RN
VL
RN
AC
IG
A
KC
AC