{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionMailchimpUpsertMemberParamsMember", "title": "FlowActionMailchimpUpsertMemberParamsMember", "type": "object", "additionalProperties": false, "required": [ "email_address", "status_if_new" ], "properties": { "email_address": { "type": "string" }, "status_if_new": { "type": "string" }, "merge_fields": { "$ref": "#/components/schemas/FlowActionMailchimpUpsertMemberParamsMemberMergeFields" } } }