me.woach.feed, use strongRef instead of union

This commit is contained in:
Julia Lange 2025-03-21 19:53:45 -07:00
parent d2779156f6
commit f22b060c97
Signed by: Julia
SSH key fingerprint: SHA256:50XUMcOFYPUs9/1j7p9SPnwASZ7QnxXm7THF7HkbqzQ

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,