Ident Engine

A JavaScript library that retrieves and aggregates profiles from across the web

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:

Key:
Single Occurrence Required
One or More, Required
Single Occurrence Optional
Zero or More Occurrences
[Common List of Values]