Skip to content

Commit 9dc98f4

Browse files
author
Alan Christie
committed
style: Style tweak
1 parent 142130a commit 9dc98f4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

workflow/workflow-schema.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ definitions:
105105
- name
106106
- as
107107

108-
# Declaration of a value from a workflow input (variable)
108+
# Declaration of a step option value from a workflow option (variable)
109109
as-step-option:
110110
type: object
111111
additionalProperties: false
@@ -157,11 +157,9 @@ definitions:
157157
- type: number
158158
- type: boolean
159159
minimum:
160-
oneOf:
161-
- type: number
160+
type: number
162161
maximum:
163-
oneOf:
164-
- type: number
162+
type: number
165163
as:
166164
type: array
167165
items:

0 commit comments

Comments
 (0)