Skip to content

Instantly share code, notes, and snippets.

@llimllib
Created July 19, 2011 14:36
Show Gist options
  • Save llimllib/1092560 to your computer and use it in GitHub Desktop.
Save llimllib/1092560 to your computer and use it in GitHub Desktop.
> schema = {
> "$schema" => "http://json-schema.org/draft-03/schema#",
> "type" => "object",
> "properties" => { "a" => {"format" => "uri"}}
> }
> JSON::Validator.validate(schema, {"a" => 12})
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment