{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CatalogIntegrationFilterParameters", "title": "CatalogIntegrationFilterParameters", "type": "object", "properties": { "name": { "$ref": "#/components/schemas/StringFieldFilter" }, "display_name": { "$ref": "#/components/schemas/StringFieldFilter" } } }