{
    "$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"
    ]
}