{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MdlPresentationProperties", "title": "MdlPresentationProperties", "type": "object", "additionalProperties": true, "minProperties": 1, "properties": { "family_name": { "type": "boolean", "description": "Family Name" }, "given_name": { "type": "boolean", "description": "Given Name" }, "birth_date": { "type": "boolean", "description": "Birth Date" }, "issue_date": { "type": "boolean", "description": "Issue Date" }, "expiry_date": { "type": "boolean", "description": "Expiry Date" }, "issuing_country": { "type": "boolean", "description": "Issuing Country" }, "issuing_authority": { "type": "boolean", "description": "Issuing Authority" }, "portrait": { "type": "boolean", "description": "Portrait" }, "driving_privileges": { "type": "boolean", "description": "Driving Privileges" }, "resident_address": { "type": "boolean", "description": "Resident Address" }, "portrait_capture_date": { "type": "boolean", "description": "Portrait Capture Date" }, "age_in_years": { "type": "boolean", "description": "Age in Years" }, "age_birth_year": { "type": "boolean", "description": "Age Birth Year" }, "issuing_jurisdiction": { "type": "boolean", "description": "Issuing Jurisdiction" }, "nationality": { "type": "boolean", "description": "Nationality" }, "resident_city": { "type": "boolean", "description": "Resident City" }, "resident_state": { "type": "boolean", "description": "Resident State" }, "resident_postal_code": { "type": "boolean", "description": "Resident Postal Code" }, "resident_country": { "type": "boolean", "description": "Resident Country" }, "family_name_national_character": { "type": "boolean", "description": "Family Name National Character" }, "given_name_national_character": { "type": "boolean", "description": "Given Name National Character" } } }