{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Nationality", "title": "Nationality", "type": "string", "example": "US", "description": "The nationality of the person, represented as a two-letter country code according to ISO 3166-1 alpha-2.", "nullable": true }