Terms model#
Contains information on Terms as either text that contains the document or an URL to a website that
displays it.Example#
{
"terms": {
"text": {
"en": "<h3><strong>Terms</strong></h3><h4><strong>Introduction</strong></p>",
"no": "<h3>Personvernerklæring</h3>\n<span><b>Innledning</b></span>"
},
"url": null
}
}
Definition#
Key | Type | Description |
---|
text | LocalizedContent | Text (potentially HTML) containing terms text |
url | string (URL) | Link to terms URL |
The attributes: text
and url
are mutually exclusive. Only one can be present at one time.Modified at 2024-05-06 15:15:27