org.simocracy.gathering

gainforest.earth

Schema Diff

+32 -3

From

CID
bafyreidprfqipmq...
Indexed At
2026-04-24 18:20 UTC
View this version

To

CID
bafyreieocuy3itj...
Indexed At
2026-08-18 03:00 UTC
View this version

Compatibility Analysis

Backward Compatible

Backward compatible. 10 non-breaking changes.

Non-Breaking Changes (10)
  • AddedVertex AddedVertex { vertex_id: "org.simocracy.gathering:body.logo" }
  • AddedVertex AddedVertex { vertex_id: "org.simocracy.gathering:body.proposalScope" }
  • AddedVertex AddedVertex { vertex_id: "org.simocracy.gathering:body.updatedAt" }
  • AddedVertex AddedVertex { vertex_id: "org.simocracy.gathering:body.visibility" }
  • AddedEdge AddedEdge { src: "org.simocracy.gathering:body", tgt: "org.simocracy.gathering:body.logo", kind: "prop", name: Some("logo") }
  • AddedEdge AddedEdge { src: "org.simocracy.gathering:body", tgt: "org.simocracy.gathering:body.proposalScope", kind: "prop", name: Some("proposalScope") }
  • AddedEdge AddedEdge { src: "org.simocracy.gathering:body", tgt: "org.simocracy.gathering:body.updatedAt", kind: "prop", name: Some("updatedAt") }
  • AddedEdge AddedEdge { src: "org.simocracy.gathering:body", tgt: "org.simocracy.gathering:body.visibility", kind: "prop", name: Some("visibility") }
  • ConstraintRemoved ConstraintRemoved { vertex_id: "org.simocracy.gathering:body.context", sort: "maxLength" }
  • ConstraintRemoved ConstraintRemoved { vertex_id: "org.simocracy.gathering:body.context", sort: "maxGraphemes" }

Migration Guidance

Added Elements

  • AddedVertex { vertex_id: "org.simocracy.gathering:body.logo" }
  • AddedVertex { vertex_id: "org.simocracy.gathering:body.proposalScope" }
  • AddedVertex { vertex_id: "org.simocracy.gathering:body.updatedAt" }
  • AddedVertex { vertex_id: "org.simocracy.gathering:body.visibility" }

Constraint Changes

  • ConstraintRemoved ConstraintRemoved { vertex_id: "org.simocracy.gathering:body.context", sort: "maxLength" }
  • ConstraintRemoved ConstraintRemoved { vertex_id: "org.simocracy.gathering:body.context", sort: "maxGraphemes" }

Additional Notes

  • Non-breaking: AddedEdge { src: "org.simocracy.gathering:body", tgt: "org.simocracy.gathering:body.logo", kind: "prop", name: Some("logo") }
  • Non-breaking: AddedEdge { src: "org.simocracy.gathering:body", tgt: "org.simocracy.gathering:body.proposalScope", kind: "prop", name: Some("proposalScope") }
  • Non-breaking: AddedEdge { src: "org.simocracy.gathering:body", tgt: "org.simocracy.gathering:body.updatedAt", kind: "prop", name: Some("updatedAt") }
  • Non-breaking: AddedEdge { src: "org.simocracy.gathering:body", tgt: "org.simocracy.gathering:body.visibility", kind: "prop", name: Some("visibility") }
1 1
{
2 2
  "id": "org.simocracy.gathering",
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
          "name",
11 11
          "gatheringType",
12 12
          "status",
13 13
          "createdAt"
14 14
        ],
15 15
        "properties": {
16 16
          "url": {
17 17
            "type": "string",
18 18
            "maxLength": 5000,
19 19
            "description": "External link (e.g. Luma registration page)"
20 20
          },
21 +
          "logo": {
22 +
            "type": "blob",
23 +
            "accept": [
24 +
              "image/png",
25 +
              "image/jpeg",
26 +
              "image/webp"
27 +
            ],
28 +
            "maxSize": 1000000,
29 +
            "description": "Square community logo displayed in navigation rails, pickers, and community cards."
30 +
          },
21 31
          "name": {
22 32
            "type": "string",
23 33
            "maxLength": 3000,
24 34
            "description": "Display name of the event",
25 35
            "maxGraphemes": 300
26 36
          },
27 37
          "dates": {
28 38
            "type": "string",
29 39
            "maxLength": 1000,
30 40
            "description": "Human-readable date range (e.g. March 14-15, 2026)",
31 41
            "maxGraphemes": 100
32 42
          },
33 43
          "image": {
34 44
            "type": "blob",
35 45
            "accept": [
36 46
              "image/png",
37 47
              "image/jpeg",
38 48
              "image/webp"
39 49
            ],
40 50
            "maxSize": 1000000,
41 51
            "description": "Cover image for the event (ATProto blob)"
42 52
          },
43 53
          "status": {
44 54
            "type": "string",
45 55
            "description": "Current status of the gathering",
46 56
            "knownValues": [
47 57
              "application",
48 58
              "upcoming",
49 59
              "active",
50 60
              "completed"
51 61
            ]
52 62
          },
53 63
          "context": {
54 64
            "type": "string",
55 -
            "maxLength": 50000,
56 -
            "description": "Background / briefing material for sims participating in this event. Shown to AI sims as event context so they can act efficiently (e.g. prior decisions, mission, constraints, data, links).",
57 -
            "maxGraphemes": 5000
65 +
            "description": "Background / briefing material for sims participating in this event. Shown to AI sims as event context so they can act efficiently (e.g. prior decisions, mission, constraints, data, links). Unbounded — length constrained only by ATProto's per-record size limit."
58 66
          },
59 67
          "simSize": {
60 68
            "type": "string",
61 69
            "description": "Size of sim avatars in this gathering's world. large=48px, normal=32px (senate default), small=20px (ftc-sf default).",
62 70
            "knownValues": [
63 71
              "large",
64 72
              "normal",
65 73
              "small"
66 74
            ]
67 75
          },
68 76
          "appRoute": {
69 77
            "type": "string",
70 78
            "maxLength": 1000,
71 79
            "description": "Internal app route path (e.g. /senate, /ftc-sf) for built-in events"
72 80
          },
73 81
          "location": {
74 82
            "type": "string",
75 83
            "maxLength": 3000,
76 84
            "description": "Physical or virtual location",
77 85
            "maxGraphemes": 300
78 86
          },
79 87
          "simScope": {
80 88
            "type": "string",
81 89
            "description": "Which sims walk around in this gathering's world. council=only appointed council sims (default), all=every sim in Simocracy.",
82 90
            "knownValues": [
83 91
              "council",
84 92
              "all"
85 93
            ]
86 94
          },
87 95
          "createdAt": {
88 96
            "type": "string",
89 97
            "format": "datetime",
90 98
            "description": "Timestamp when the record was created"
91 99
          },
100 +
          "updatedAt": {
101 +
            "type": "string",
102 +
            "format": "datetime",
103 +
            "description": "Timestamp when the gathering was last updated"
104 +
          },
105 +
          "visibility": {
106 +
            "type": "string",
107 +
            "description": "Whether this gathering is listed in public overviews. public=shown in the events gallery, profile pages, etc. (default). private=hidden from every overview list; only the creator sees it in their own listings, but anyone with the direct AT-URI / DID-PLC link or canonical slug URL can still load the detail page.",
108 +
            "knownValues": [
109 +
              "public",
110 +
              "private"
111 +
            ]
112 +
          },
92 113
          "councilSims": {
93 114
            "type": "array",
94 115
            "items": {
95 116
              "ref": "com.atproto.repo.strongRef",
96 117
              "type": "ref"
97 118
            },
98 119
            "maxLength": 50,
99 120
            "description": "Array of StrongRefs to sim records appointed to this gathering's council by the event creator."
100 121
          },
101 122
          "description": {
102 123
            "type": "string",
103 124
            "maxLength": 30000,
104 125
            "description": "Full event description with details, agenda, etc.",
105 126
            "maxGraphemes": 3000
106 127
          },
107 128
          "treasuryUsd": {
108 129
            "type": "integer",
109 130
            "minimum": 0,
110 131
            "description": "Optional agentic treasury amount in USD that the council governs."
111 132
          },
112 133
          "collectionUri": {
113 134
            "type": "string",
114 135
            "maxLength": 5000,
115 136
            "description": "AT-URI of an org.hypercerts.collection record for this gathering's proposals."
116 137
          },
117 138
          "contextFacets": {
118 139
            "type": "array",
119 140
            "items": {
120 141
              "ref": "app.bsky.richtext.facet",
121 142
              "type": "ref"
122 143
            },
123 144
            "description": "Rich text facets for context"
124 145
          },
125 146
          "gatheringType": {
126 147
            "type": "string",
127 148
            "description": "Type of gathering",
128 149
            "knownValues": [
129 150
              "funding",
130 151
              "governance",
131 152
              "hybrid"
132 153
            ]
133 154
          },
155 +
          "proposalScope": {
156 +
            "type": "string",
157 +
            "description": "Who can submit proposals to this gathering. council=only users who own at least one sim on the appointed council (event creator always allowed), all=anyone signed in (default).",
158 +
            "knownValues": [
159 +
              "council",
160 +
              "all"
161 +
            ]
162 +
          },
134 163
          "buildingImageUrl": {
135 164
            "type": "string",
136 165
            "maxLength": 5000,
137 166
            "description": "URL of the building/venue image for this gathering. Can be an absolute URL or a path relative to the app (e.g. /senate.png, /frontiertower.webp)."
138 167
          },
139 168
          "shortDescription": {
140 169
            "type": "string",
141 170
            "maxLength": 3000,
142 171
            "description": "Brief summary for cards and previews",
143 172
            "maxGraphemes": 300
144 173
          },
145 174
          "descriptionFacets": {
146 175
            "type": "array",
147 176
            "items": {
148 177
              "ref": "app.bsky.richtext.facet",
149 178
              "type": "ref"
150 179
            },
151 180
            "description": "Rich text facets for description"
152 181
          },
153 182
          "allocationMechanism": {
154 183
            "type": "string",
155 184
            "description": "The mechanism used to allocate the treasury among proposals.",
156 185
            "knownValues": [
157 186
              "quadratic-funding",
158 187
              "s-process",
159 188
              "condorcet"
160 189
            ]
161 190
          },
162 191
          "shortDescriptionFacets": {
163 192
            "type": "array",
164 193
            "items": {
165 194
              "ref": "app.bsky.richtext.facet",
166 195
              "type": "ref"
167 196
            },
168 197
            "description": "Rich text facets for shortDescription"
169 198
          },
170 199
          "suggestedInterviewTemplates": {
171 200
            "type": "array",
172 201
            "items": {
173 202
              "ref": "com.atproto.repo.strongRef",
174 203
              "type": "ref"
175 204
            },
176 205
            "maxLength": 5,
177 206
            "description": "Optional: interview templates this gathering suggests to prospective council members."
178 207
          }
179 208
        }
180 209
      },
181 210
      "description": "A governance or funding event that users can create and participate in."
182 211
    }
183 212
  },
184 213
  "$type": "com.atproto.lexicon.schema",
185 214
  "lexicon": 1
186 215
}

Compare Other Versions

Lexicon Garden

@