# Context

## Path

Json 

## Content

### Request

<Tabs>
  <Tab title="Schema">
      
```json
{
  "document": "Required, object type, represents the document information of the current page",
  "navigator": "Required, object type, represents the browser-related information",
  "window": "Required, object type, represents the information related to the browser window or frame"
}
```
  </Tab>
  <Tab title="Example">
      
```json
{
  "document": document,
  "navigator": navigator,
  "window": window
}
```
  </Tab>
</Tabs>
