lexicons, change from media#anilist to just anilist
This commit is contained in:
parent
5cd14bec0e
commit
b6e80063e6
2 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"lexicon": 1,
|
"lexicon": 1,
|
||||||
"id": "me.woach.content.media",
|
"id": "me.woach.content.anilist",
|
||||||
"defs": {
|
"defs": {
|
||||||
"anilist": {
|
"main": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": ["id"],
|
"required": ["id"],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -13,10 +13,10 @@
|
||||||
"content": {
|
"content": {
|
||||||
"type": "union",
|
"type": "union",
|
||||||
"refs": [
|
"refs": [
|
||||||
"me.woach.content.media#anilist"
|
"me.woach.content.anilist"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"title": {
|
"label": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxGraphemes": 64,
|
"maxGraphemes": 64,
|
||||||
"maxLength": 640
|
"maxLength": 640
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue