am.noz.mecenas.creator
Schema Diff
+4 -0
Compatibility Analysis
Backward Compatible
Backward compatible. 2 non-breaking changes.
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "am.noz.mecenas.creator:body.memberWelcome" }
- AddedEdge AddedEdge { src: "am.noz.mecenas.creator:body", tgt: "am.noz.mecenas.creator:body.memberWelcome", kind: "prop", name: Some("memberWelcome") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "am.noz.mecenas.creator:body.memberWelcome" }
Additional Notes
- Non-breaking: AddedEdge { src: "am.noz.mecenas.creator:body", tgt: "am.noz.mecenas.creator:body.memberWelcome", kind: "prop", name: Some("memberWelcome") }
1
1
{
2
2
"id": "am.noz.mecenas.creator",
3
3
"defs": {
4
4
"main": {
5
5
"key": "literal:self",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"formatVersion",
11
11
"displayName",
12
12
"description",
13
13
"createdAt",
14
14
"updatedAt"
15
15
],
16
16
"properties": {
17
17
"avatar": {
18
18
"type": "blob",
19
19
"accept": [
20
20
"image/jpeg",
21
21
"image/png",
22
22
"image/webp"
23
23
],
24
24
"maxSize": 2000000
25
25
},
26
26
"createdAt": {
27
27
"type": "string",
28
28
"format": "datetime"
29
29
},
30
30
"updatedAt": {
31
31
"type": "string",
32
32
"format": "datetime"
33
33
},
34
34
"description": {
35
35
"type": "string",
36
36
"maxGraphemes": 3000
37
37
},
38
38
"displayName": {
39
39
"type": "string",
40
40
"maxGraphemes": 80,
41
41
"minGraphemes": 1
42
42
},
43
43
"formatVersion": {
44
44
"type": "integer",
45
45
"const": 1
46
+
},
47
+
"memberWelcome": {
48
+
"type": "string",
49
+
"maxGraphemes": 1000
46
50
}
47
51
}
48
52
},
49
53
"description": "The public Mecenas membership page owned by the repository DID."
50
54
}
51
55
},
52
56
"$type": "com.atproto.lexicon.schema",
53
57
"lexicon": 1
54
58
}