Skip to content

Commit be8aa73

Browse files
committed
Make object format, key format, and date-time subsections
These all form part of the general principles of the pedagogical file format, so move them to be one level heading lower. Signed-off-by: Joshua Lock <[email protected]>
1 parent 665ef49 commit be8aa73

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tuf-spec.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,8 @@ http://wiki.laptop.org/go/Canonical_JSON).
518518

519519
## File formats: general principles ## {#file-formats-general-principles}
520520

521+
### Object format ### {#file-formats-object-format}
522+
521523
All signed metadata objects have the format:
522524

523525
<pre highlight="json">
@@ -545,7 +547,7 @@ All signed metadata objects have the format:
545547
::
546548
A hex-encoded signature of the canonical form of the metadata for <a for="role">ROLE</a>.
547549

548-
## File formats: keys ## {#file-formats-keys}
550+
### Key objects ### {#file-formats-keys}
549551

550552
All <dfn>KEY</dfn> objects have the format:
551553

@@ -655,7 +657,7 @@ The <dfn for="keytype">"ecdsa"</dfn> format is:
655657
::
656658
PEM format and a string.
657659

658-
## File formats: date-time ## {#file-formats-date-time}
660+
### Date-time ### {#file-formats-date-time}
659661

660662
Metadata <dfn>date-time</dfn> follows the ISO 8601 standard. The expected
661663
format of the combined date and time string is "YYYY-MM-DDTHH:MM:SSZ". Time is

0 commit comments

Comments
 (0)