{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notification-webhooks-name-2-structure.json", "description": "Name-2 schema from Adyen API", "properties": { "firstName": { "description": "The first name.", "type": "string" }, "fullName": { "description": "The full name.", "type": "string" }, "infix": { "description": "The infix in the name, if any.", "type": "string" }, "lastName": { "description": "The last name.", "type": "string" } }, "type": "object", "name": "Name-2" }