Auth0 · Schema

FlowActionHubspotUpsertContactParamsProperty

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
property string
value object
View JSON Schema on GitHub

JSON Schema

auth0-flowactionhubspotupsertcontactparamsproperty-schema.json Raw ↑
{
  "$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": {}
  }
}