{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@examples/types/entity-type/person/v/1",
  "kind": "entityType",
  "title": "Person",
  "type": "object",
  "allOf": [],
  "description": "An extremely simplified representation of a person or human being.",
  "examples": [],
  "links": {
    "https://blockprotocol.org/@examples/types/entity-type/employed-by/v/1": {
      "type": "array",
      "minItems": 0,
      "ordered": false,
      "items": {
        "oneOf": [
          {
            "$ref": "https://blockprotocol.org/@examples/types/entity-type/company/v/1"
          }
        ]
      }
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    },
    "https://blockprotocol.org/@examples/types/property-type/e-mail/": {
      "$ref": "https://blockprotocol.org/@examples/types/property-type/e-mail/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/"
  ]
}