ApprovalChange
No description is available.
Fields and variants
Section titled “Fields and variants”choiceIddecisionexecutablekindreasonreparsedrequirementIdstatus
Source
schema/msp/experimental/msp.schema.json#/types/ApprovalChange
{ "properties": { "choiceId": { "type": "string" }, "decision": { "$ref": "#/$defs/ApprovalDecision" }, "executable": { "type": "boolean" }, "kind": { "type": "string" }, "reason": { "type": "string" }, "reparsed": { "type": "boolean" }, "requirementId": { "$ref": "#/$defs/ApprovalRequirementRef" }, "status": { "$ref": "#/$defs/ApprovalPersistenceStatus" } }, "required": [ "kind" ], "type": "object"}