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.
1 parent 1ba5f56 commit 1ddd4eeCopy full SHA for 1ddd4ee
test/schemas/v0-0-1/tests.schema.json
@@ -198,6 +198,7 @@
198
}
199
},
200
{
201
+ "additionalProperties": false,
202
"required": [
203
"name",
204
"type",
@@ -282,6 +283,16 @@
282
283
284
"description": "Message expression part.",
285
"type": "object",
286
+ "required": [
287
+ "type",
288
+ "source"
289
+ ],
290
+ "not": {
291
292
+ "parts",
293
+ "value"
294
+ ]
295
+ },
296
"properties": {
297
"type": {
298
"type": "string"
@@ -311,16 +322,6 @@
311
322
312
323
313
324
"value": {}
314
- },
315
- "required": [
316
- "type",
317
- "source"
318
- ],
319
- "not": {
320
321
- "parts",
- "value"
- ]
325
326
327
]
0 commit comments