Skip to content

Commit 6671fb4

Browse files
committed
Remove 'where:'
These don't aid clarity with the new format and clickable PLACEHOLDERS Signed-off-by: Joshua Lock <[email protected]>
1 parent 6708a28 commit 6671fb4

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

tuf-spec.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,6 @@ All signed metadata objects have the format:
520520
}
521521
</pre>
522522

523-
where:
524-
525523
: <dfn for="role">ROLE</dfn>
526524
::
527525
a dictionary whose "_type" field describes the role type.
@@ -545,8 +543,6 @@ All keys have the format:
545543
}
546544
</pre>
547545

548-
where:
549-
550546
: <dfn>KEYTYPE</dfn>
551547
::
552548
a string denoting a public key signature system, such as <a
@@ -602,8 +598,6 @@ The <dfn for="keytype">"rsa"</dfn> format is:
602598
}
603599
</pre>
604600

605-
where:
606-
607601
: <dfn for="keyval-rsa">PUBLIC</dfn>
608602
::
609603
PEM format and a string. All RSA keys MUST be at least 2048 bits.
@@ -620,8 +614,6 @@ The <dfn for="keytype">"ed25519"</dfn> format is:
620614
}
621615
</pre>
622616

623-
where:
624-
625617
: <dfn for="keyval-ed25519">PUBLIC</dfn>
626618
::
627619
64-byte hex encoded string.
@@ -638,8 +630,6 @@ The <dfn for="keytype">"ecdsa-sha2-nistp256"</dfn> format is:
638630
}
639631
</pre>
640632

641-
where:
642-
643633
: <dfn for="keyval-ecdsa">PUBLIC</dfn>
644634
::
645635
PEM format and a string.
@@ -687,8 +677,6 @@ The "signed" portion of <a>root.json</a> is as follows:
687677
}
688678
</pre>
689679

690-
where:
691-
692680
: <dfn>SPEC_VERSION</dfn>
693681
::
694682
A string that contains the version number of the TUF
@@ -850,8 +838,6 @@ as is described for the <a>root.json</a> file.
850838
}
851839
</pre>
852840

853-
where:
854-
855841
: <dfn for="snapshot">METAPATH</dfn>
856842
::
857843
A string giving the file path of the metadata on the repository relative to
@@ -952,8 +938,6 @@ as is described for the <a>root.json</a> file.
952938
}
953939
</pre>
954940

955-
where:
956-
957941
: <a for="targets-obj">TARGETS</a>
958942
::
959943
Each key of the <a for="targets-obj">TARGETS</a> object is a <a>TARGETPATH</a>.
@@ -1015,8 +999,6 @@ where:
1015999
}
10161000
</pre>
10171001

1018-
where:
1019-
10201002
: "keys"
10211003
::
10221004
A list of <a for="role">KEYID</a>s identifying the public keys to verify
@@ -1232,8 +1214,6 @@ The "signed" portion of <a>mirrors.json</a> is as follows:
12321214
}
12331215
</pre>
12341216

1235-
where:
1236-
12371217
<a>SPEC_VERSION</a>, <a for="role">VERSION</a> and <a>EXPIRES</a> are the same
12381218
as is described for the <a>root.json</a> file.
12391219

0 commit comments

Comments
 (0)