download.darkworld.state
Schema Diff
+5 -5
Compatibility Analysis
Breaking Changes Detected
2 breaking changes, 2 non-breaking changes.
Breaking Changes (2)
- RemovedVertex RemovedVertex { vertex_id: "download.darkworld.state:body.?????????????????????????????????????" }
- RemovedEdge RemovedEdge { src: "download.darkworld.state:body", tgt: "download.darkworld.state:body.?????????????????????????????????????", kind: "prop", name: Some("?????????????????????????????????????") }
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "download.darkworld.state:body.isKriselle" }
- AddedEdge AddedEdge { src: "download.darkworld.state:body", tgt: "download.darkworld.state:body.isKriselle", kind: "prop", name: Some("isKriselle") }
Migration Guidance
Removed Elements
RemovedVertex { vertex_id: "download.darkworld.state:body.?????????????????????????????????????" }
Added Elements
AddedVertex { vertex_id: "download.darkworld.state:body.isKriselle" }
Additional Notes
- Breaking: RemovedEdge { src: "download.darkworld.state:body", tgt: "download.darkworld.state:body.?????????????????????????????????????", kind: "prop", name: Some("?????????????????????????????????????") }
- Non-breaking: AddedEdge { src: "download.darkworld.state:body", tgt: "download.darkworld.state:body.isKriselle", kind: "prop", name: Some("isKriselle") }
1
1
{
2
2
"id": "download.darkworld.state",
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
"color",
11
11
"susieProphecy",
12
-
"?????????????????????????????????????"
12
+
"isKriselle"
13
13
],
14
14
"properties": {
15
15
"color": {
16
16
"type": "string",
17
17
"description": "Colors in which to theme some elements on the site with.",
18
18
"knownValues": [
19
19
"enby",
20
20
"trans",
21
21
"pan"
22
22
]
23
23
},
24
+
"isKriselle": {
25
+
"type": "boolean",
26
+
"description": "Determines if Kris is actually Kriselle and might have figured out their gender identity."
27
+
},
24
28
"susieProphecy": {
25
29
"type": "boolean",
26
30
"description": "Swap out Kris with Susie in the prophecy panel."
27
-
},
28
-
"?????????????????????????????????????": {
29
-
"type": "boolean",
30
-
"description": "?????????????????????????????????????"
31
31
}
32
32
}
33
33
},
34
34
"description": "The record used by darkworld.download to determine the website's content."
35
35
}
36
36
},
37
37
"$type": "com.atproto.lexicon.schema",
38
38
"lexicon": 1
39
39
}