You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.1.0.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ An OpenAPI definition can then be used by documentation generation tools to disp
68
68
## Definitions
69
69
70
70
##### <aname="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.
72
72
73
73
##### <aname="pathTemplating"></a>Path Templating
74
74
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