Skip to content
Developer Preview

ApprovalRequirementRef

Approval-stage token carried in approval params and stale-requirement errors.

  • approvalId
  • sourceIndex
Source

schema/msp/experimental/msp.schema.json#/types/ApprovalRequirementRef

{
"description": "Approval-stage token carried in approval params and stale-requirement errors.",
"properties": {
"approvalId": {
"type": "string"
},
"sourceIndex": {
"type": "integer"
}
},
"required": [
"approvalId",
"sourceIndex"
],
"type": "object"
}