{ "type": "object", "properties": { "inputs": { "type": "array", "description": "", "example": [], "items": { "type": "object" } }, "options": { "type": "object", "example": "example_value" } }, "required": [ "inputs", "options" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ExpressionSetInvocationRequest" }