Skip to content

Commit 9c8305f

Browse files
committed
Remove spurious definition of 'keys' field
This was inconsistent; because we usually define the PLACEHOLDER, not the dictionary key. The description was incorrect; describing a list, when in fact we are expecting an OBJECT/dict of KEYID: KEY. Finally; the KEYID and KEY placeholders are already defined elsewhere in the document. Signed-off-by: Joshua Lock <[email protected]>
1 parent 3f5f5c0 commit 9c8305f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tuf-spec.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,12 +1000,8 @@ as is described for the <a>root.json</a> file.
10001000
}
10011001
</pre>
10021002

1003-
: "keys"
1004-
::
1005-
A list of <a for="role">KEYID</a>s identifying the public keys to verify
1006-
signatures of delegated targets roles.
1007-
Revocation and replacement of delegated targets roles keys is done by
1008-
changing the keys in this field in the delegating role's metadata.
1003+
<a for="root">KEYID</a> and <a>KEY</a> are the same as is described for the
1004+
<a>root.json</a> file.
10091005

10101006
: <dfn>ROLENAME</dfn>
10111007
::

0 commit comments

Comments
 (0)