Skip to content

Commit

Permalink
Simplify entry document terminology
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
  • Loading branch information
handrews and mikekistler committed Sep 9, 2024
1 parent c11668c commit ceb3227
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 @@ -124,7 +124,7 @@ An OpenAPI Description (OAD) MAY be made up of a single document or be divided i
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**.
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**.
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 document**.

It is RECOMMENDED that the entry OpenAPI document be named: `openapi.json` or `openapi.yaml`.

Expand Down

0 comments on commit ceb3227

Please sign in to comment.