diff options
Diffstat (limited to 'test/assets/validate0_schema.json')
-rw-r--r-- | test/assets/validate0_schema.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/assets/validate0_schema.json b/test/assets/validate0_schema.json new file mode 100644 index 0000000..e642fb0 --- /dev/null +++ b/test/assets/validate0_schema.json @@ -0,0 +1,9 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "environment": { + "type": "object", + "additionalProperties": { "type": "string" } + } + } +} |