{
  "properties": {
    "Configuration": {
      "properties": {
        "disableRemoteCapture": {
          "description": "If set to true this will prevent remote viewing of the Chromebook. This will not prevent screenshots from being taken for safeguarding purposes.",
          "title": "Disable Remote Capture",
          "type": "boolean"
        },
        "enableGroupDiscovery": {
          "description": "If set to true Senso will attempt to discover the OU & group membership from Google Directory for the user/device.",
          "title": "Enable Directory Group Discovery",
          "type": "boolean"
        },
        "licenseKey": {
          "description": "Senso license key used to connect the client.",
          "title": "License Key",
          "type": "string"
        },
        "siteId": {
          "description": "Site ID to auto-join clients to Senso.",
          "title": "Site ID",
          "type": "string"
        },
        "useAssetId": {
          "description": "If set to true Senso will attempt to identify the Chromebook by it's asset ID, if set, rather than serial number.",
          "title": "Identify device by Asset ID",
          "type": "boolean"
        },
        "userBasedLicensing": {
          "description": "If set to true Senso will license the Chromebook by user rather than per device.",
          "title": "User Based Licensing",
          "type": "boolean"
        }
      },
      "title": "Configuration Options",
      "type": "object"
    }
  },
  "type": "object"
}