From 56edfa2d4e227927cdeb33faafe03247b0be7417 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Mon, 29 Jul 2024 13:08:49 +0200 Subject: [PATCH 1/2] Prefixes reserved by the OAI --- registries/_namespace/oai.md | 12 ++++++++++++ registries/_namespace/oas.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 registries/_namespace/oai.md create mode 100644 registries/_namespace/oas.md diff --git a/registries/_namespace/oai.md b/registries/_namespace/oai.md new file mode 100644 index 0000000000..9e59f6d1d1 --- /dev/null +++ b/registries/_namespace/oai.md @@ -0,0 +1,12 @@ +--- +owner: DarrelMiller +issue: +description: Reserved for uses defined by the OAI +layout: default +--- + +{% capture summary %} +The `x-{{page.slug}}-` prefix is reserved for uses defined by the [OpenAPI Initiative](https://www.openapis.org/). +{% endcapture %} + +{% include namespace-entry.md summary=summary %} diff --git a/registries/_namespace/oas.md b/registries/_namespace/oas.md new file mode 100644 index 0000000000..9e59f6d1d1 --- /dev/null +++ b/registries/_namespace/oas.md @@ -0,0 +1,12 @@ +--- +owner: DarrelMiller +issue: +description: Reserved for uses defined by the OAI +layout: default +--- + +{% capture summary %} +The `x-{{page.slug}}-` prefix is reserved for uses defined by the [OpenAPI Initiative](https://www.openapis.org/). +{% endcapture %} + +{% include namespace-entry.md summary=summary %} From bd166aa764dfd64935ab4845f714b020c1b92c24 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Mon, 29 Jul 2024 13:19:10 +0200 Subject: [PATCH 2/2] Link to specification --- registries/_namespace/oai.md | 2 +- registries/_namespace/oas.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/registries/_namespace/oai.md b/registries/_namespace/oai.md index 9e59f6d1d1..5155c4322e 100644 --- a/registries/_namespace/oai.md +++ b/registries/_namespace/oai.md @@ -6,7 +6,7 @@ layout: default --- {% capture summary %} -The `x-{{page.slug}}-` prefix is reserved for uses defined by the [OpenAPI Initiative](https://www.openapis.org/). +The `x-{{page.slug}}-` prefix is [reserved](https://spec.openapis.org/oas/v3.1.0.html#specification-extensions) for uses defined by the [OpenAPI Initiative](https://www.openapis.org/). {% endcapture %} {% include namespace-entry.md summary=summary %} diff --git a/registries/_namespace/oas.md b/registries/_namespace/oas.md index 9e59f6d1d1..5155c4322e 100644 --- a/registries/_namespace/oas.md +++ b/registries/_namespace/oas.md @@ -6,7 +6,7 @@ layout: default --- {% capture summary %} -The `x-{{page.slug}}-` prefix is reserved for uses defined by the [OpenAPI Initiative](https://www.openapis.org/). +The `x-{{page.slug}}-` prefix is [reserved](https://spec.openapis.org/oas/v3.1.0.html#specification-extensions) for uses defined by the [OpenAPI Initiative](https://www.openapis.org/). {% endcapture %} {% include namespace-entry.md summary=summary %}