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

41 lines
1.1 KiB
JSON

{
"schema_version": "offer.v1",
"offer_id": "edut.workspace.core",
"issuer_id": "edut.firstparty",
"title": "EDUT Workspace Core",
"summary": "Org-bound deterministic governance runtime entitlement.",
"status": "active",
"pricing": {
"currency": "USDC",
"amount_atomic": "1000000000",
"decimals": 6,
"chain_id": 8453
},
"policies": {
"member_only": true,
"workspace_bound": true,
"transferable": false,
"internal_use_only": true,
"multi_tenant": false,
"max_per_wallet": 1,
"requires_admin_approval": false
},
"entitlement": {
"type": "module_license",
"scope": "workspace",
"runtime_policy_ref": "policy.workspace.core.v1"
},
"execution_profile": {
"connector_surface": "hybrid",
"pacing_tier": "governed_human_pace",
"human_pace_floor_ms": 1200,
"notes": "External egress paths are paced at governed human cadence."
},
"created_at": "2026-02-17T00:00:00Z",
"updated_at": "2026-02-17T00:00:00Z",
"metadata": {
"category": "governance",
"support_tier": "zero_ops"
}
}