Files
bsky-social-app/lexicons/tools/ozone/set/upsertSet.json
T
2025-04-30 21:15:55 +03:00

25 lines
508 B
JSON

{
"lexicon": 1,
"id": "tools.ozone.set.upsertSet",
"defs": {
"main": {
"type": "procedure",
"description": "Create or update set metadata",
"input": {
"encoding": "application/json",
"schema": {
"type": "ref",
"ref": "tools.ozone.set.defs#set"
}
},
"output": {
"encoding": "application/json",
"schema": {
"type": "ref",
"ref": "tools.ozone.set.defs#setView"
}
}
}
}
}