{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RefreshIcebergTableRequest", "type": "object", "description": "Request model for refreshing iceberg table", "properties": { "metadata_file_relative_path": { "type": "string", "description": "Specifies a metadata file path for a table created from Iceberg files in object storage." } } }