Adyen · Schema

Links

Links schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
self object Link to the resource itself.
View JSON Schema on GitHub

JSON Schema

management-links-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-links-schema.json",
  "title": "Links",
  "description": "Links schema from Adyen API",
  "type": "object",
  "properties": {
    "self": {
      "description": "Link to the resource itself.",
      "$ref": "#/components/schemas/LinksElement"
    }
  },
  "required": [
    "self"
  ]
}