# Introduction

## Terms model

Contains information on Terms as either text that contains the document or an URL to a website that
displays it.


### Example

```json
{
  "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](doc-341959#localizedcontent-json-model) | 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.