{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "kind": "propertyType",
  "$id": "https://blockprotocol.org/@blockprotocol/types/property-type/file-size/v/1",
  "title": "File Size",
  "description": "The size of a file",
  "oneOf": [
    {
      "$ref": "https://hash.ai/@h/types/data-type/bytes/v/1"
    }
  ]
}