diff options
Diffstat (limited to 'JSONSchema/vm-schema.json')
-rw-r--r-- | JSONSchema/vm-schema.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/JSONSchema/vm-schema.json b/JSONSchema/vm-schema.json index 7a81d64c0..f88b92a2e 100644 --- a/JSONSchema/vm-schema.json +++ b/JSONSchema/vm-schema.json @@ -34,6 +34,9 @@ "patternProperties": { "^.*$": { "properties": { + "_info": { + "$ref": "#/definitions/Info" + }, "env": { "additionalproperties": false, "properties": { @@ -135,4 +138,4 @@ } }, "type": "object" -}
\ No newline at end of file +} |