Skip to content
Developer Preview

ApprovalChoice

No description is available.

  • acceptsFeedback
  • choiceId
  • decision
  • label
  • rulePreview
  • scope
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"
}