| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
str | ✔️ | The display name. | |
obfuscated_id |
str | ✔️ | An opaque identifier that can be used to request metadata for a Person. | |
related_documents |
List[models.RelatedDocuments] | ➖ | A list of documents related to this person. | |
metadata |
Optional[models.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" } |