diff --git a/content/2019-09/applicator/propertyNames.markdown b/content/2019-09/applicator/propertyNames.markdown index 55c5d49..a170349 100644 --- a/content/2019-09/applicator/propertyNames.markdown +++ b/content/2019-09/applicator/propertyNames.markdown @@ -14,8 +14,6 @@ tests: index: -997 introduced_in: draft6 related: - - vocabulary: applicator - keyword: propertyNames - vocabulary: applicator keyword: patternProperties - vocabulary: applicator diff --git a/content/2019-09/core/defs.markdown b/content/2019-09/core/defs.markdown index 89f4516..79fa926 100644 --- a/content/2019-09/core/defs.markdown +++ b/content/2019-09/core/defs.markdown @@ -2,7 +2,7 @@ keyword: "$defs" signature: "Object" value: This keyword must be set to an object where each value is a valid JSON Schema -summary: "This keyword is used in meta-schemas to identify the required and optional vocabularies available for use in schemas described by that meta-schema." +summary: "This keyword reserves a location for schema authors to inline re-usable JSON Schemas into a more general schema." kind: [ "location" ] instance: [ "any" ] specification: "https://json-schema.org/draft/2019-09/draft-handrews-json-schema-02#rfc.section.8.2.5" diff --git a/content/2019-09/validation/multipleOf.markdown b/content/2019-09/validation/multipleOf.markdown index aa10a2c..f342abd 100644 --- a/content/2019-09/validation/multipleOf.markdown +++ b/content/2019-09/validation/multipleOf.markdown @@ -1,7 +1,7 @@ --- keyword: "multipleOf" signature: "Number" -value: This keyword must be set to a number that is not equal to zero +value: This keyword must be set to a number that is greater than zero summary: "A numeric instance is valid only if division by this keyword's value results in an integer." kind: [ "assertion" ] instance: [ "number" ] diff --git a/content/2020-12/applicator/propertyNames.markdown b/content/2020-12/applicator/propertyNames.markdown index b328fb1..4da80e5 100644 --- a/content/2020-12/applicator/propertyNames.markdown +++ b/content/2020-12/applicator/propertyNames.markdown @@ -14,8 +14,6 @@ tests: index: -997 introduced_in: draft6 related: - - vocabulary: applicator - keyword: propertyNames - vocabulary: applicator keyword: patternProperties - vocabulary: applicator diff --git a/content/2020-12/core/defs.markdown b/content/2020-12/core/defs.markdown index 21b2c49..b1428d9 100644 --- a/content/2020-12/core/defs.markdown +++ b/content/2020-12/core/defs.markdown @@ -2,7 +2,7 @@ keyword: "$defs" signature: "Object" value: This keyword must be set to an object where each value is a valid JSON Schema -summary: "This keyword is used in meta-schemas to identify the required and optional vocabularies available for use in schemas described by that meta-schema." +summary: "This keyword reserves a location for schema authors to inline re-usable JSON Schemas into a more general schema." kind: [ "location" ] instance: [ "any" ] specification: "https://json-schema.org/draft/2020-12/json-schema-core.html#section-8.2.4" diff --git a/content/2020-12/validation/multipleOf.markdown b/content/2020-12/validation/multipleOf.markdown index b31fd31..831377f 100644 --- a/content/2020-12/validation/multipleOf.markdown +++ b/content/2020-12/validation/multipleOf.markdown @@ -1,7 +1,7 @@ --- keyword: "multipleOf" signature: "Number" -value: This keyword must be set to a number that is not equal to zero +value: This keyword must be set to a number that is greater than zero summary: "A numeric instance is valid only if division by this keyword's value results in an integer." kind: [ "assertion" ] instance: [ "number" ]