Skip to content

Commit 204e2f6

Browse files
authored
Merge pull request #8 from mnm678/flexible-data-format
Remove strict json requirement from metadata description
2 parents eaaa89d + b160827 commit 204e2f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/metadata.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ The signed metadata files always include an expiration date. This ensures
1515
that outdated metadata will be detected and that
1616
clients can refuse to accept metadata older than that which they've already seen.
1717

18-
All TUF metadata uses a subset of the JSON object format. When calculating the
18+
Implementers of TUF may use any data format for metadata files. The examples
19+
here use a subset of the JSON object format. When calculating the
1920
digest of an object, we use the [Canonical JSON](http://wiki.laptop.org/go/Canonical_JSON) format. Implementation-level detail about the metadata can be found in the [spec](https://github.com/theupdateframework/specification/blob/master/tuf-spec.md).
2021

2122
There are four required top-level roles, each with their own metadata file.

0 commit comments

Comments
 (0)