art.cllctv.embed.externalVideo

cllctv.art

Schema Diff

+4 -0

From

CID
bafyreidp3ymnpez...
Indexed At
2026-02-18 18:27 UTC
View this version

To

CID
bafyreigctqntcnv...
Indexed At
2026-06-17 13:11 UTC
View this version

Compatibility Analysis

Breaking Changes Detected

1 breaking change, 2 non-breaking changes.

Breaking Changes (1)
  • ConstraintAdded ConstraintAdded { vertex_id: "art.cllctv.embed.externalVideo#view.thumbHash", sort: "maxGraphemes", value: "64" }
Non-Breaking Changes (2)
  • AddedVertex AddedVertex { vertex_id: "art.cllctv.embed.externalVideo#view.thumbHash" }
  • AddedEdge AddedEdge { src: "art.cllctv.embed.externalVideo#view", tgt: "art.cllctv.embed.externalVideo#view.thumbHash", kind: "prop", name: Some("thumbHash") }

Migration Guidance

Added Elements

  • AddedVertex { vertex_id: "art.cllctv.embed.externalVideo#view.thumbHash" }

Constraint Changes

  • ConstraintAdded ConstraintAdded { vertex_id: "art.cllctv.embed.externalVideo#view.thumbHash", sort: "maxGraphemes", value: "64" }

Additional Notes

  • Non-breaking: AddedEdge { src: "art.cllctv.embed.externalVideo#view", tgt: "art.cllctv.embed.externalVideo#view.thumbHash", kind: "prop", name: Some("thumbHash") }
1 1
{
2 2
  "id": "art.cllctv.embed.externalVideo",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "object",
6 6
      "required": [
7 7
        "uri"
8 8
      ],
9 9
      "properties": {
10 10
        "id": {
11 11
          "type": "string"
12 12
        },
13 13
        "uri": {
14 14
          "type": "string",
15 15
          "format": "uri"
16 16
        },
17 17
        "thumb": {
18 18
          "type": "blob",
19 19
          "accept": [
20 20
            "image/*"
21 21
          ],
22 22
          "maxSize": 5000000
23 23
        },
24 24
        "service": {
25 25
          "type": "string"
26 26
        },
27 27
        "thumbHash": {
28 28
          "type": "string",
29 29
          "maxLength": 640,
30 30
          "maxGraphemes": 64
31 31
        }
32 32
      }
33 33
    },
34 34
    "view": {
35 35
      "type": "object",
36 36
      "required": [
37 37
        "uri"
38 38
      ],
39 39
      "properties": {
40 40
        "id": {
41 41
          "type": "string"
42 42
        },
43 43
        "uri": {
44 44
          "type": "string",
45 45
          "format": "uri"
46 46
        },
47 47
        "thumb": {
48 48
          "type": "string",
49 49
          "format": "uri"
50 50
        },
51 51
        "service": {
52 52
          "type": "string"
53 +
        },
54 +
        "thumbHash": {
55 +
          "type": "string",
56 +
          "maxGraphemes": 64
53 57
        }
54 58
      }
55 59
    }
56 60
  },
57 61
  "$type": "com.atproto.lexicon.schema",
58 62
  "lexicon": 1
59 63
}

Compare Other Versions

Lexicon Garden

@