|
@@ -125,7 +125,7 @@ For example:
|
|
|
Draft04, and therefore is represented as:
|
|
Draft04, and therefore is represented as:
|
|
|
```
|
|
```
|
|
|
{"divisibleBy", {{schema::Version::Earliest, &Self::multipleOf},
|
|
{"divisibleBy", {{schema::Version::Earliest, &Self::multipleOf},
|
|
|
- {schema::Version::Draft04, Removed}}},
|
|
|
|
|
|
|
+ {schema::Version::Draft04, Removed}}},
|
|
|
{"multipleOf", {schema::Version::Draft04, &Self::multipleOf}}
|
|
{"multipleOf", {schema::Version::Draft04, &Self::multipleOf}}
|
|
|
```
|
|
```
|
|
|
* A small number of rare constraints change their meaning when moving from
|
|
* A small number of rare constraints change their meaning when moving from
|
|
@@ -133,7 +133,7 @@ For example:
|
|
|
sense to use different MakeConstraint functions for them.
|
|
sense to use different MakeConstraint functions for them.
|
|
|
```
|
|
```
|
|
|
{"items", {{schema::Version::Earliest, &Self::itemsTupleOrVector},
|
|
{"items", {{schema::Version::Earliest, &Self::itemsTupleOrVector},
|
|
|
- {schema::Version::Draft2020_12, &Self::additionalItems}}}
|
|
|
|
|
|
|
+ {schema::Version::Draft2020_12, &Self::additionalItems}}}
|
|
|
```
|
|
```
|
|
|
* Reserved keywords that have no meaning by themselves can use the Literal
|
|
* Reserved keywords that have no meaning by themselves can use the Literal
|
|
|
rule:
|
|
rule:
|