community.gifthood.interest

gifthood.community

Schema Diff

+17 -0

From

CID
bafyreigvhlh3gi4...
Indexed At
2026-06-01 04:18 UTC
View this version

To

CID
bafyreibuxqff454...
Indexed At
2026-06-19 10:29 UTC
View this version

Compatibility Analysis

Backward Compatible

Backward compatible. 8 non-breaking changes.

Non-Breaking Changes (8)
  • AddedVertex AddedVertex { vertex_id: "community.gifthood.interest:body.facets" }
  • AddedVertex AddedVertex { vertex_id: "community.gifthood.interest:body.facets:items" }
  • AddedVertex AddedVertex { vertex_id: "community.gifthood.interest:body.langs" }
  • AddedVertex AddedVertex { vertex_id: "community.gifthood.interest:body.langs:items" }
  • AddedEdge AddedEdge { src: "community.gifthood.interest:body", tgt: "community.gifthood.interest:body.facets", kind: "prop", name: Some("facets") }
  • AddedEdge AddedEdge { src: "community.gifthood.interest:body", tgt: "community.gifthood.interest:body.langs", kind: "prop", name: Some("langs") }
  • AddedEdge AddedEdge { src: "community.gifthood.interest:body.facets", tgt: "community.gifthood.interest:body.facets:items", kind: "items", name: None }
  • AddedEdge AddedEdge { src: "community.gifthood.interest:body.langs", tgt: "community.gifthood.interest:body.langs:items", kind: "items", name: None }

Migration Guidance

Added Elements

  • AddedVertex { vertex_id: "community.gifthood.interest:body.facets" }
  • AddedVertex { vertex_id: "community.gifthood.interest:body.facets:items" }
  • AddedVertex { vertex_id: "community.gifthood.interest:body.langs" }
  • AddedVertex { vertex_id: "community.gifthood.interest:body.langs:items" }

Additional Notes

  • Non-breaking: AddedEdge { src: "community.gifthood.interest:body", tgt: "community.gifthood.interest:body.facets", kind: "prop", name: Some("facets") }
  • Non-breaking: AddedEdge { src: "community.gifthood.interest:body", tgt: "community.gifthood.interest:body.langs", kind: "prop", name: Some("langs") }
  • Non-breaking: AddedEdge { src: "community.gifthood.interest:body.facets", tgt: "community.gifthood.interest:body.facets:items", kind: "items", name: None }
  • Non-breaking: AddedEdge { src: "community.gifthood.interest:body.langs", tgt: "community.gifthood.interest:body.langs:items", kind: "items", name: None }
1 1
{
2 2
  "id": "community.gifthood.interest",
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
          "subject",
11 11
          "createdAt"
12 12
        ],
13 13
        "properties": {
14 +
          "langs": {
15 +
            "type": "array",
16 +
            "items": {
17 +
              "type": "string",
18 +
              "format": "language"
19 +
            },
20 +
            "maxLength": 3,
21 +
            "description": "Language(s) the message is written in, as BCP-47 language tags. Author-asserted; clients default from the composer's locale."
22 +
          },
23 +
          "facets": {
24 +
            "type": "array",
25 +
            "items": {
26 +
              "ref": "app.bsky.richtext.facet",
27 +
              "type": "ref"
28 +
            },
29 +
            "description": "Annotations over `message` (mentions, links) keyed by UTF-8 byte range. Reuses app.bsky.richtext.facet for atmosphere-wide interop. Author-asserted at compose time; clients MUST treat them as display hints, re-validate ranges, and never trust a facet URI over the visible text. Addresses and phone numbers are deliberately NOT faceted here — those affordances are direct-message-only."
30 +
          },
14 31
          "message": {
15 32
            "type": "string",
16 33
            "maxLength": 600,
17 34
            "description": "Optional short public note (e.g. 'still available?'). Pickup details belong in direct messages, not here.",
18 35
            "maxGraphemes": 300
19 36
          },
20 37
          "subject": {
21 38
            "ref": "com.atproto.repo.strongRef",
22 39
            "type": "ref",
23 40
            "description": "Strong reference (URI + CID) to the listing this interest refers to."
24 41
          },
25 42
          "createdAt": {
26 43
            "type": "string",
27 44
            "format": "datetime"
28 45
          }
29 46
        }
30 47
      },
31 48
      "description": "A public expression of interest in a listing. Coordination of pickup happens off-app via direct message."
32 49
    }
33 50
  },
34 51
  "$type": "com.atproto.lexicon.schema",
35 52
  "lexicon": 1
36 53
}

Compare Other Versions

Lexicon Garden

@