Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created February 24, 2014 12:45
Show Gist options
  • Save AeroNotix/9187727 to your computer and use it in GitHub Desktop.
Save AeroNotix/9187727 to your computer and use it in GitHub Desktop.
(defvalidator payment-schema "payment.json")
(defmacro defvalidator [name schema]
`(def ~name
#(validate {:$ref ~schema} %)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment