{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionAuth0UpdateUserParams", "title": "FlowActionAuth0UpdateUserParams", "type": "object", "additionalProperties": false, "required": [ "connection_id", "user_id", "changes" ], "properties": { "connection_id": { "type": "string", "maxLength": 30, "format": "flows-vault-connections-id" }, "user_id": { "type": "string" }, "changes": { "$ref": "#/components/schemas/FlowActionAuth0UpdateUserParamsChanges" } } }