{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-name2-structure.json", "description": "Name2 schema from Adyen API", "type": "object", "properties": { "firstName": { "description": "The first name.", "type": "string" }, "lastName": { "description": "The last name.", "type": "string" } }, "name": "Name2" }