{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AutoToneRequest", "type": "object", "properties": { "inputs": { "type": "object" }, "outputs": { "type": "array", "description": "One or more output destinations" } } }