{
  "type": "object",
  "properties": {
    "apiBase": {
      "title": "Sahi server address",
      "description": "Base URL of your Sahi server, for example https://sahi.yourcompany.com",
      "type": "string"
    },
    "apiKey": {
      "title": "Access key",
      "description": "Issued from the Sahi admin under Access keys. Applies to every user this policy reaches.",
      "type": "string"
    },
    "variety": {
      "title": "English variety",
      "type": "string",
      "enum": ["en-IN", "en-GB", "en-US"]
    },
    "disabledHosts": {
      "title": "Sites to leave alone",
      "description": "Hostnames Sahi must never check on this machine.",
      "type": "array",
      "items": { "type": "string" }
    },
    "lockSettings": {
      "title": "Prevent users changing these settings",
      "type": "boolean"
    }
  }
}
