{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/legal-entity-onboarding-link-structure.json", "description": "OnboardingLink schema from Adyen API", "type": "object", "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" } }, "name": "OnboardingLink" }