{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/accounting-notifications-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 for the resource.", "type": "string" } }, "type": "object" }