You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SPEC/scorepack.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Each *ScorePack* is a DAG-CBOR encoded object with the following fields:
18
18
|`_sig` (Required) | object \| null | see [User Signatures](#user-signatures)|
19
19
|`_prev`|[CID](https://github.com/multiformats/cid) or its string representation | points to the previous revision of the *ScorePack* (*ScorePack*s are **immutable**; it helps us track its revision history) |
20
20
|`score` (Required) |[CID](https://github.com/multiformats/cid)| points to the mscz score file |
21
+
|`thumbnail`|[CID](https://github.com/multiformats/cid)| points to the thumbnail image of the first page |
0 commit comments