Adyen · Schema

Links

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-links-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Links",
  "title": "Links",
  "properties": {
    "self": {
      "description": "Link to the resource itself.",
      "$ref": "#/components/schemas/LinksElement"
    }
  },
  "required": [
    "self"
  ],
  "type": "object"
}