-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathGrant Round Launcher Specification.json
More file actions
74 lines (66 loc) · 1.71 KB
/
Copy pathGrant Round Launcher Specification.json
File metadata and controls
74 lines (66 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"grant_round_launcher": {
"version": "1.0.0",
"authority": "GitDigital Grant Authority",
"schema": "grant_round.v1",
"parameters": {
"round_id": "string",
"template": "infrastructure | community | rnd | micro",
"name": "string",
"description": "string",
"funding_pool": {
"amount_usd": "number",
"sponsor_tier": "1 | 2 | 3"
},
"timeline": {
"applications_open": "ISO8601",
"applications_close": "ISO8601",
"review_start": "ISO8601",
"review_end": "ISO8601",
"finalization_date": "ISO8601"
},
"committee": {
"members": [
{
"subject": "wallet_or_user_id",
"roles": [
"grant.reviewer",
"grant.senior_reviewer",
"grant.technical_reviewer",
"grant.community_reviewer",
"grant.final_reviewer"
]
}
]
},
"automation": {
"engines": [
"grant.scoring_engine",
"grant.assignment_engine",
"grant.milestone_engine",
"grant.compliance_engine",
"grant.audit_engine",
"grant.disbursement_engine"
],
"workflow_control": [
"grant.workflow_start",
"grant.workflow_pause",
"grant.workflow_resume",
"grant.workflow_finalize"
]
},
"scoring_version": "1.0.0",
"ruleset_version": "1.0.0",
"milestone_schedule": [
{
"milestone_id": "string",
"due_date": "ISO8601"
}
],
"ledger_sync": {
"enabled": true,
"write_authority": "ledger.write_authority"
}
}
}
}