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 7 Next »

An entity representing a hash tag.

Version 0.1

Name

Type

Cardinality

Description

 id

org.symphonyoss.taxonomy.hashtag [A]

 

1.nThe hashtag
presentationMLPresentationML1.nDefault rendering.

 

Example

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


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