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

16 lines
438 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/plugin/google_analytics.json",
"description": "Google Analytics plugin settings\nhttps://analytics.google.com",
"type": "object",
"properties": {
"tracking_id": {
"type": "string",
"description": "Google Analytics tracking ID",
"nullable": true
}
},
"required": [
"tracking_id"
]
}