Documentation - Identity Structure
The Identi Engine identity structure is made up of five simple properties.
Example identity
Below is an example of an object/property structure for an individual identity store in the ident.identities collection.
{
name: "Identica",
domain: "identi.ca",
username: "glennjones"
iconUrl: "..\/identi\/icons\/identica.png",
spriteClass: "icon-identica"
profileUrl: ["http:\/\/identi.ca\/glennjones"]
}
Identity structure
Below is an outline of the the identity object/property structure:
- identity
- name
- domain
- username
- iconUrl
- spriteClass
- profileUrl
Key:
Single Occurrence Required
One or More, Required
Single Occurrence Optional
Zero or More Occurrences
[Common List of Values]
