{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Person", "type": "object", "properties": { "legalName": { "type": "object" }, "birthDate": { "type": "string" }, "genderCode": { "type": "object" }, "maritalStatusCode": { "type": "object" }, "communication": { "type": "object" } } }