From 2753667b68af77e59b6f89cbc16a8942455e7633 Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Wed, 30 May 2018 13:12:31 -0600 Subject: JSONSchema/*: add _info block to schemas to require filler information --- JSONSchema/vm-schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'JSONSchema/vm-schema.json') 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 +} -- cgit v1.2.3