{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FunctionLanguage", "type": "object", "properties": { "language": { "type": "string", "description": "Language that the function/procedure is written in. Possible values include: JAVA, JAVASCRIPT, PYTHON, SCALA, SQL" }, "called_on_null_input": { "type": "boolean", "description": "Decide if the function/procedure can receive null input" } } }