org.symphony.taxonomy [E]
An entity representing a hash tag.
Version 0.1
Name | Type | Cardinality | Description |
id | 1.n | The hashtag |
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”
}
]
}