{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@koliyo/types/entity-type/test/v/8",
  "kind": "entityType",
  "title": "Test",
  "type": "object",
  "allOf": [],
  "description": "testing",
  "examples": [],
  "links": {
    "https://blockprotocol.org/@hash/types/entity-type/has-address/v/1": {
      "type": "array",
      "minItems": 1,
      "maxItems": 4,
      "ordered": false,
      "items": {
        "oneOf": [
          {
            "$ref": "https://blockprotocol.org/@hash/types/entity-type/address-block/v/3"
          }
        ]
      }
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/title/": {
      "type": "array",
      "minItems": 0,
      "items": {
        "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/title/v/1"
      },
      "maxItems": 1
    },
    "https://blockprotocol.org/@koliyo/types/property-type/foofoo/": {
      "$ref": "https://blockprotocol.org/@koliyo/types/property-type/foofoo/v/1"
    },
    "https://blockprotocol.org/@rayed-gazes/types/property-type/foundation/": {
      "$ref": "https://blockprotocol.org/@rayed-gazes/types/property-type/foundation/v/1"
    },
    "https://blockprotocol.org/@koliyo/types/property-type/lallal/": {
      "$ref": "https://blockprotocol.org/@koliyo/types/property-type/lallal/v/1"
    },
    "https://blockprotocol.org/@koliyo/types/property-type/test-array-property/": {
      "$ref": "https://blockprotocol.org/@koliyo/types/property-type/test-array-property/v/1"
    },
    "https://blockprotocol.org/@koliyo/types/property-type/test-simple-array-property/": {
      "$ref": "https://blockprotocol.org/@koliyo/types/property-type/test-simple-array-property/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/"
  ]
}