Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 97903e9

Browse files
authored
Merge pull request #397 from karenetheridge/ether/release-notes-fixes
small typo fixes
2 parents e2a52d6 + 52f390e commit 97903e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft/2020-12/release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ independent of the parent schema. A schema that contains one or more embedded
306306
schemas is called a "Compound Schema Document". This draft introduces guidance
307307
on how bundlers should embedded schemas to create Compound Schema Documents.
308308

309-
If you reference an external schema, that schema can declare it's own `$schema`
309+
If you reference an external schema, that schema can declare its own `$schema`
310310
and that may be different than the `$schema` of the referencing schema.
311311
Implementations need to be prepared to switch processing modes or throw an
312312
error if they don't support the `$schema` of the referenced schema. Embedded
@@ -417,7 +417,7 @@ embedded schemas using `$defs`. Here's what the bundled schema would look like.
417417
}
418418
}
419419
},
420-
"$id": "https://example.com/schema/common": {
420+
"https://example.com/schema/common": {
421421
"$schema": "https://json-schema.org/draft/2019-09",
422422
"$id": "https://example.com/schema/common",
423423

@@ -462,7 +462,7 @@ unknown keyword is the keyword's value.
462462

463463
## Vocabulary Changes
464464
The `unevaluatedProperties` and `unevaluatedItems` keywords have been moved from
465-
the applicator vocabulary to their own vocabulary designated which is required
465+
the applicator vocabulary to their own designated vocabulary which is required
466466
in the default meta-schema. In Draft 2019-09, these keywords were expected to
467467
throw an error if not implemented. This was a special-case behavior of the
468468
applicator vocabulary. Moving the "unevaluated" keywords into their own

0 commit comments

Comments
 (0)