|
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "/plugin/hotjar.json",
|
|
"description": "Hotjar user feedback plugin\nhttps://www.hotjar.com/",
|
|
"type": "object",
|
|
"properties": {
|
|
"site_id": {
|
|
"type": [
|
|
"string",
|
|
"number"
|
|
],
|
|
"description": "Hotjar site id"
|
|
}
|
|
}
|
|
} |