lexicons, change from media#anilist to just anilist

This commit is contained in:
Julia Lange 2025-03-20 23:54:26 -07:00
parent 5cd14bec0e
commit b6e80063e6
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
2 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,13 @@
{
"lexicon": 1,
"id": "me.woach.content.anilist",
"defs": {
"main": {
"type": "object",
"required": ["id"],
"properties": {
"id": { "type": "integer" }
}
}
}
}