{ "type": "object", "description": "Input for creating or updating a function", "name": "ActionFunctionInput", "properties": { "functionSource": { "type": "string", "description": "The JavaScript source code of the function" } }, "required": [ "functionSource" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }