diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index 1ea5f54a..714f7ddd 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -184,7 +184,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, @@ -192,13 +196,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