Skip to content

Commit 4836cce

Browse files
committed
Adopt DM's suggested change to OpenAPI doc definition
1 parent efaf094 commit 4836cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.0.md

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

7070
##### <a name="oasDocument"></a>OpenAPI Document
71-
A document (or set of documents) that defines or describes an API. An OpenAPI definition uses and conforms to the OpenAPI Specification.
71+
A document (or set of documents) that defines or describes an API or elements of an API. The document MUST contain at least one [paths](#pathsObject) field, a [components](#oasComponents) field or a [webhooks](#oasWebhooks) field. An OpenAPI definition uses and conforms to the OpenAPI Specification.
7272

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

0 commit comments

Comments
 (0)