Skip to content

Commit

Permalink
Update README.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
mkonecny committed Nov 2, 2015
1 parent 6e88557 commit 710b6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ schema = {
"type" => "object",
"required" => ["a"],
"properties" => {
"a" => {"type" => "integer"} # This will fail schema validation!
"a" => {"type" => "integer", "required" => "true"} # This will fail schema validation!
}
}

Expand Down

0 comments on commit 710b6f2

Please sign in to comment.