{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ScalaFunction", "type": "object", "properties": { "target_path": { "type": "string", "description": "Specifies where Snowflake should write the compiled code for inline function/procedures" } } }