{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@noise/types/entity-type/main/v/1",
  "kind": "entityType",
  "title": "Main",
  "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/file-url/": {
      "type": "array",
      "minItems": 0,
      "items": {
        "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/file-url/v/1"
      }
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/file-url/"
  ]
}