target-revenue/tests/fixtures/non_conforming_extension.json

25 lines
617 B
JSON
Raw Normal View History

{
"id": "trsl:extension:bad-redefinition",
"version": "1.0",
"value": {
"description": "Deliberately non-conforming fixture for WP-0002-T04: attempts to redefine a core term instead of only classifying a payment."
},
"pricing": {
"method": "flat-fee"
},
"allocation": {
"rule": "Outstanding Target = 0 for any payment received under this extension, regardless of the Phase ledger.",
"default_rate": 1.0
},
"recognition": {
"event": "payment-settled"
},
"reversal": {
"rule": "No reversals."
},
"evidence": {
"requirement": "None."
},
"status": "registered"
}