Skip to content

Commit 0ffcbc8

Browse files
committed
Update schema documentation: add links to Source object and Packages array for clarity
1 parent e6c53a8 commit 0ffcbc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/pages/docs/platform-hub/policies

src/pages/docs/platform-hub/policies/schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ These two fields work together. A step that's skipped still appears in `Steps`,
135135
| ActionType | string | Yes | The built-in action type (e.g. `Octopus.Manual`, `Octopus.Script`) |
136136
| Enabled | boolean | Yes | Whether the step is enabled in the process |
137137
| IsRequired | boolean | Yes | Whether the step has been marked as required |
138-
| Source | object | Yes | Where the step comes from. See the Source object below |
139-
| Packages | array | No | Packages referenced by this step. Not present for Runbook runs |
138+
| [Source](#source-object) | object | Yes | Where the step comes from. See the Source object below |
139+
| [Packages](#packages-array) | array | No | Packages referenced by this step. Not present for Runbook runs |
140140

141141
#### Source object
142142

0 commit comments

Comments
 (0)