File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ The following JSON document has only one violation against the schema (since "a"
76
76
}
77
77
```
78
78
79
- In this case the thrown ` ValidationException ` will point to " #/rectangle/a" and it won't contain sub-exceptions:
79
+ In this case the thrown ` ValidationException ` will point to ` #/rectangle/a ` and it won't contain sub-exceptions:
80
80
81
81
```
82
82
try {
@@ -100,8 +100,8 @@ the "a" and "b" properties violate the above schema:
100
100
}
101
101
```
102
102
103
- In this case the thrown ` ValidationException ` will point to " #/rectangle" , and it has 2 sub-exceptions, pointing to
104
- " #/rectangle/a" and " #/rectangle/b" :
103
+ In this case the thrown ` ValidationException ` will point to ` #/rectangle ` , and it has 2 sub-exceptions, pointing to
104
+ ` #/rectangle/a ` and ` #/rectangle/b ` :
105
105
106
106
```
107
107
try {
You can’t perform that action at this time.
0 commit comments