The Overlay Specification defines a document format for information that will augment an existing [OpenAPI] description without entangling that information in the OpenAPI description’s source doccument(s).
+The Overlay Specification defines a document format for information that augments an existing [OpenAPI] description yet remains separate from the OpenAPI description’s source document(s).
The Overlay Specification is versioned using a major
.minor
.patch
versioning scheme. The major
.minor
portion of the version string (for example 1.0) SHALL designate the Overlay feature set. patch
versions address errors in, or provide clarifications to, this document, not the feature set. The patch version SHOULD NOT be considered by tooling, making no distinction between 1.0.0 and 1.0.1 for example.
Note: Version 1.0.0 of the Overlay Specification was released after spending some time in draft and a few early-adopting tool providers. Check with your tool provider for the details of what is supported in each tool.
+Note: Version 1.0.0 of the Overlay Specification was released after spending some time in draft and being implemented by a few early-adopting tool providers. Check with your tool provider for the details of what is supported in each tool.
An Overlay document that conforms to the Overlay Specification is itself a JSON object, which may be represented either in JSON or YAML format.
All field names in the specification are case sensitive.
diff --git a/overlay/v1.0.0.html b/overlay/v1.0.0.html
index 06432b3dca..b4b83907b2 100644
--- a/overlay/v1.0.0.html
+++ b/overlay/v1.0.0.html
@@ -80,7 +80,7 @@
-
+
The Overlay Specification defines a document format for information that will augment an existing [OpenAPI] description without entangling that information in the OpenAPI description’s source doccument(s). The Overlay Specification defines a document format for information that augments an existing [OpenAPI] description yet remains separate from the OpenAPI description’s source document(s). The Overlay Specification is versioned using a Note: Version 1.0.0 of the Overlay Specification was released after spending some time in draft and a few early-adopting tool providers. Check with your tool provider for the details of what is supported in each tool. Note: Version 1.0.0 of the Overlay Specification was released after spending some time in draft and being implemented by a few early-adopting tool providers. Check with your tool provider for the details of what is supported in each tool. An Overlay document that conforms to the Overlay Specification is itself a JSON object, which may be represented either in JSON or YAML format. All field names in the specification are case sensitive.
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.Overlay Specification v1.0.0
major
.minor
.patch
versioning scheme. The major
.minor
portion of the version string (for example 1.0) SHALL designate the Overlay feature set. patch
versions address errors in, or provide clarifications to, this document, not the feature set. The patch version SHOULD NOT be considered by tooling, making no distinction between 1.0.0 and 1.0.1 for example.