Activity, make session optional

This commit is contained in:
Julia Lange 2025-06-11 20:01:28 -07:00
parent 2fdba4f217
commit 25c5795987
Signed by: Julia
SSH key fingerprint: SHA256:KI8YxpkPRbnDRkXPgCuQCVz181++Vy7NAvmQj8alOhM

View file

@ -8,7 +8,7 @@
"key": "tid", "key": "tid",
"record": { "record": {
"type": "object", "type": "object",
"required": ["session", "progress", "createdAt"], "required": ["progress", "createdAt"],
"nullable": ["performedAt"], "nullable": ["performedAt"],
"properties": { "properties": {
"session": { "type": "ref", "ref": "com.atproto.repo.strongRef" }, "session": { "type": "ref", "ref": "com.atproto.repo.strongRef" },