aboutsummaryrefslogtreecommitdiff
path: root/data/test.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/test.schema.json')
-rw-r--r--data/test.schema.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/test.schema.json b/data/test.schema.json
index 1bcefea..b89a874 100644
--- a/data/test.schema.json
+++ b/data/test.schema.json
@@ -79,6 +79,18 @@
"items": {
"type": "string"
}
+ },
+ "skip_on_jobname": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
+ "skip_on_os": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
}
},
"required": [
@@ -142,6 +154,12 @@
]
}
},
+ "skip_on_env": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
"skip_on_jobname": {
"type": "array",
"items": {