You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/v3.0/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This allows the schemas for a release line (in this case 3.0) to be updated inde
14
14
The iteration version of the JSON Schema can be found in the `id` field.
15
15
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.
16
16
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.
Copy file name to clipboardExpand all lines: schemas/v3.1/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This allows the schemas for a release line (in this case 3.0) to be updated inde
27
27
The iteration version of the JSON Schema can be found in the `$id` field.
28
28
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.
29
29
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.
0 commit comments