{ "lexicon": 1, "id": "io.pocketenv.variable.updateVariable", "defs": { "main": { "type": "procedure", "input": { "encoding": "application/json", "schema": { "type": "object", "required": [ "id", "variable" ], "properties": { "id": { "type": "string", "description": "The ID of the variable to update." }, "variable": { "type": "ref", "ref": "io.pocketenv.variable.defs#variable" } } } } } } }