{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/report-webhooks-resource-schema.json", "title": "Resource", "description": "Resource schema from Adyen API", "type": "object", "properties": { "balancePlatform": { "description": "The unique identifier of the balance platform.", "type": "string" }, "creationDate": { "description": "The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.", "format": "date-time", "type": "string" }, "id": { "description": "The ID of the resource.", "type": "string" } } }