{ "lexicon": 1, "id": "tools.ozone.setting.removeOptions", "defs": { "main": { "type": "procedure", "description": "Delete settings by key", "input": { "encoding": "application/json", "schema": { "type": "object", "required": [ "keys", "scope" ], "properties": { "keys": { "type": "array", "items": { "type": "string", "format": "nsid" }, "minLength": 1, "maxLength": 200 }, "scope": { "type": "string", "knownValues": [ "instance", "personal" ] } } } }, "output": { "encoding": "application/json", "schema": { "type": "object", "properties": {} } } } } }