org.symphony.taxonomy [E]

An entity representing a hash tag.

Version 0.1

Name

Type

Cardinality

Description

 id

org.symphonyoss.taxonomy.hashtag [A]

1.nThe 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”
        }
    ]
}

Need help? Email help@finos.org we'll get back to you.

Content on this page is licensed under the CC BY 4.0 license.
Code on this page is licensed under the Apache 2.0 license.