We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parts
value
1 parent 8481e37 commit 3ca3ff6Copy full SHA for 3ca3ff6
test/schemas/v0-0-1/tests.schema.json
@@ -282,10 +282,6 @@
282
{
283
"description": "Message expression part.",
284
"type": "object",
285
- "required": [
286
- "type",
287
- "source"
288
- ],
289
"properties": {
290
"type": {
291
"type": "string"
@@ -315,6 +311,16 @@
315
311
}
316
312
},
317
313
"value": {}
314
+ },
+ "required": [
+ "type",
+ "source"
318
+ ],
319
+ "not": {
320
321
+ "parts",
322
+ "value"
323
+ ]
324
325
326
]
0 commit comments