Skip to content

Commit 2191d7f

Browse files
committed
feat: Add status which allows a reference to define one or multiple references.
1 parent 044878d commit 2191d7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specs/signed_docs/metadata.cue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ _allMetadataNames: or([
4747
// Format of the field.
4848
format: #metadataFormat
4949
if format == "Document Reference" {
50-
type: #DocumentName
50+
type: #DocumentName
51+
multiple?: bool | *false
5152
}
5253

5354
// Markdown description of the field.

0 commit comments

Comments
 (0)