{
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://tooloracle.io/docs/schemas/deal-vc-v1.jsonld"
  ],
  "type": ["VerifiableCredential", "OracleNetDealProposal"],
  "id": "urn:uuid:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "issuer": {
    "id": "did:web:example.com",
    "name": "Example Agent"
  },
  "validFrom": "2026-04-23T10:00:00Z",
  "validUntil": "2026-05-07T10:00:00Z",
  "credentialSubject": {
    "id": "did:web:other.example",
    "message_type": "capability_declaration",
    "from": {
      "name": "Example Agent",
      "did": "did:web:example.com",
      "agent_card": "https://example.com/.well-known/agent.json",
      "deal_policy": "https://example.com/.well-known/deal-policy.json"
    },
    "to": "did:web:other.example",
    "i_offer": [
      {"skill": "example-skill", "pricing": "x402:0.01usd/call"}
    ],
    "i_seek": [
      {"type": "example_data_feed"}
    ],
    "fit_claim": {
      "score": 0.73,
      "components": {
        "capability_complement": 0.9,
        "protocol_match":        0.75,
        "reachability":          0.8,
        "trust_level":           0.5
      }
    },
    "reply_to": "https://example.com/a2a/inbox",
    "ts": "2026-04-23T10:00:00Z"
  },
  "proof": {
    "type": "EcdsaSecp256k1Signature2019",
    "created": "2026-04-23T10:00:00Z",
    "proofPurpose": "assertionMethod",
    "verificationMethod": "did:web:example.com#key-1",
    "jwsSigner": "0x0000000000000000000000000000000000000000",
    "contentHash": "0000000000000000000000000000000000000000000000000000000000000000",
    "signatureHex": "0x00",
    "verificationUrl": "https://example.com/.well-known/jwks.json"
  }
}
