(either-pred-schema schema pred & keys)
e.g. (either-pred-schema {:x s/Int} s/Int :a :b) returns hashmap schema which requires schema and at least one :a or :b be an Int note: conditionals cannot be merged top-level: https://github.com/plumatic/schema/issues/375
e.g. (either-pred-schema {:x s/Int} s/Int :a :b) returns hashmap schema which requires schema and at least one :a or :b be an Int note: conditionals cannot be merged top-level: https://github.com/plumatic/schema/issues/375
(infra-configuration convention-config)
Inputs: [convention-config :- ServerTestConventionConfig] Returns: InfraResult
Inputs: [convention-config :- ServerTestConventionConfig] Returns: InfraResult
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close