Compare commits

..

2 commits

Author SHA1 Message Date
3ba7c0987a
Meta, add examples for lexicons 2025-05-08 16:31:30 -07:00
d6637bb96d
content, add type to tvdbv4 2025-05-08 16:31:06 -07:00
5 changed files with 92 additions and 2 deletions

View file

@ -0,0 +1,24 @@
"my.spoor.movies.nogamenolifezero": {
"queryable": {
"$type": "my.spoor.content.external#tvdbv4",
"id": 8149,
"type": "season"
}
"titles": [
{
"translationType": "my.spoor.content.title#titleNative",
"lang": "ja",
"value": "ノーゲーム・ノーライフ ゼロ",
},
{
"translationType": "my.spoor.content.title#titleTranslation",
"lang": "en",
"value": "No Game No Life Zero",
}
],
"overrides": {
"data": {
"lastUpdated": "Too long ago :("
}
}
}

View file

@ -34,9 +34,17 @@
}, },
"tvdbv4": { "tvdbv4": {
"type": "object", "type": "object",
"required": [ "id" ], "required": [ "id", "type" ],
"properties": { "properties": {
"id": { "type": "integer" } "id": { "type": "integer" },
"type": {
"type": "string",
"knownValues": [
"series",
"season",
"movie"
]
}
} }
} }
} }

View file

@ -0,0 +1,35 @@
"my.spoor.series.nogamenolife.s1": {
"titles": [
{
"translationType": "my.spoor.content.title#titleNative",
"lang": "ja",
"value": "ノーゲーム・ノーライフ",
},
{
"translationType": "my.spoor.content.title#titleTranslation",
"lang": "en",
"value": "No Game No Life",
}
],
"durationData": {
"$type": "my.spoor.content.media#television",
"episodes": 12,
},
"lastUpdated": "2025-05-08T22:37:36.877Z"
}
"my.spoor.movie.nogamenolifezero": {
"titles": [
{
"translationType": "my.spoor.content.title#titleNative",
"lang": "ja",
"value": "ノーゲーム・ノーライフ ゼロ",
},
{
"translationType": "my.spoor.content.title#titleTranslation",
"lang": "en",
"value": "No Game No Life Zero",
}
],
"lastUpdated": "2025-05-08T21:37:36.877Z"
}

View file

@ -0,0 +1,12 @@
"3loo44isbet2n": {
"session": {
"cid": "bafyreieujlbvaimry5ocvalkbnedcsmxee6b35vaktaupelafjo7nxaawa",
"uri": "at://did:plc:orm6sxq2ulngj2hsq5v7w456/my.spoor.log.session/3lon4rh3lis22"
},
"progress": {
"$type": "my.spoor.log.activity#progressIndex",
"index": 4
},
"createdAt": "2025-05-08T14:18:11.072Z"
}

View file

@ -0,0 +1,11 @@
"3lon4rh3lis22": {
"content": {
"cid": "bafyreieujlbvaimry5ocvalkbnedcsmxee6b35vaktaupelafjo7nxaawa",
"uri": "at://did:plc:yhf6s5nbx4zpcvxpdhsh6qhd/my.spoor.content.media/my.spoor.series.nogamenolife.s1"
},
"label": "No Game No Life Rewatch 9",
"otherParticipants": [
"did:plc:lgb2xgd64n3swnh7jbtgpvhl"
],
"createdAt": "2025-05-08T14:18:11.072Z"
}