Adyen · Schema

EntityReference

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-entityreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EntityReference",
  "title": "EntityReference",
  "properties": {
    "id": {
      "description": "The unique identifier of the resource.",
      "type": "string"
    }
  },
  "type": "object"
}