...
Code Block | ||||
---|---|---|---|---|
| ||||
<MessageML><messageML> Hey Bob, take a look at what <div class="entity" data-entity-id="apple"> <b>Apple</b> </div> is doing. </messageML> |
EntityJSON
Code Block | ||||
---|---|---|---|---|
| ||||
{ "apple": { "type": "org.symphonyoss.fin.security", "version": "0.1", "id": [ { "type": "org.symphonyoss.fin.security.id.isin", "value": "US0378331005" }, { "type": "org.symphonyoss.fin.security.id.cusip", "value": "037833100" }, { "type": "org.symphonyoss.fin.security.id.openfigi", "value": "BBG000B9XRY4" } ] } } |
...