The Memri Schema
A name, username, display name, nickname or other naming that identifies an item
| Properties/Edges | Type | Description |
|---|---|---|
| from: Type | ||
| from: Item | ||
| dateAccessed | Last access date of the Item. | |
| dateCreated | Creation date of the Item. | |
| dateModified | Last modification date of the Item. | |
| deleted | Whether the Item is deleted. | |
| externalId | The identifier of an external source. | |
| genericType | A generic type that can be given to any Item to further specify what it is. | |
| itemDescription | A description of the item. | |
| starred | Whether the Item is starred. | |
| version | The last version loaded from the server. | |
| uid | The unique identifier of the Item set by the pod. | |
| importJson | Data that cannot directly be imported in the appropriate Items (yet), in JSON format | |
| from: Name | ||
| firstName | Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property. | |
| lastName | Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property. | |
| displayName | The name to display, for Persons this could be a first or last name, both, or a phonenumber. | |
| middleName | Middle name of person or contact. | |
| honorificPrefix | Honorific prefix of person or contact (i.e. Dr. Mr.). | |
| honorificSuffix | Honorific sufix of person or contact (i.e. Jr.). | |
| name | The name of the item. | |