You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
A PHP Implementation for validating `JSON` Structures against a given `Schema` with support for `Schemas` of Draft-3,
9
9
Draft-4 or Draft-6.
10
10
11
-
Features of newer Drafts might not be supported. See [Table of All Versions of Everything](https://json-schema.org/specification-links.html#table-of-all-versions-of-everything) to get an overview
11
+
Features of newer Drafts might not be supported. See [Table of All Versions of Everything](https://json-schema.org/specification-links.html#table-of-all-versions-of-everything) to get an overview
12
12
of all existing Drafts. See [json-schema](http://json-schema.org/) for more details about the JSON Schema specification
13
13
14
14
# Compliance
@@ -207,7 +207,7 @@ third argument to `Validator::validate()`, or can be provided as the third argum
207
207
|`Constraint::CHECK_MODE_EXCEPTIONS`| Throw an exception immediately if validation fails |
208
208
|`Constraint::CHECK_MODE_DISABLE_FORMAT`| Do not validate "format" constraints |
209
209
|`Constraint::CHECK_MODE_VALIDATE_SCHEMA`| Validate the schema as well as the provided document |
210
-
|`Constraint::CHECK_MODE_STRICT`[^3]| Validate the scheme using strict mode using the specified draft |
210
+
|`Constraint::CHECK_MODE_STRICT`[^3]| Validate the scheme using strict mode using the specified draft |
211
211
212
212
[^1]: Please note that using `CHECK_MODE_COERCE_TYPES` or `CHECK_MODE_APPLY_DEFAULTS` will modify your
213
213
original data.
@@ -231,4 +231,4 @@ Thanks go to these wonderful people, without their effort this project wasn't po
0 commit comments