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/st-schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'JSONSchema/st-schema.json') diff --git a/JSONSchema/st-schema.json b/JSONSchema/st-schema.json index 0aae8fcf2..fa4ad181a 100644 --- a/JSONSchema/st-schema.json +++ b/JSONSchema/st-schema.json @@ -171,6 +171,9 @@ "patternProperties": { "^.*$": { "properties": { + "_info": { + "$ref": "#/definitions/Info" + }, "env": { "additionalproperties": false, "properties": { @@ -255,4 +258,4 @@ } }, "type": "object" -} \ No newline at end of file +} -- cgit v1.2.3