diff --git a/proposals/000_OAS-proposal-template.md b/proposals/000_OAS-proposal-template.md index d6843f5bd2..acf8ee7fcb 100644 --- a/proposals/000_OAS-proposal-template.md +++ b/proposals/000_OAS-proposal-template.md @@ -8,7 +8,7 @@ |Proposal |[NNNN](https://github.com/OAI/OpenAPI-Specification/tree/master/proposals/{directory_or_file_name})| |Authors|[Author 1](https://github.com/{author1}), [Author 2](https://github.com/{author2})| |Review Manager |TBD | -|Status |Proposal, Draft, Promoted, or Abandoned| +|Status |Draft, Pilot, Graduated, or Abandoned| |Implementations |[Click Here](https://github.com/OAI/OpenAPI-Specification/tree/master/proposals/{NNNN}/implementations.md)| |Issues |[{issueid}](https://github.com/OAI/OpenAPI-Specification/issues/{Issueid})| |Previous Revisions |[{revid}](https://github.com/OAI/OpenAPI-Specification/pull/{revid}) | diff --git a/proposals/001_Alternative Schema Proposal.md b/proposals/001_Alternative Schema Proposal.md index 9f176ea28e..cde937db80 100644 --- a/proposals/001_Alternative Schema Proposal.md +++ b/proposals/001_Alternative Schema Proposal.md @@ -5,9 +5,9 @@ |Tag |Value | |---- | ---------------- | |Proposal |[Alternative Schema](https://github.com/OAI/OpenAPI-Specification/tree/master/proposals/Alternative%20Schema)| -|Authors|[Chuck Heazel](https://github.com/{cmheazel})| +|Authors|[Chuck Heazel](https://github.com/cmheazel)| |Review Manager |TBD | -|Status |**Draft** | +|Status |**Pilot** | |Implementations |[Click Here](https://github.com/OAI/OpenAPI-Specification/tree/master/proposals/Alternative%20Schema/implementations.md) |Issues |[1532](https://github.com/OAI/OpenAPI-Specification/issues/1532)| |Previous Revisions |[March 15](https://github.com/OAI/OpenAPI-Specification/pull/1868#issue-261689900) | @@ -18,6 +18,7 @@ |---- | ---------------- | ---------- | |3/15/19 |C. Heazel|Initial Markup Draft | |4/17/19 |C. Heazel|Re-structured based on Apple Swift| +|5/1/19 |C. Heazel|Cleaned up typos and broken links. Updated the proposal stage names.| ## Introduction @@ -53,7 +54,7 @@ Examples of the use of the Alternative Schema capability is added to the OpenAPI ### Alternative Schema Registry -Values used to populate the Alternative Schema Object are required to come from the Alternative Schema Registry. The preliminary Alternative Schema Registry is located at . +Values used to populate the Alternative Schema Object are required to come from the Alternative Schema Registry. The preliminary Alternative Schema Registry is located [here](https://spec.openapis.org/registry/alternative-schema). *** Note this is a placeholder registry. Don't take the values seriously. *** diff --git a/proposals/Alternative Schema/alternative_schema_object.adoc b/proposals/Alternative Schema/alternative_schema_object.md similarity index 100% rename from proposals/Alternative Schema/alternative_schema_object.adoc rename to proposals/Alternative Schema/alternative_schema_object.md