{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "IcebergTableFromDelta", "type": "object", "properties": { "name": { "type": "string" }, "external_volume": { "type": "string" }, "replace_invalid_characters": { "type": "boolean" }, "base_location": { "type": "string" }, "catalog": { "type": "string" }, "comment": { "type": "string" } } }