{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-external-platform-structure.json", "description": "ExternalPlatform schema from Adyen API", "type": "object", "properties": { "integrator": { "description": "External platform integrator.", "type": "string" }, "name": { "description": "Name of the field. For example, Name of External Platform.", "type": "string" }, "version": { "description": "Version of the field. For example, Version of External Platform.", "type": "string" } }, "name": "ExternalPlatform" }