Adyen · Schema

LinksElement

LinksElement schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
href string
View JSON Schema on GitHub

JSON Schema

management-links-element-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-element-schema.json",
  "title": "LinksElement",
  "description": "LinksElement schema from Adyen API",
  "type": "object",
  "properties": {
    "href": {
      "type": "string"
    }
  }
}