ApprovalRequirementRef
Approval-stage token carried in approval params and stale-requirement errors.
Fields and variants
Section titled “Fields and variants”approvalIdsourceIndex
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"}