diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/test.schema.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/test.schema.json b/data/test.schema.json index 00c52ae..fc84d86 100644 --- a/data/test.schema.json +++ b/data/test.schema.json @@ -141,6 +141,12 @@ "line" ] } + }, + "skip_on_jobname": { + "type": "array", + "items": { + "type": "string" + } } } } |