{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PythonFunction", "type": "object", "properties": { "external_access_integrations": { "type": "array", "description": "List of external access integrations attached to this function/procedure" }, "secrets": { "type": "object", "description": "Secrets to be used with this function/procedure for external access" } } }