From aefba66bf58d43335ed7ae66a2bc906e9ef19ba6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 17 Feb 2019 16:29:47 +0100 Subject: [PATCH] schema.json: Switch to JSON Schema Draft-07 --- schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.json b/schema.json index a195d1b16..8d3b0ee73 100644 --- a/schema.json +++ b/schema.json @@ -1,6 +1,6 @@ { "$id": "http://scoop.sh/draft/schema#", - "$schema": "http://json-schema.org/draft-04/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "hashPattern": {