{
  "$id": "https://hash.ai/@hash/types/entity-type/facebook-user-profile/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/facebook-account/v/1"
    }
  ],
  "description": "A Facebook User Profile is a Facebook Account that purports to belong to a real Person",
  "kind": "entityType",
  "properties": {},
  "title": "Facebook User Profile",
  "type": "object"
}