com.publicdomainrelay.temp.market.submitBid

johnandersen777.bsky.social

Schema Diff

+1 -1

From

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

To

CID
bafyreih6p5xdmft...
Indexed At
2026-06-11 14:13 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "com.publicdomainrelay.temp.market.submitBid",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "procedure",
6 6
      "input": {
7 7
        "schema": {
8 8
          "type": "object",
9 9
          "required": [
10 10
            "uri",
11 11
            "cid",
12 12
            "record"
13 13
          ],
14 14
          "properties": {
15 15
            "cid": {
16 16
              "type": "string",
17 17
              "description": "CID of the bid record."
18 18
            },
19 19
            "uri": {
20 20
              "type": "string",
21 21
              "description": "AT-URI of the bid record."
22 22
            },
23 23
            "record": {
24 24
              "ref": "com.publicdomainrelay.temp.market.bid",
25 25
              "type": "ref",
26 26
              "description": "The bid record itself, including a strong reference to the RFP it is for."
27 27
            }
28 28
          }
29 29
        },
30 30
        "encoding": "application/json"
31 31
      },
32 32
      "errors": [
33 33
        {
34 34
          "name": "InvalidRequest"
35 35
        }
36 36
      ],
37 37
      "output": {
38 38
        "schema": {
39 39
          "type": "object",
40 40
          "required": [
41 41
            "ok"
42 42
          ],
43 43
          "properties": {
44 44
            "ok": {
45 45
              "type": "boolean"
46 46
            }
47 47
          }
48 48
        },
49 49
        "encoding": "application/json"
50 50
      },
51 -
      "description": "Submit the AT-URI and CID of a bid record directly to the RFP issuer, bypassing the firehose. Used when the RFP includes a sendBid endpoint."
51 +
      "description": "Submit the AT-URI and CID of a bid record directly to the RFP issuer, bypassing the firehose. Used when the RFP includes a submitBid service DID reference. Must be called via PDS service-proxying (atproto-proxy); the receiver verifies the inter-service auth JWT and requires its issuer to be the DID that authored the referenced bid record. The receiver additionally verifies the bid's badge.blue attestations (network.attested.signature): at least one inline signature must verify against the attestation CID recomputed for the record in its authoring repository — the same durable, replayable check applied to bids discovered via the firehose, where no service-auth JWT exists."
52 52
    }
53 53
  },
54 54
  "$type": "com.atproto.lexicon.schema",
55 55
  "lexicon": 1
56 56
}

Compare Other Versions

Lexicon Garden

@