Skip to content

Commit

Permalink
Potential change to JSON format
Browse files Browse the repository at this point in the history
Just stick to a list of hashes without any data about algorithm
  • Loading branch information
mpeters committed Nov 18, 2020
1 parent 882a4e5 commit c174552
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions 16_remote_allowlist_retrieval.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,8 @@ Propsed JSON spec:
},
"release": "", // Release Identifier. Specifics here may be different for different compound components
"hashes": { // List of hashes to validate (required)
"/filesystem/path": [
{"sha256": "HASH"}, // An object so other hashes could go side by side if needed
{"sha128": "HASH"}
]
"/filesystem/path": [ "HASH1", "HASH2" ],
"/filesystem/path2": [ "HASH3", "HASH4" ],
}
}
```
Expand Down

0 comments on commit c174552

Please sign in to comment.