Skip to content

Commit

Permalink
Fixed YAML errors
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
  • Loading branch information
JBBianchi committed Aug 9, 2024
1 parent 286440d commit f30d6b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions schema/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ properties:
description: The workflow's reusable secrets.
items:
type: string
description: The workflow's secrets.
description: The workflow's secrets.
do:
$ref: '#/$defs/taskList'
title: Do
Expand Down Expand Up @@ -786,7 +786,7 @@ $defs:
unevaluatedProperties: false
oneOf:
- title: AuthenticationPolicyReference
description: The reference of the authentication policy to use.
description: The reference of the authentication policy to use.
properties:
use:
type: string
Expand Down Expand Up @@ -941,7 +941,7 @@ $defs:
duration:
type: object
title: Duration
description: Represents a duration.
description: The definition of a duration.
minProperties: 1
unevaluatedProperties: false
properties:
Expand All @@ -965,7 +965,6 @@ $defs:
type: integer
title: DurationMilliseconds
description: Number of milliseconds, if any.
description: The definition of a duration.
error:
type: object
title: Error
Expand Down

0 comments on commit f30d6b5

Please sign in to comment.