Skip to content

Commit b928227

Browse files
committed
Link to issue tracking "latest" schema access
1 parent cc1995d commit b928227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schemas/v3.0/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This allows the schemas for a release line (in this case 3.0) to be updated inde
1414
The iteration version of the JSON Schema can be found in the `id` field.
1515
For example, the value of `id: https://spec.openapis.org/oas/3.0/schema/2019-04-02` means this iteration was created on April 2nd, 2019.
1616

17-
The special URL with `latest` in place of the date is intended to provide an HTTP redirect to the most recent dated schema.
17+
We are [working on](https://github.com/OAI/OpenAPI-Specification/issues/4152) how to best provide programmatic access for determining the latest date for each schema.
1818

1919
## Improving the schema
2020

schemas/v3.1/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This allows the schemas for a release line (in this case 3.0) to be updated inde
2727
The iteration version of the JSON Schema can be found in the `$id` field.
2828
For example, the value of `$id: https://spec.openapis.org/oas/3.1/schema/2021-03-02` means this iteration was created on March 2nd, 2021.
2929

30-
The special URL with `latest` in place of the date is intended to provide an HTTP redirect to the most recent dated schema.
30+
We are [working on](https://github.com/OAI/OpenAPI-Specification/issues/4152) how to best provide programmatic access for determining the latest date for each schema.
3131

3232
## Improving the schemas
3333

0 commit comments

Comments
 (0)