{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Profile", "type": "object", "properties": { "maidenName": { "type": "string" }, "birthDate": { "type": "string" }, "birthCity": { "type": "string" }, "birthCountry": { "type": "string" }, "nationality": { "type": "string" } } }