{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AudienceCombination", "title": "AudienceCombination", "properties": { "behaviors": { "$ref": "#/components/schemas/property_AudienceCombination_behaviors" }, "demographics": { "$ref": "#/components/schemas/property_AudienceCombination_demographics" }, "interests": { "$ref": "#/components/schemas/property_AudienceCombination_interests" }, "life_events": { "$ref": "#/components/schemas/property_AudienceCombination_life_events" } }, "type": "object" }