{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Catalog", "type": "object", "properties": { "catalog_source": { "type": "string", "description": "Type of external catalog" } } }