atproto blogging
1{
2 "lexicon": 1,
3 "id": "tools.ozone.set.upsertSet",
4 "defs": {
5 "main": {
6 "type": "procedure",
7 "description": "Create or update set metadata",
8 "input": {
9 "encoding": "application/json",
10 "schema": {
11 "type": "ref",
12 "ref": "tools.ozone.set.defs#set"
13 }
14 },
15 "output": {
16 "encoding": "application/json",
17 "schema": {
18 "type": "ref",
19 "ref": "tools.ozone.set.defs#setView"
20 }
21 }
22 }
23 }
24}