{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@rayed-gazes/types/entity-type/blockchain/v/1",
  "kind": "entityType",
  "title": "Blockchain",
  "type": "object",
  "allOf": [],
  "description": "",
  "examples": [],
  "links": {},
  "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/description/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/description/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/@rayed-gazes/types/property-type/token/": {
      "type": "array",
      "minItems": 1,
      "items": {
        "$ref": "https://blockprotocol.org/@rayed-gazes/types/property-type/token/v/2"
      },
      "maxItems": 2
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/"
  ]
}