Skip to content

Commit b874f37

Browse files
committed
[Fix #881] Update schema
1 parent dbcfd33 commit b874f37

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

types/src/main/resources/schema/workflow.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,10 +1178,13 @@ $defs:
11781178
description: Number of milliseconds, if any.
11791179
title: DurationInline
11801180
description: The inline definition of a duration.
1181+
- $ref: '#/$defs/runtimeExpression'
1182+
title: DurationExpression
1183+
description: Runtime expression that generates an ISO 8601
11811184
- type: string
11821185
pattern: '^P(?!$)(\d+(?:\.\d+)?Y)?(\d+(?:\.\d+)?M)?(\d+(?:\.\d+)?W)?(\d+(?:\.\d+)?D)?(T(?=\d)(\d+(?:\.\d+)?H)?(\d+(?:\.\d+)?M)?(\d+(?:\.\d+)?S)?)?$'
1183-
title: DurationExpression
1184-
description: The ISO 8601 expression of a duration.
1186+
title: DurationLiteral
1187+
description: The Literal ISO 8601 representation of a duration.
11851188
error:
11861189
type: object
11871190
title: Error

0 commit comments

Comments
 (0)