Skip to content

Instantly share code, notes, and snippets.

@jasonneylon
Created November 25, 2014 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonneylon/177e8f77543c35876c30 to your computer and use it in GitHub Desktop.
Save jasonneylon/177e8f77543c35876c30 to your computer and use it in GitHub Desktop.
Schema validate sample
(s/validate
Data
{:a {:b "abc"
:c 123}
:d [{:e :bc
:f [12.2 13 100]}
{:e :bc
:f [-1]}]})
;; Success!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment