Skip to content

Commit ad989ad

Browse files
committed
added headers
1 parent 6636d94 commit ad989ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

versions/3.0.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,10 +1145,11 @@ Field Pattern | Type | Description
11451145
The `Link Object` is responsible for defining a possible operation based on a single response.
11461146

11471147
Field Name | Type | Description
1148-
--- | :---: | ---
1149-
href | url | a relative or absolute URL to a linked resource. This field is mutually exclusive with the `operationId` field.
1150-
operationId| string | the name of an _existing_, resolvable OAS operation, as defined with a unique `operationId`. This field is mutually exclusive with the `href` field. Relative `href` values _may_ be used to locate an existing Operation Object in the OAS.
1148+
---|:---:|---
1149+
href | url | a relative or absolute URL to a linked resource. This field is mutually exclusive with the `operationId` field.
1150+
operationId | string | the name of an _existing_, resolvable OAS operation, as defined with a unique `operationId`. This field is mutually exclusive with the `href` field. Relative `href` values _may_ be used to locate an existing Operation Object in the OAS.
11511151
parameters | Link Parameters Object | an Object representing parameters to pass to an operation as specified with `operationId` or identified via `href`.
1152+
headers | Link Headers Object | an Object representing headers to pass to the linked resource.
11521153
description | string | a description of the link, supports GFM.
11531154
^x- | Any | Allows extensions to the OpenAPI Schema. The field name MUST begin with `x-`, for example, `x-internal-id`. The value can be `null`, a primitive, an array or an object. See [Specification Extensions](#specificationExtensions) for further details.
11541155

0 commit comments

Comments
 (0)