33 lines
934 B
JSON
33 lines
934 B
JSON
|
|
{
|
||
|
|
"framework": "TRF-0.1",
|
||
|
|
"license": "TRSL-0.1",
|
||
|
|
"phase": {
|
||
|
|
"id": "trsl:phase:example-001",
|
||
|
|
"milestone_release": {
|
||
|
|
"name": "release-1.0",
|
||
|
|
"source_revision": "abc123",
|
||
|
|
"artifact_sha256": "44cd1493bd179c1207c7025c1372cdad89aac114e151db27aba2bdf3d55c688a"
|
||
|
|
},
|
||
|
|
"initial_target": {
|
||
|
|
"amount": 100000,
|
||
|
|
"currency": "USD"
|
||
|
|
},
|
||
|
|
"target_basis": {
|
||
|
|
"estimated_effort_days": 1,
|
||
|
|
"daily_rate": 1000,
|
||
|
|
"approved_direct_costs": 0,
|
||
|
|
"target_multiple": 100
|
||
|
|
},
|
||
|
|
"future_license": "MIT",
|
||
|
|
"degeneration_policy": "trsl:policy:linear-longstop-v0@1.0",
|
||
|
|
"longstop_at": "2031-08-01T00:00:00Z",
|
||
|
|
"ledger": "examples/phase-001/ledger.json"
|
||
|
|
},
|
||
|
|
"extensions": [
|
||
|
|
"trsl:extension:development-license@1.0",
|
||
|
|
"trsl:extension:cost-plus-operations@1.0",
|
||
|
|
"trsl:extension:phase-sponsorship@1.0",
|
||
|
|
"trsl:extension:service-with-development-allocation@1.0"
|
||
|
|
]
|
||
|
|
}
|