Skip to content

Commit f30d6b5

Browse files
committed
Fixed YAML errors
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
1 parent 286440d commit f30d6b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

schema/workflow.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ properties:
9595
description: The workflow's reusable secrets.
9696
items:
9797
type: string
98-
description: The workflow's secrets.
98+
description: The workflow's secrets.
9999
do:
100100
$ref: '#/$defs/taskList'
101101
title: Do
@@ -786,7 +786,7 @@ $defs:
786786
unevaluatedProperties: false
787787
oneOf:
788788
- title: AuthenticationPolicyReference
789-
description: The reference of the authentication policy to use.
789+
description: The reference of the authentication policy to use.
790790
properties:
791791
use:
792792
type: string
@@ -941,7 +941,7 @@ $defs:
941941
duration:
942942
type: object
943943
title: Duration
944-
description: Represents a duration.
944+
description: The definition of a duration.
945945
minProperties: 1
946946
unevaluatedProperties: false
947947
properties:
@@ -965,7 +965,6 @@ $defs:
965965
type: integer
966966
title: DurationMilliseconds
967967
description: Number of milliseconds, if any.
968-
description: The definition of a duration.
969968
error:
970969
type: object
971970
title: Error

0 commit comments

Comments
 (0)