Skip to content

Instantly share code, notes, and snippets.

@jasonneylon
Created November 25, 2014 21:22
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/84603e54b44d655194f3 to your computer and use it in GitHub Desktop.
Save jasonneylon/84603e54b44d655194f3 to your computer and use it in GitHub Desktop.
Schema data example
(def Data
"A schema for a nested data type"
{:a {:b s/Str
:c s/Int}
:d [{:e s/Keyword
:f [s/Num]}]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment