me.woach.feed, use strongRef instead of union
This commit is contained in:
parent
d2779156f6
commit
f22b060c97
1 changed files with 1 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue