ApprovalChoice
No description is available.
Fields and variants
Section titled “Fields and variants”acceptsFeedbackchoiceIddecisionlabelrulePreviewscope
Source
schema/msp/experimental/msp.schema.json#/types/ApprovalChoice
{ "properties": { "acceptsFeedback": { "type": "boolean" }, "choiceId": { "type": "string" }, "decision": { "$ref": "#/$defs/ApprovalDecision" }, "label": { "type": "string" }, "rulePreview": { "type": "string" }, "scope": { "$ref": "#/$defs/ApprovalChoiceScope" } }, "required": [ "choiceId", "decision", "label", "scope" ], "type": "object"}