| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
String | ✔️ | The display name. | |
obfuscatedId |
String | ✔️ | An opaque identifier that can be used to request metadata for a Person. | |
relatedDocuments |
List<RelatedDocuments> | ➖ | A list of documents related to this person. | |
metadata |
Optional<PersonMetadata> | ➖ | N/A | { "department": "Movies", "email": "george@example.com", "location": "Hollywood, CA", "phone": 6505551234, "photoUrl": "https://example.com/george.jpg", "startDate": "2000-01-23", "title": "Actor" } |