diff --git a/src/schema-validation.jsonc b/src/schema-validation.jsonc index e42c0f7fbb9..485de7fbc64 100644 --- a/src/schema-validation.jsonc +++ b/src/schema-validation.jsonc @@ -200,7 +200,6 @@ "stylelintrc.json", "taurus.json", "template.json", - "templatesources.json", "tmlanguage.json", "travis.json", "tsconfig.json", diff --git a/src/schemas/json/templatesources.json b/src/schemas/json/templatesources.json index c7961e1e931..c488e1463f9 100644 --- a/src/schemas/json/templatesources.json +++ b/src/schemas/json/templatesources.json @@ -1,6 +1,6 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", - "id": "https://json.schemastore.org/templatesources.json", + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "https://json.schemastore.org/templatesources.json", "properties": { "sources": { "description": "Includes information regarding all sources that have been added to SideWaffle.", @@ -34,5 +34,6 @@ "enum": ["Always", "OnceADay", "OnceAWeek", "OnceAMonth", "Never"] } }, - "title": "JSON schema for SideWaffle template sources" + "title": "JSON schema for SideWaffle template sources", + "type": "object" }