diff --git a/src/metaschema.json b/src/metaschema.json index 5d01c8862f..65ad1646dc 100644 --- a/src/metaschema.json +++ b/src/metaschema.json @@ -51,7 +51,13 @@ "additionalProperties": false }, "context": { - "type": "object" + "type": "object", + "properties": { + "context": { + "description": "The context object is itself JSON schema", + "$ref": "http://json-schema.org/draft-07/schema#" + } + } }, "expression_tests": { "type": "array",