com.publicdomainrelay.temp.market.receipt

johnandersen777.bsky.social

Schema Diff

+1 -1

From

CID
bafyreihwpmvo5xv...
Indexed At
2026-06-08 04:06 UTC
View this version

To

CID
bafyreihndz7dtsm...
Indexed At
2026-06-08 05:35 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "com.publicdomainrelay.temp.market.receipt",
3 3
  "defs": {
4 4
    "main": {
5 5
      "key": "tid",
6 6
      "type": "record",
7 7
      "record": {
8 8
        "type": "object",
9 9
        "required": [
10 10
          "rfp",
11 11
          "bid",
12 12
          "accept"
13 13
        ],
14 14
        "properties": {
15 15
          "bid": {
16 16
            "ref": "com.atproto.repo.strongRef",
17 17
            "type": "ref",
18 18
            "description": "Strong reference to the bid record (for example a com.publicdomainrelay.temp.market.bid.x402)."
19 19
          },
20 20
          "rfp": {
21 21
            "ref": "com.atproto.repo.strongRef",
22 22
            "type": "ref",
23 23
            "description": "Strong reference to the rfp record (for example a com.publicdomainrelay.temp.market.rfp)."
24 24
          },
25 25
          "accept": {
26 26
            "ref": "com.atproto.repo.strongRef",
27 27
            "type": "ref",
28 28
            "description": "Strong reference to the accept record (for example a com.publicdomainrelay.temp.market.accept.x402)."
29 29
          },
30 30
          "payload": {
31 31
            "ref": "com.atproto.repo.strongRef",
32 32
            "type": "ref",
33 33
            "description": "Strong reference to the receipt record if there is anything to note about the receipt (for example a com.publicdomainrelay.temp.market.receipt.x402)."
34 34
          },
35 35
          "submitEvent": {
36 36
            "type": "string",
37 -
            "description": "Endpoint to send AT-URI and CID of com.publicdomainrelay.temp.market.event records to, scoped to this receipt's strongRef. Used by the requester to report lifecycle events the provider cannot observe itself (e.g. compute.events.vm.delete when a workflow finishes or its policy engine never comes up), since the provider treats provisioned resources as a black box."
37 +
            "description": "Service DID reference (did:web:HOST#pdr_market) of the provider's market service, scoped to this receipt's strongRef. The requester calls com.publicdomainrelay.temp.market.submitEvent via PDS service-proxying using this value as the atproto-proxy target, to report lifecycle events the provider cannot observe itself (e.g. compute.events.vm.delete when a workflow finishes or its policy engine never comes up), since the provider treats provisioned resources as a black box."
38 38
          }
39 39
        }
40 40
      },
41 41
      "description": "Receipt for acceptance of a bid on an RFP"
42 42
    }
43 43
  },
44 44
  "$type": "com.atproto.lexicon.schema",
45 45
  "lexicon": 1
46 46
}

Compare Other Versions

Lexicon Garden

@