{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://wix.com/replatform/0083/metadata.schema.json", "type": "object", "required": ["schemaVersion", "kind", "id", "pageKey", "status", "document", "evidenceRefs", "acceptance", "gapRefs", "hash"], "properties": { "schemaVersion": { "const": "0083.1" }, "kind": { "const": "metadata" }, "id": { "type": "string" }, "pageKey": { "const": "home" }, "status": { "enum": ["accepted", "provisional"] }, "document": { "type": "object" }, "evidenceRefs": { "type": "array" }, "acceptance": { "type": "object" }, "gapRefs": { "type": "array" }, "dependencyHashes": { "type": "array" }, "hash": { "type": "string" }, "extensions": { "type": "object", "additionalProperties": true } }, "additionalProperties": false }