Get Card Data
v0.1.0queriesApproval-card bootstrap: the proposal's summary, payload and the per-card widget token the Accept/Send button needs. App-only — the assistant cannot call it.
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "title": "GetCardData",
4 "type": "object",
5 "properties": {
6 "proposalId": {
7 "type": "string",
8 "minLength": 1
9 }
10 },
11 "required": [
12 "proposalId"
13 ]
14}Details
- Format
- JSON Schema
- Resource
- queries
- Filename
- schema.json