From 6e00d2612e2ce122f3f1155dc0c2c0ccacc0de8d Mon Sep 17 00:00:00 2001
From: lornajane <172607+lornajane@users.noreply.github.com>
Date: Tue, 8 Oct 2024 15:08:00 +0000
Subject: [PATCH] Update ReSpec-rendered specification versions
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
overlay/latest.html | 57 ++++++++++++++++++++-------------------------
overlay/v1.0.0.html | 57 ++++++++++++++++++++-------------------------
2 files changed, 50 insertions(+), 64 deletions(-)
diff --git a/overlay/latest.html b/overlay/latest.html
index 5628d68778..5427a0c5f5 100644
--- a/overlay/latest.html
+++ b/overlay/latest.html
@@ -80,8 +80,7 @@
-
+
The Overlay Specification is an extension or companion to the [OpenAPI] specification.
-An Overlay describes a set of changes to be applied or “overlaid” onto an existing OpenAPI description. The main purpose of the Overlay Specification is to provide a way to repeatably apply transformations to one or many OpenAPI descriptions.
-Use cases include updating descriptions, adding metadata to be consumed by another tool, or removing certain elements from an API description before sharing it with partners.
-An Overlay may be specific to a single OpenAPI description, or be designed to apply the same transform to any OpenAPI description.What is the Overlay Specification?
-Status of This Document
The source-of-truth for this specification is the HTML file referenced above as This version.
The Overlay specification defines a way of creating documents that contain information to be merged with an [OpenAPI] Description at some later point in time, for the purpose of updating the OpenAPI description with additional information.
+The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.
@@ -250,16 +245,14 @@It is RECOMMENDED that the root Overlay document be named: overlay.json or overlay.yaml.
Unless specified otherwise, all properties that are URLs MAY be relative references as defined by [RFC3986] Section 4.2. Unless specified otherwise, relative references are resolved using the URL of the referring document.
-In the following description, if a field is not explicitly REQUIRED or described with a MUST or SHALL, it can be considered OPTIONAL.
-This is the root object of the Overlay.
-