Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

An entity representing a hash tag.

Version 0.1

Name

Type

Cardinality

Description

 tag

org.symphonyoss.taxonomy.hashtag [A]

 

1The hashtag
presentationMLPresentationML1Default rendering.

 

Example

PresentationML
<presentationML>
<div class="entity" data-entity-id="keyword">
<b>Important</b> information
</div>
</presentationML>


EntityJSON
"keyword":
{
    "type":     ”org.symphonyoss.taxonomy”,
    "version":  "1.0",
    "id":
    [
        {
            "type":     ”org.symphonyoss.taxonomy.hashtag”,
            "value":    ”important”
        }
    ]
}
  • No labels