Setting the file. One moment.
Skill 28 · Wix Headless Replatform
Subchapter 28.75
Scripts
scripts/36 filesschemas/build-plan.schema.json
JSON10 lines628 B
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://wix.com/replatform/0083/build-plan.schema.json",
"type": "object",
"required": ["schemaVersion", "kind", "pageKey", "route", "manifestHash", "status", "units"],
"properties": {
"schemaVersion": { "const": "0083.1" }, "kind": { "const": "build-plan" }, "pageKey": { "const": "home" }, "route": { "const": "/" }, "manifestHash": { "type": "string" }, "status": { "enum": ["accepted", "done_with_gaps"] }, "units": { "type":
},
"additionalProperties": false
}