{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@ravevap758/types/entity-type/test/v/1",
  "kind": "entityType",
  "title": "test",
  "type": "object",
  "allOf": [],
  "description": "",
  "examples": [],
  "links": {
    "https://blockprotocol.org/@examples/types/entity-type/founded-by/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/"
  ]
}