diff --git a/nodelist-schema-1.0.1.json b/nodelist-schema-1.0.1.json index 4ee96f6..4bf4147 100755 --- a/nodelist-schema-1.0.1.json +++ b/nodelist-schema-1.0.1.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-03/schema#", + "$schema": "http://json-schema.org/draft-04/schema#", "description": "nodelistjson schema", "type": "object", "required" : ["version"], @@ -7,9 +7,8 @@ "version": { "type": "string", "enum" : ["1.0.1"], - "default" : "1.0.1", - "required" : true - }, + "default" : "1.0.1" + }, "updated_at": { "type": "string" },