lexicon, session: use strongRef instead of union

This commit is contained in:
Julia Lange 2025-03-21 19:53:45 -07:00
parent ca83fcbde6
commit 69f0fd921a
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto

View file

@ -10,12 +10,7 @@
"type": "object",
"required": ["content", "createdAt"],
"properties": {
"content": {
"type": "union",
"refs": [
"me.woach.content.anilist"
]
},
"content": { "type": "ref", "ref": "com.atproto.repo.strongRef" },
"label": {
"type": "string",
"maxGraphemes": 64,