{
  "$id": "https://hash.ai/@h/types/entity-type/browser-plugin-settings/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "Settings for the HASH browser plugin",
  "icon": "/icons/types/gear.svg",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/automatic-inference-configuration/": {
      "$ref": "https://hash.ai/@h/types/property-type/automatic-inference-configuration/v/1"
    },
    "https://hash.ai/@h/types/property-type/browser-plugin-tab/": {
      "$ref": "https://hash.ai/@h/types/property-type/browser-plugin-tab/v/1"
    },
    "https://hash.ai/@h/types/property-type/draft-note/": {
      "$ref": "https://hash.ai/@h/types/property-type/draft-note/v/1"
    },
    "https://hash.ai/@h/types/property-type/manual-inference-configuration/": {
      "$ref": "https://hash.ai/@h/types/property-type/manual-inference-configuration/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/browser-plugin-tab/",
    "https://hash.ai/@h/types/property-type/manual-inference-configuration/",
    "https://hash.ai/@h/types/property-type/automatic-inference-configuration/"
  ],
  "title": "Browser Plugin Settings",
  "type": "object"
}