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