{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionHubspot", "title": "FlowActionHubspot", "type": "object", "oneOf": [ { "$ref": "#/components/schemas/FlowActionHubspotEnrollContact" }, { "$ref": "#/components/schemas/FlowActionHubspotGetContact" }, { "$ref": "#/components/schemas/FlowActionHubspotUpsertContact" } ] }