{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "FunctionLanguage", "type": "object", "properties": { "language": { "type": "string" }, "called_on_null_input": { "type": "boolean" }, "is_volatile": { "type": "boolean" } } }