25 lines
508 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|