{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/accounts-ultimate-parent-company-business-details-schema.json", "title": "UltimateParentCompanyBusinessDetails", "description": "UltimateParentCompanyBusinessDetails schema from Adyen API", "type": "object", "properties": { "legalBusinessName": { "description": "The legal name of the company.", "type": "string" }, "registrationNumber": { "description": "The registration number of the company.", "type": "string" }, "stockExchange": { "description": "Market Identifier Code (MIC).", "type": "string" }, "stockNumber": { "description": "International Securities Identification Number (ISIN).", "type": "string" }, "stockTicker": { "description": "Stock Ticker symbol.", "type": "string" } } }