Skip to content

Commit

Permalink
Adding a namespace around the cheesy UUID generator I'm using to avoi…
Browse files Browse the repository at this point in the history
…d clobbering, via oruen.
  • Loading branch information
hoxworth committed May 3, 2011
1 parent 6853252 commit 86953a8
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 361 deletions.
4 changes: 2 additions & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ From the git repo:

<pre>
$ gem build json-schema.gemspec
$ gem install json-schema-0.9.3.gem
$ gem install json-schema-0.9.4.gem
</pre>


Expand Down Expand Up @@ -118,7 +118,7 @@ JSON::Validator.validate(schema, data, :version => :draft2)
</pre>


h3. Extend an existing schema and validating against it
h3. Extend an existing schema and validate against it

For this example, we are going to extend the "JSON Schema Draft 3":http://tools.ietf.org/html/draft-zyp-json-schema-03 specification by adding a 'bitwise-and' property for validation.

Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major: 0
minor: 9
patch: 3
patch: 4
Loading

0 comments on commit 86953a8

Please sign in to comment.