Adyen · Schema

ResourceReference

ResourceReference schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
description string The description of the resource.
id string The unique identifier of the resource.
reference string The reference of the resource.
View JSON Schema on GitHub

JSON Schema

notification-webhooks-resource-reference-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/notification-webhooks-resource-reference-schema.json",
  "title": "ResourceReference",
  "description": "ResourceReference schema from Adyen API",
  "properties": {
    "description": {
      "description": "The description of the resource.",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the resource.",
      "type": "string"
    },
    "reference": {
      "description": "The reference of the resource.",
      "type": "string"
    }
  },
  "type": "object"
}