You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These got lower-cased because I did not explain in the text
that the capital is significant. The previous commit adds the
explanation (ported from 3.0.4) and this fixes the 3.1.1-specific
occurrences.
Copy file name to clipboardExpand all lines: versions/3.1.1.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,8 +139,8 @@ Implementations MAY support complete-document parsing in any of the following wa
139
139
* Detecting OpenAPI or JSON Schema documents using media types
140
140
* Detecting OpenAPI documents through the root `openapi` field
141
141
* Detecting JSON Schema documents through detecting keywords or otherwise successfully parsing the document in accordance with the JSON Schema specification
142
-
* Detecting a document containing a referenceable object at its root based on the expected type of the reference
143
-
* Allowing users to configure the type of documents that might be loaded due to a reference to a non-root object
142
+
* Detecting a document containing a referenceable Object at its root based on the expected type of the reference
143
+
* Allowing users to configure the type of documents that might be loaded due to a reference to a non-root Object
144
144
145
145
Implementations that parse referenced fragments of OpenAPI content without regard for the content of the rest of the containing document will miss keywords that change the meaning and behavior of the reference target.
146
146
In particular, failing to take into account keywords that change the base URI introduces security risks by causing references to resolve to unintended URIs, with unpredictable results.
0 commit comments