{
  "schema": "oraclenet.deal-policy.v1",
  "schema_url": "https://tooloracle.io/docs/schemas/deal-policy.v1.json",
  "issuer": "did:web:example.com",
  "origin": "https://example.com",
  "generated_at": "2026-04-23T10:00:00Z",
  "ttl_seconds": 3600,
  "inbox": {
    "url": "https://example.com/a2a/inbox",
    "protocols": ["a2a-v1", "signed-json"],
    "accepts": ["partnership_inquiry", "capability_declaration"],
    "requires_signature": true,
    "signature_algorithms": ["ES256K"],
    "max_payload_bytes": 65536
  },
  "policy": {
    "min_trust_level": "machine_readable",
    "requires_did": true,
    "requires_signed_request": true,
    "rate_limit_per_sender": "1/thread/30d",
    "response_sla_hours": 48
  },
  "capabilities_offered": [
    {"skill": "example-skill", "description": "Example capability we offer.", "pricing": "x402:0.01usd/call", "endpoint": "https://example.com/api/"}
  ],
  "capabilities_sought": [
    {"type": "example_data_feed", "freshness_max_hours": 24}
  ],
  "opt_out_registry": "https://example.com/.well-known/do-not-contact.json",
  "signature": {
    "algorithm": "ES256K",
    "signer": "0x0000000000000000000000000000000000000000",
    "content_hash": "0000000000000000000000000000000000000000000000000000000000000000",
    "signature": "0x00",
    "verify": "https://example.com/.well-known/jwks.json"
  }
}
