Skip to content

Commit

Permalink
docs: fix example for additionalProperties keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed May 3, 2017
1 parent 78fffde commit 6f0ff64
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions KEYWORDS.md
Expand Up @@ -531,11 +531,15 @@ __Examples__
},
"additionalProperties": false,
"anyOf": [
"properties": {
"bar": { "type": "number" }
{
"properties": {
"bar": { "type": "number" }
}
},
"properties": {
"baz": { "type": "number" }
{
"properties": {
"baz": { "type": "number" }
}
}
]
}
Expand Down

0 comments on commit 6f0ff64

Please sign in to comment.