schema.potemkin
Features that require an explicit potemkin dependency to be provided by the consumer.
defrecord+
macro
(defrecord+ name field-schema extra-key-schema? extra-validator-fn? & opts+specs)
Like defrecord, but emits a record using potemkin/defrecord+. You must provide your own dependency on potemkin to use this.