Adyen · Schema

ExternalPlatform

PaymentsFinancial ServicesFintech

Properties

Name Type Description
integrator string External platform integrator.
name string Name of the field. For example, Name of External Platform.
version string Version of the field. For example, Version of External Platform.
View JSON Schema on GitHub

JSON Schema

adyen-externalplatform-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExternalPlatform",
  "title": "ExternalPlatform",
  "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"
    }
  },
  "type": "object"
}