File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
types/src/main/resources/schema Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments