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.0.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -269,6 +269,7 @@ Field Pattern | Type | Description
269
269
<a name="parametersDefinitionsObject"></a> | [Parameters Definitions Object](#parametersDefinitionsObject) | An object to hold parameters to be reused across operations. Parameter definitions can be referenced to the ones defined here.
270
270
<a name="responseHeadersDefinitionsObject"></a> | [Response Headers Definitions Object](#responseHeadersDefinitionsObject) | Response headers to reuse across the specification.
271
271
<a name="securityDefinitionsObject"></a> | [Security Definitions Object](#securityDefinitionsObject) | Security definitions to reuse across the specification.
272
+
<a name="componentsInterfaces"></a> interfaces | [Interface Definitions Object](#interfacesDefinitionsObject) | Interface definitions to reuse in paths or URI properties in schemas.
272
273
273
274
274
275
#### <a name="pathsObject"></a>Paths Object
@@ -436,7 +437,7 @@ This example refers to the pet-list example in the [Interface object](#interface
436
437
437
438
```js
438
439
{
439
-
"$ref": "#/interfaces/pet-list",
440
+
"$ref": "#/components/interfaces/pet-list",
440
441
"parameters": [
441
442
{
442
443
"name": "id",
@@ -454,7 +455,7 @@ This example refers to the pet-list example in the [Interface object](#interface
The Interfaces objects defines named interfaces which can then be implemented by [path items](#pathItemObject) declared in the [Paths object](#pathsObject) or by URI properties in schemas.
472
+
The Interfaces definitions object defines named interfaces which can then be implemented by [path items](#pathItemObject) declared in the [Paths object](#pathsObject) or by URI properties in schemas.
0 commit comments