Skip to content

Commit 4911891

Browse files
authored
wordsmithing
1 parent f407f8c commit 4911891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ An OpenAPI definition can then be used by documentation generation tools to disp
6969
## Definitions
7070

7171
##### <a name="oasDocument"></a>OpenAPI Description
72-
An OpenAPI Description (OAD) describes an API, and is composed of an [entry document](#documentStructure) and all its referenced documents. An OAD uses and conforms to the OpenAPI Specification, and MUST contain at least one [paths](#pathsObject) field, [components](#oasComponents) field, or [webhooks](#oasWebhooks) field.
72+
An OpenAPI Description (OAD) formally describes the surface of an API and its semantics. It is composed of an [entry document](#documentStructure) and any/all of its referenced documents. An OAD uses and conforms to the OpenAPI Specification, and MUST contain at least one [paths](#pathsObject) field, [components](#oasComponents) field, or [webhooks](#oasWebhooks) field.
7373

7474
##### <a name="pathTemplating"></a>Path Templating
7575
Path templating refers to the usage of template expressions, delimited by curly braces (`{}`), to mark a section of a URL path as replaceable using path parameters.

0 commit comments

Comments
 (0)