web/docs/schemas/examples/offer.v1.example.json

35 lines
857 B
JSON

{
"schema_version": "offer.v1",
"offer_id": "edut.crm.pro.annual",
"issuer_id": "edut.firstparty",
"title": "EDUT CRM Pro",
"summary": "Workspace-bound CRM module entitlement with annual billing.",
"status": "active",
"pricing": {
"currency": "USDC",
"amount_atomic": "199000000",
"decimals": 6,
"chain_id": 8453
},
"policies": {
"member_only": true,
"workspace_bound": true,
"transferable": false,
"internal_use_only": true,
"multi_tenant": false,
"max_per_wallet": 5,
"requires_admin_approval": false
},
"entitlement": {
"type": "module_license",
"scope": "workspace",
"runtime_policy_ref": "policy.crm.pro.v1"
},
"created_at": "2026-02-17T00:00:00Z",
"updated_at": "2026-02-17T00:00:00Z",
"metadata": {
"category": "business",
"support_tier": "standard"
}
}