org.symphonyoss.country [A]
An uppercase ISO 3166-1 Alpha 2 Country code that is either Officially Assigned or Exceptionally Reserved. For more details, please see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2.
PresentationML
<div class="PresentationML" data-version="2.0">
<div class="entity" data-entity-id="12345">
<b>Sweden</b>
</div>
</div>
is a nice country.
EntityJSON
{
"12345":
{
"type": "org.symphonyoss.country",
"value": "SE"
}
}