{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScalaFunction", "title": "ScalaFunction", "allOf": [ { "$ref": "#/components/schemas/BaseLanguage" } ], "properties": { "target_path": { "type": "string", "description": "Specifies where Snowflake should write the compiled code for inline function/procedures", "example": "example_value" } } }