Skip to content

Commit f0594a4

Browse files
committed
Added pattern headings
1 parent 539037a commit f0594a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

versions/3.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,7 @@ As opposed to _dynamic_ links (links provided **in** the response payload), the
18621862

18631863
For computing links, and providing instructions to execute them, [variable substitution](#variableSubstitution) is used for accessing values in a response and using them as values while invoking the linked operation.
18641864

1865+
##### Patterned Fields
18651866
Field Pattern | Type | Description
18661867
---|:---:|---
18671868
<a name="linkName"></a> {name} | [Link Object](#linkObject) <span>&#124;</span> [Reference Object](#referenceObject) | A short name for the link, following the naming constraints of the names for [Component Objects](#componentsObject).
@@ -2271,6 +2272,7 @@ Many operations require parameters to be passed, and these MAY be dynamic depend
22712272
To specify parameters required by the operation, we can use a **Link Parameters Object**.
22722273
This object contains parameter names along with static or dynamic values:
22732274

2275+
##### Patterned Fields
22742276
Field Pattern | Type | Description
22752277
---|:---:|---
22762278
<a name="linkParameterName"></a> {name} | Any <span>&#124;</span> [{expression}](#variableSubstitution) | A constant value or expression to be evaluated and passed to the linked operation.

0 commit comments

Comments
 (0)