From 70c24455314ec108cdecd7980e1b21ecb123b1d7 Mon Sep 17 00:00:00 2001 From: Ted Epstein Date: Thu, 8 Apr 2021 21:45:42 -0400 Subject: [PATCH 1/2] Update Proposals 003 "Clarify Nullable" to approved status The proposal was adopted in OpenAPI version 3.0.3. This pull request updates the proposal with that status change. --- proposals/003_Clarify-Nullable.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proposals/003_Clarify-Nullable.md b/proposals/003_Clarify-Nullable.md index 139b0dceef..c60ce0e566 100644 --- a/proposals/003_Clarify-Nullable.md +++ b/proposals/003_Clarify-Nullable.md @@ -8,7 +8,7 @@ |Proposal |[003](https://github.com/OAI/OpenAPI-Specification/tree/master/proposals/003_Clarify-Nullable.md)| |Authors|[Ted Epstein](https://github.com/tedepstein)| |Review Manager |TBD| -|Status |Proposal| +|Status |Approved, adopted in [OpenAPI 3.0.3](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md)| |Implementations |N/A| |Issues | [1900](https://github.com/OAI/OpenAPI-Specification/issues/1900), [1368](https://github.com/OAI/OpenAPI-Specification/issues/1368), [1389](https://github.com/OAI/OpenAPI-Specification/issues/1389), [1957](https://github.com/OAI/OpenAPI-Specification/pull/1957), [2046](https://github.com/OAI/OpenAPI-Specification/pull/2046), [1977](https://github.com/OAI/OpenAPI-Specification/pull/1977#issuecomment-533333957), [2057](https://github.com/OAI/OpenAPI-Specification/issues/2057)| |Previous Revisions |N/A | @@ -18,6 +18,7 @@ |Date |Responsible Party |Description | |---- | ---------------- |------------| |Oct 31, 2019 | Ted Epstein | Initial proposal | +|Apr 8, 2021 | Ted Epstein | Update status to approved, adopted in 3.0.3 | ## Introduction From 729378c64773216b1afd658ce7ff8a8322630c36 Mon Sep 17 00:00:00 2001 From: Ted Epstein Date: Sat, 17 Apr 2021 08:09:51 -0400 Subject: [PATCH 2/2] Conformance with the standard proposal format. Changed status to 'Promoted' in accordance with the proposal template. --- proposals/003_Clarify-Nullable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/003_Clarify-Nullable.md b/proposals/003_Clarify-Nullable.md index c60ce0e566..23cd0ec216 100644 --- a/proposals/003_Clarify-Nullable.md +++ b/proposals/003_Clarify-Nullable.md @@ -8,7 +8,7 @@ |Proposal |[003](https://github.com/OAI/OpenAPI-Specification/tree/master/proposals/003_Clarify-Nullable.md)| |Authors|[Ted Epstein](https://github.com/tedepstein)| |Review Manager |TBD| -|Status |Approved, adopted in [OpenAPI 3.0.3](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md)| +|Status |Promoted| |Implementations |N/A| |Issues | [1900](https://github.com/OAI/OpenAPI-Specification/issues/1900), [1368](https://github.com/OAI/OpenAPI-Specification/issues/1368), [1389](https://github.com/OAI/OpenAPI-Specification/issues/1389), [1957](https://github.com/OAI/OpenAPI-Specification/pull/1957), [2046](https://github.com/OAI/OpenAPI-Specification/pull/2046), [1977](https://github.com/OAI/OpenAPI-Specification/pull/1977#issuecomment-533333957), [2057](https://github.com/OAI/OpenAPI-Specification/issues/2057)| |Previous Revisions |N/A | @@ -18,7 +18,7 @@ |Date |Responsible Party |Description | |---- | ---------------- |------------| |Oct 31, 2019 | Ted Epstein | Initial proposal | -|Apr 8, 2021 | Ted Epstein | Update status to approved, adopted in 3.0.3 | +|Apr 8, 2021 | Ted Epstein | Update status to Promoted. The proposal was adopted in [OpenAPI 3.0.3](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md). | ## Introduction