Setting the file. One moment.
Skill 28 · Wix Headless Replatform
Subchapter 28.88
Scripts
scripts/36 filesschemas/shared-chrome.schema.json
JSON11 lines940 B
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://wix.com/replatform/0083/shared-chrome.schema.json",
"type": "object",
"required": ["schemaVersion", "kind", "id", "pageKey", "status", "header", "footer", "controls", "visualAssets", "behavior", "evidenceRefs", "acceptance", "gapRefs", "hash"],
"properties": {
"schemaVersion": { "const": "0083.1" }, "kind": { "const": "shared-chrome" }, "id": { "type": "string" }, "pageKey": { "const": "home" }, "status": { "enum": ["accepted", "provisional"] },
"header": {}, "footer": {}, "controls": { "type": "array" }, "visualAssets": { "type": "object" }, "behavior": {}, "evidenceRefs": { "type": "array" }, "acceptance": { "type": "object" }, "gapRefs": { "type": "array" }, "dependencyHashes": { "type": "array" },
},
"additionalProperties": false
}