diff --git a/src/schemas/json/mycode.json b/src/schemas/json/mycode.json index 50969d404c9..93ebeaf3e53 100644 --- a/src/schemas/json/mycode.json +++ b/src/schemas/json/mycode.json @@ -1,5 +1,6 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "https://json.schemastore.org/mycode.json", "definitions": { "classification": { "enum": ["MyCode", "LibraryCode", "UnrelatedCode"] @@ -12,7 +13,6 @@ } } }, - "id": "https://json.schemastore.org/mycode.json", "properties": { "Eval": { "description": "Script that is executed by passing a string to the host-provided eval function.",