{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BirthData", "title": "BirthData", "properties": { "dateOfBirth": { "description": "The individual's date of birth, in YYYY-MM-DD format.", "type": "string" } }, "type": "object" }