{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/legal-entity-birth-data-schema.json", "title": "BirthData", "description": "BirthData schema from Adyen API", "type": "object", "properties": { "dateOfBirth": { "description": "The individual's date of birth, in YYYY-MM-DD format.", "type": "string" } } }