{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@prachi123/types/entity-type/prachi/v/2",
  "kind": "entityType",
  "title": "prachi",
  "type": "object",
  "allOf": [],
  "description": "",
  "examples": [],
  "links": {
    "https://blockprotocol.org/@hash/types/entity-type/generated/v/1": {
      "type": "array",
      "minItems": 0,
      "ordered": false,
      "items": {}
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "type": "array",
      "minItems": 0,
      "items": {
        "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
      },
      "maxItems": 1
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/"
  ]
}