Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 5.95 KB

File metadata and controls

11 lines (8 loc) · 5.95 KB

Person

Fields

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"
}