hexo-theme-amane/include/schema/plugin/hotjar.json

19 lines
454 B
JSON
Raw Normal View History

2019-12-24 23:05:37 +00:00
{
"$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",
"nullable": true
2019-12-24 23:05:37 +00:00
}
},
"required": [
"site_id"
]
2019-12-24 23:05:37 +00:00
}