{
  "$id": "https://hash.ai/@hash/types/entity-type/studied-at/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/entity-type/link/v/1"
    }
  ],
  "description": "An educational institution or establishment that this entity studied at",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@hash/types/property-type/ended-at/": {
      "$ref": "https://hash.ai/@hash/types/property-type/ended-at/v/1"
    },
    "https://hash.ai/@hash/types/property-type/formally-graduated/": {
      "$ref": "https://hash.ai/@hash/types/property-type/formally-graduated/v/1"
    },
    "https://hash.ai/@hash/types/property-type/qualification-type/": {
      "$ref": "https://hash.ai/@hash/types/property-type/qualification-type/v/1"
    },
    "https://hash.ai/@hash/types/property-type/started-at/": {
      "$ref": "https://hash.ai/@hash/types/property-type/started-at/v/1"
    },
    "https://hash.ai/@hash/types/property-type/subject/": {
      "items": {
        "$ref": "https://hash.ai/@hash/types/property-type/subject/v/1"
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "title": "Studied At",
  "type": "object"
}