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",
|
"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" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue