Ident Engine

sharing and syncing your job seeking information across the web

Documentation - Profile Structure

The Identi Engine profile structure is based on the microformat hCard. There are a number of additional non hCard properties that hold meta information about origin and content type.

Example profile

Below is an example of an object/property structure for an individual profile stored in the ident.profiles collection or the ident.combinedProfile property.

 
{
   fn: "Glenn Jones",
   n: {
      "given-name": ["Glenn"],
      "family-name": ["Jones"]
   },
   adr: [{
      locality: "Brighton",
      country-name: "United Kingdom"
   }],
   nickname: ["glennjones"],
   note: ["Glenn Jones is the Creative Director and a founder of Madgex"],
   title: ["Creative Director"],
   url: ["http:\/\/www.glennjones.net\/"],

   name: "Identica",
   domain: "identi.ca",
   sourceUrl: ["http:\/\/identi.ca\/glennjones"]
}

Profile (hCard) structure

Below is an outline of the hCard object/property structure:

Additional non hCard properties

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