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",
|
"type": "object",
|
||||||
"required": ["content", "createdAt"],
|
"required": ["content", "createdAt"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"content": {
|
"content": { "type": "ref", "ref": "com.atproto.repo.strongRef" },
|
||||||
"type": "union",
|
|
||||||
"refs": [
|
|
||||||
"me.woach.content.anilist"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"label": {
|
"label": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxGraphemes": 64,
|
"maxGraphemes": 64,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue