Setting the file. One moment.
Skill 28 · Wix Headless Replatform
Subchapter 28.86
Scripts
scripts/36 filesschemas/page-capture.schema.json
JSON11 lines1015 B
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://wix.com/replatform/0083/page-capture.schema.json",
"type": "object",
"required": ["schemaVersion", "kind", "id", "pageKey", "status", "sourceFingerprint", "viewportSet", "sectionOrder", "ignoredSurfaces", "normalizationActions", "observationRefs", "gapRefs", "hash"],
"properties": {
"schemaVersion": { "const": "0083.1" }, "kind": { "const": "page-capture" }, "id": { "type": "string" }, "pageKey": { "const": "home" }, "status": { "enum": ["accepted", "provisional"] }, "sourceFingerprint": { "type": "string" },
"viewportSet": { "type": "array" }, "sectionOrder": { "type": "array" }, "ignoredSurfaces": { "type": "array" }, "normalizationActions": { "type": "array" }, "observationRefs": { "type": "array" }, "gapRefs": { "type": "array" }, "dependencyHashes": { "type": "array" },
},
"additionalProperties": false
}