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