net.anisota.lab.inkblot
Schema Diff
+2 -9
Compatibility Analysis
Breaking Changes Detected
2 breaking changes, 2 non-breaking changes.
Breaking Changes (2)
- RemovedVertex RemovedVertex { vertex_id: "net.anisota.lab.inkblot:body.name" }
- RemovedEdge RemovedEdge { src: "net.anisota.lab.inkblot:body", tgt: "net.anisota.lab.inkblot:body.name", kind: "prop", name: Some("name") }
Non-Breaking Changes (2)
- ConstraintRemoved ConstraintRemoved { vertex_id: "net.anisota.lab.inkblot:body.name", sort: "maxLength" }
- ConstraintRemoved ConstraintRemoved { vertex_id: "net.anisota.lab.inkblot:body.name", sort: "maxGraphemes" }
Migration Guidance
Removed Elements
RemovedVertex { vertex_id: "net.anisota.lab.inkblot:body.name" }
Constraint Changes
- ConstraintRemoved ConstraintRemoved { vertex_id: "net.anisota.lab.inkblot:body.name", sort: "maxGraphemes" }
- ConstraintRemoved ConstraintRemoved { vertex_id: "net.anisota.lab.inkblot:body.name", sort: "maxLength" }
Additional Notes
- Breaking: RemovedEdge { src: "net.anisota.lab.inkblot:body", tgt: "net.anisota.lab.inkblot:body.name", kind: "prop", name: Some("name") }
1
1
{
2
2
"id": "net.anisota.lab.inkblot",
3
3
"defs": {
4
4
"main": {
5
-
"key": "any",
5
+
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
-
"name",
11
10
"seed",
12
11
"palette",
13
12
"createdAt"
14
13
],
15
14
"properties": {
16
-
"name": {
17
-
"type": "string",
18
-
"maxLength": 800,
19
-
"description": "Display name for the inkblot",
20
-
"maxGraphemes": 100
21
-
},
22
15
"seed": {
23
16
"type": "integer",
24
17
"description": "The deterministic RNG seed that reproduces the blot"
25
18
},
26
19
"image": {
27
20
"type": "string",
28
21
"maxLength": 200000,
29
22
"description": "A rendered PNG of the blot as a data URL, for display"
30
23
},
31
24
"params": {
32
25
"type": "unknown",
33
26
"description": "The generation parameters (complexity, blobiness, spread, spatter, radial)"
34
27
},
35
28
"palette": {
36
29
"type": "string",
37
30
"maxLength": 64,
38
31
"description": "Ink palette id (classic, sepia, indigo, blood, moss)"
39
32
},
40
33
"createdAt": {
41
34
"type": "string",
42
35
"format": "datetime",
43
36
"description": "When the inkblot was saved"
44
37
}
45
38
}
46
39
},
47
-
"description": "A symmetric Rorschach-style inkblot crafted in the Anisota Lab's Social Inkblot Test and saved to the owner's library. The blot is fully reproducible from its integer 'seed' and its generation 'params'; 'palette' names the ink colour. A rendered PNG data URL is stored in 'image' so the blot can be shown anywhere (including by other people viewing the social gallery) without re-running the generator."
40
+
"description": "A symmetric Rorschach-style inkblot crafted in the Anisota Lab's Social Inkblot Test and saved to the owner's library. The blot is fully reproducible from its integer 'seed' and its generation 'params'; 'palette' names the ink colour. A rendered PNG data URL is stored in 'image' so the blot can be shown anywhere (including by other people viewing the social gallery) without re-running the generator. Inkblots carry no user-supplied name: the record's TID rkey is its identifier and display name everywhere it is shown."
48
41
}
49
42
},
50
43
"$type": "com.atproto.lexicon.schema",
51
44
"lexicon": 1
52
45
}