Skip to content

Commit 3e2604f

Browse files
committed
Merge branch 'dev-schemas-live-in-src' of https://github.com/ralfhandl/OpenAPI-Specification into dev-schemas-live-in-src
2 parents 0a41814 + aaa779b commit 3e2604f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/validation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We are [working on](https://github.com/OAI/OpenAPI-Specification/issues/4152) ho
1818

1919
## Choosing which schema to use
2020

21-
There are two schemas to choose from for versions 3.1 and greater, both of which have an `$id` that starts with `https://spec.openapis.org/oas/3.X/` and end with the iteration date:
21+
There are two schemas to choose from for versions 3.1 and greater, both of which have an `$id` that starts with `https://spec.openapis.org/oas/3.X/` and ends with the iteration date:
2222

2323
* `https://spec.openapis.org/oas/3.X/schema/{date}`, source: `schema.yaml` — A self-contained schema that _does not_ validate Schema Objects beyond `type: [object, boolean]`
2424
* `https://spec.openapis.org/oas/3.X/meta/{date}`, source: `meta.yaml` — The vocabulary metaschema for OAS 3.X's extensions to draft 2020-12

0 commit comments

Comments
 (0)