14 lines
209 B
JSON
14 lines
209 B
JSON
|
|
{
|
||
|
|
"lexicon": 1,
|
||
|
|
"id": "me.woach.content.media",
|
||
|
|
"defs": {
|
||
|
|
"anilist": {
|
||
|
|
"type": "object",
|
||
|
|
"required": ["id"],
|
||
|
|
"properties": {
|
||
|
|
"id": { "type": "integer" }
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|