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