An entity representing a hash tag.
Version 0.1
Name | Type | Cardinality | Description |
tag | org.symphonyoss.taxonomy.hashtag [A]
| 1 | The hashtag |
presentationML | PresentationML | 1 | Default rendering. |
Example
PresentationML
<presentationML> <div class="entity" data-entity-id="keyword"> <b>Important</b> information </div> </presentationML>
"keyword": { "type": ”org.symphonyoss.taxonomy”, "version": "1.0", "id": [ { "type": ”org.symphonyoss.taxonomy.hashtag”, "value": ”important” } ] }