Setting the file. One moment.
Skill 28 · Wix Headless Replatform
Subchapter 28.79
Scripts
scripts/36 filesschemas/decision-request.schema.json
JSON10 lines825 B
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://wix.com/replatform/0083/decision-request.schema.json",
"type": "object",
"required": ["schemaVersion", "kind", "id", "decisionType", "allowedChoices", "evidenceRefs", "detectorVersions", "responseSchema"],
"properties": {
"schemaVersion": { "const": "0083.1" }, "kind": { "const": "decision-request" }, "id": { "type": "string" }, "decisionType": { "enum": ["classification", "ownership", "relevance", "reconstruction"] }, "allowedChoices": { "type": "array", "minItems": 1 }, "evidenceRefs": {
},
"additionalProperties": false
}