{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "/plugin/statcounter.json",
  "description": "Statcounter statistics\nhttps://statcounter.com/",
  "type": "object",
  "properties": {
    "project": {
      "type": ["string", "number"],
      "description": "Statcounter project id",
      "nullable": true
    },
    "security": {
      "type": ["string", "number"],
      "description": "Statcounter project security code",
      "nullable": true
    }
  },
  "required": ["project", "security"]
}
