{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "kind": "propertyType",
  "$id": "https://blockprotocol.org/@blockprotocol/types/property-type/file-hash/v/1",
  "title": "File Hash",
  "description": "A unique signature derived from a file's contents",
  "oneOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/text/v/1"
    }
  ]
}