Skip to content

Commit 9757dcb

Browse files
authored
Merge pull request #1493 from cloudflare/jphillips/clarify-script-version-docs
2 parents 0e257c8 + ac49437 commit 9757dcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/workerd/io/script-version.capnp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ struct ScriptVersion {
1414
lower @1 :UInt64;
1515
# Least significant bits of the UUID.
1616
}
17-
# A UUID identifying this version.
17+
# An optional UUID identifying this version. A null UUID value (where both upper and lower values
18+
# are 0) can be used to indicate the absence of an ID.
1819
tag @2 :Text;
1920
# An optional tag to associate with this version.
2021
message @3 :Text;

0 commit comments

Comments
 (0)