diff --git a/src/schemas/json/metaschema-draft-07-unofficial-strict.json b/src/schemas/json/metaschema-draft-07-unofficial-strict.json index 9031c1baf15..744fb8b55b5 100644 --- a/src/schemas/json/metaschema-draft-07-unofficial-strict.json +++ b/src/schemas/json/metaschema-draft-07-unofficial-strict.json @@ -845,13 +845,7 @@ "https://json.schemastore.org/metaschema-draft-07-unofficial-strict.json" ] }, - "$comment": { - "$ref": "#/definitions/comment-property" - }, - "$ref": { - "$ref": "#/definitions/ref-property" - }, - "id": { + "$id": { "description": "An id of the current property or definition\nhttps://json-schema.org/learn/getting-started-step-by-step#create-a-schema-definition", "type": "string", "minLength": 1, @@ -860,6 +854,12 @@ }, "examples": ["https://json.schemastore.org/schema-catalog.json"] }, + "$comment": { + "$ref": "#/definitions/comment-property" + }, + "$ref": { + "$ref": "#/definitions/ref-property" + }, "definitions": { "description": "Definitions", "type": "object",