Skip to content

Commit ceb3227

Browse files
Simplify entry document terminology
Co-authored-by: Mike Kistler <[email protected]>
1 parent c11668c commit ceb3227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ An OpenAPI Description (OAD) MAY be made up of a single document or be divided i
124124
Any document consisting entirely of an [OpenAPI Object](#openapi-object) is known as a **syntactically complete OpenAPI document**.
125125
An OpenAPI document that does _not_ reference any other documents is known as a **self-contained OpenAPI document**.
126126
A single-document description is therefore _both_ syntactically complete _and_ self-contained.
127-
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**.
127+
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**.
128128

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

0 commit comments

Comments
 (0)