{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@blockprotocol/types/entity-type/remote-file/v/2",
  "kind": "entityType",
  "title": "Remote File",
  "type": "object",
  "allOf": [],
  "description": "Information about a file hosted at a remote URL.",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/description/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/description/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/file-url/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/file-url/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/mime-type/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/mime-type/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/file-name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/file-name/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/file-url/",
    "https://blockprotocol.org/@blockprotocol/types/property-type/mime-type/",
    "https://blockprotocol.org/@blockprotocol/types/property-type/file-name/"
  ]
}