Documentation - Tag Structure
The Identi Engine tag structure is based on the microformat rel=tag. There are a number of additional non rel=tag properties that hold meta information about origin and content type.
Example tag
Below is an example of an object/property structure for an individual event stored in the ident.tags collection.
{
tag: "socialmedia",
link: "http:\/\/delicious.com\/glennjonesnet\/socialmedia",
text: "socialmedia",
name: "Delicious",
domain: "del.icio.us",
sourceUrl: "http:\/\/del.icio.us\/glennjonesnet#user-tags"],
type: "Interest"
}
Tag (rel="tag") structure
Below is an outline of the the tag property structure. This represents the JSON output as defined in the ufJSON specification, not the microformat class structures for marking up HTML.
- tag
- link
- tag
- text
Additional non rel=tag properties
- name
- domain
- sourceUrl
- type
