{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OnboardingLink", "title": "OnboardingLink", "properties": { "url": { "description": "The URL of the hosted onboarding page where you need to redirect your user. This URL expires after 4 minutes and can only be used once.\n\nIf the link expires, you need to create a new link.", "type": "string" } }, "type": "object" }