{ "$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": "object", "description": "Google Analytics tracking ID" } }, "required": [ "tracking_id" ] }