{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/notification-webhooks-name-2-schema.json", "title": "Name-2", "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" }