Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0b001b4

Browse files
committedJan 25, 2015
Merge pull request #229 from mike-marcacci/bug/complex-key-example
Fix a bad "type" in the complex key example.
2 parents eb0e2c8 + c613df6 commit 0b001b4

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed
 

‎dist/bootstrap-decorator.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/bootstrap-decorator.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎examples/data/complex-keys.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Complex Key Support",
55
"properties": {
66
"a[\"b\"].c": {
7-
"type": "text"
7+
"type": "string"
88
},
99
"simple": {
1010
"type": "object",
@@ -45,9 +45,9 @@
4545
{
4646
"key": "array-key",
4747
"items": [
48-
"[array-key][]['a'rr[\"l']",
48+
"['array-key'][]['a'rr[\"l']",
4949
{
50-
"key": "[array-key][][˙∆∂∞˚¬]",
50+
"key": "['array-key'][]['˙∆∂∞˚¬']",
5151
"title": "Unicode Characters"
5252
}
5353
]

0 commit comments

Comments
 (0)
Please sign in to comment.