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.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/test.schema.json b/data/test.schema.json
index fc84d86..1bcefea 100644
--- a/data/test.schema.json
+++ b/data/test.schema.json
@@ -147,6 +147,12 @@
"items": {
"type": "string"
}
+ },
+ "skip_on_os": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
}
}
}