{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RestConfig", "type": "object", "properties": { "catalog_uri": { "type": "string", "description": "Customer's Polaris account locator URL" }, "warehouse": { "type": "string", "description": "Name of the catalog to use in Polaris" } } }