{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionPipedriveAddPersonParams", "title": "FlowActionPipedriveAddPersonParams", "type": "object", "additionalProperties": false, "required": [ "connection_id", "name" ], "properties": { "connection_id": { "type": "string", "maxLength": 30, "format": "flows-vault-connections-id" }, "name": { "type": "string" }, "email": { "type": "string" }, "phone": { "type": "string" }, "owner_id": { "$ref": "#/components/schemas/FlowActionPipedriveAddPersonParamsOwnerId" }, "organization_id": { "$ref": "#/components/schemas/FlowActionPipedriveAddPersonParamsOrganizationId" }, "fields": { "$ref": "#/components/schemas/FlowActionPipedriveAddPersonParamsFields" } } }