From e7577cab428caaab8ca4d54e5464434b34911b64 Mon Sep 17 00:00:00 2001 From: Nathaniel Kofalt Date: Mon, 27 Aug 2018 16:48:37 -0500 Subject: [PATCH] Context values have no other directives --- spec/manifest.schema.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/manifest.schema.json b/spec/manifest.schema.json index 527304b..5ba2dbc 100644 --- a/spec/manifest.schema.json +++ b/spec/manifest.schema.json @@ -118,9 +118,7 @@ } }, "required": ["base"], - "additionalProperties": { - "$ref": "#/definitions/directive" - }, + "additionalProperties": false, "description": "A contextual input, retrieved from the environment on launch." },