diff --git a/schemas/v2.0/schema.json b/schemas/v2.0/schema.json index e63aef6334..ea750ae288 100644 --- a/schemas/v2.0/schema.json +++ b/schemas/v2.0/schema.json @@ -991,10 +991,12 @@ "$ref": "#/definitions/schema" }, { - "type": "boolean" + "description": "false", + "type": "boolean", + "enum": [ false ] } ], - "default": {} + "default": false }, "type": { "$ref": "http://json-schema.org/draft-04/schema#/properties/type" @@ -1588,4 +1590,4 @@ } } } -} \ No newline at end of file +}