List Actions
Last updated
Was this helpful?
Was this helpful?
[
{
"actionId": "approve_action",
"label": "Approved",
"requiredRoles": ["Standard Registry"],
"appliesTo": "row",
"inputSchema": { "type": "object", "properties": {} }
},
{
"actionId": "reject_action",
"label": "Rejected",
"requiredRoles": ["Standard Registry"],
"appliesTo": "row",
"inputSchema": { "type": "object", "properties": {} }
},
{
"actionId": "assign_vvb",
"label": "VVB",
"requiredRoles": ["PROJECT_DEVELOPER"],
"appliesTo": "row",
"inputSchema": {
"type": "object",
"required": ["value"],
"properties": {
"value": {
"description": "Value to set on field \"assignedTo\"",
"enum": ["did:hedera:testnet:xxxxxx...VVB1", "did:hedera:testnet:yyyyyy...VVB2"],
"options": [
{ "name": "Xeno VVB", "value": "did:hedera:testnet:xxxxxx...VVB1" },
{ "name": "Acme VVB", "value": "did:hedera:testnet:yyyyyy...VVB2" }
]
}
}
}
},
{
"actionId": "final_mint_button",
"label": "Submit Final Amount",
"requiredRoles": ["ANY_ROLE"],
"appliesTo": "row",
"inputSchema": {
"type": "object",
"required": ["document"],
"properties": {
"document": {
"type": "object",
"description": "Credential subject conforming to schema #c9efd555-0f02-4301-9b0b-792ec7edda90&1.0.0"
}
}
}
}
]