{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CatalogIntegration", "type": "object", "properties": { "name": { "type": "string" }, "table_format": { "type": "string" }, "enabled": { "type": "boolean" }, "comment": { "type": "string" }, "type": { "type": "string" }, "category": { "type": "string" }, "created_on": { "type": "string" } } }