diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index 5bd7831a..c979e8c0 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -191,7 +191,11 @@ -
+
+ + Each JSON Schema validation keyword adds constraints that + an instance must satisfy in order to successfully validate. + Validation keywords that are missing never restrict validation. In some cases, this no-op behavior is identical to a keyword that exists with certain values, @@ -199,13 +203,13 @@
-
- +
- Validation keywords typically operate independent of each other, without affecting each other. + Validation keywords typically operate independently, without + affecting each other's outcomes. - For author convenience, there are some exceptions: + For schema author convenience, there are some exceptions: "additionalProperties", whose behavior is defined in terms of "properties" and "patternProperties"; "additionalItems", whose behavior is defined in terms of "items"; and