File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -1188,13 +1188,21 @@ $defs:
1188
1188
title : ExpressionErrorInstance
1189
1189
description : An expression based error instance.
1190
1190
title :
1191
- $ref : ' #/$defs/runtimeExpression'
1192
- title : ErrorTitle
1193
1191
description : A short, human-readable summary of the error.
1192
+ title : ErrorTitle
1193
+ anyOf :
1194
+ - $ref : ' #/$defs/runtimeExpression'
1195
+ title : ExpressionErrorTitle
1196
+ - type : string
1197
+ title : LiteralErrorTitle
1194
1198
detail :
1195
- $ref : ' #/$defs/runtimeExpression'
1196
1199
title : ErrorDetails
1197
1200
description : A human-readable explanation specific to this occurrence of the error.
1201
+ anyOf :
1202
+ - $ref : ' #/$defs/runtimeExpression'
1203
+ title : ExpressionErrorDetails
1204
+ - type : string
1205
+ title : LiteralErrorDetails
1198
1206
required : [ type, status ]
1199
1207
errorFilter :
1200
1208
type : object
You can’t perform that action at this time.
0 commit comments