{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SearchFilterOverrideScopeIdentifier", "title": "ScopeIdentifier", "type": "object", "properties": { "category_id": { "type": "integer" }, "channel_id": { "type": "integer" } }, "x-internal": false }