{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionHubspotUpsertContactParamsProperty", "title": "FlowActionHubspotUpsertContactParamsProperty", "type": "object", "additionalProperties": false, "required": [ "property" ], "properties": { "property": { "type": "string", "maxLength": 100 }, "value": {} } }