File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,13 @@ console.log(migrate.getAjv().errorsText(errors))
6161## Changes in schemas after migration
6262
6363- ` id ` is replaced with ` $id `
64- - ` $schema ` value becomes draft-07, draft-2019-09 or draft-2020-12 meta-schema
65- - draft-04 boolean form of ` exclusiveMaximum/Minimum ` is replaced with the current number form
64+ - ` $schema ` value becomes ` draft-07 ` , ` draft-2019-09 ` or ` draft-2020-12 ` meta-schema
65+ - ` draft-04 ` boolean form of ` exclusiveMaximum/Minimum ` is replaced with the current number form
6666- ` enum ` with a single allowed value is replaced with ` const `
6767- Non-standard ` constant ` is replaced with ` const `
6868- empty schema is replaced with ` true `
6969- schema ` {"not":{}} ` is replaced with ` false `
7070- ` draft2019 ` function additionally replaces:
71- - ` definitions ` with ` $defs `
7271 - ` dependencies ` with ` dependentRequired ` and ` dependentSchemas `
7372 - ` "id": "#foo" ` with ` "$anchor": "foo" `
7473 - ` "id": "schema#foo" ` with ` "$id": "schema", "$anchor": "foo" `
You can’t perform that action at this time.
0 commit comments