Skip to content

Commit 84d0a57

Browse files
authoredDec 15, 2021
Fix minor typo in json-schema.md (#1843)
1 parent e9df4c1 commit 84d0a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/json-schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ If the data is invalid against the sub-schema in `if` keyword, then the validati
11601160
then: {multipleOf: 100},
11611161
else: {
11621162
if: {minimum: 10},
1163-
then": {multipleOf: 10}
1163+
then: {multipleOf: 10}
11641164
}
11651165
}
11661166
```

0 commit comments

Comments
 (0)
Please sign in to comment.