Skip to content
Prev Previous commit
Next Next commit
chore(spec): last format issue
  • Loading branch information
frankkilcommins committed Nov 27, 2025
commit e577ac2f1e5e576e66f0a40ac842f200fbc4984d
2 changes: 1 addition & 1 deletion src/arazzo.md
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ The runtime expression is defined by the following [ABNF](https://tools.ietf.org
| Request URL | `$url` | |
| Response value | `$response.body#/status` | In operations which return payloads, references may be made to portions of the response body or the entire body. |
| Response header | `$response.header.Server` | Single header values only are available. |
| workflow input | `$inputs.username` or `$workflows.foo.inputs.username` | Single input values only are available. |
| workflow input | `$inputs.username` or `$workflows.foo.inputs.username` | Single input values only are available. |
| Step output value | `$steps.someStepId.outputs.pets` | In situations where the output named property return payloads, references may be made to portions of the response body (e.g., `$steps.someStepId.outputs.pets#/0/id`) or the entire body. |
| Workflow output value | `$outputs.bar` or `$workflows.foo.outputs.bar` | In situations where the output named property return payloads, references may be made to portions of the response body (e.g., `$workflows.foo.outputs.mappedResponse#/name`) or the entire body. |
| Components parameter | `$components.parameters.foo` | Accesses a foo parameter defined within the Components Object. |
Expand Down