Skip to content

Commit

Permalink
Update versions/3.0.4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Sep 7, 2024
1 parent cc8df9d commit c11668c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/3.0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ In order to preserve the ability to round-trip between YAML and JSON formats, YA
An OpenAPI Description (OAD) MAY be made up of a single document or be divided into multiple, connected parts at the discretion of the author. In the latter case, [Reference Object](#reference-object) and [Path Item Object](#path-item-object) `$ref` keywords, as well as the [Link Object](#link-object) `operationRef` keyword, are used.

Any document consisting entirely of an [OpenAPI Object](#openapi-object) is known as a **syntactically complete OpenAPI document**.
An OpenAPI document that does ***not*** reference any other documents is known as a **self-contained OpenAPI document.***
An OpenAPI document that does _not_ reference any other documents is known as a **self-contained OpenAPI document**.
A single-document description is therefore _both_ syntactically complete _and_ self-contained.
In a multi-document description, the document containing the OpenAPI Object where parsing begins for a specific API's description is known as that API's **entry OpenAPI document**, or simply **entry document**.

Expand Down

0 comments on commit c11668c

Please sign in to comment.