Activity, make session optional
This commit is contained in:
parent
2fdba4f217
commit
25c5795987
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"key": "tid",
|
||||
"record": {
|
||||
"type": "object",
|
||||
"required": ["session", "progress", "createdAt"],
|
||||
"required": ["progress", "createdAt"],
|
||||
"nullable": ["performedAt"],
|
||||
"properties": {
|
||||
"session": { "type": "ref", "ref": "com.atproto.repo.strongRef" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue