{
  "$id": "https://hash.ai/@h/types/entity-type/prospective-user/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "Information about a prospective user of an application or system",
  "icon": "/icons/types/user-plus.svg",
  "kind": "entityType",
  "labelProperty": "https://hash.ai/@h/types/property-type/email/",
  "properties": {
    "https://hash.ai/@h/types/property-type/current-approach/": {
      "$ref": "https://hash.ai/@h/types/property-type/current-approach/v/1"
    },
    "https://hash.ai/@h/types/property-type/email/": {
      "$ref": "https://hash.ai/@h/types/property-type/email/v/1"
    },
    "https://hash.ai/@h/types/property-type/intended-use/": {
      "$ref": "https://hash.ai/@h/types/property-type/intended-use/v/1"
    },
    "https://hash.ai/@h/types/property-type/role/": {
      "$ref": "https://hash.ai/@h/types/property-type/role/v/1"
    },
    "https://hash.ai/@h/types/property-type/website-url/": {
      "$ref": "https://hash.ai/@h/types/property-type/website-url/v/1"
    },
    "https://hash.ai/@h/types/property-type/willing-to-pay/": {
      "$ref": "https://hash.ai/@h/types/property-type/willing-to-pay/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/role/",
    "https://hash.ai/@h/types/property-type/intended-use/",
    "https://hash.ai/@h/types/property-type/email/",
    "https://hash.ai/@h/types/property-type/current-approach/",
    "https://hash.ai/@h/types/property-type/willing-to-pay/",
    "https://hash.ai/@h/types/property-type/website-url/"
  ],
  "title": "Prospective User",
  "type": "object"
}