mirror of
https://github.com/logos-storage/logos-storage-spec.git
synced 2026-01-30 11:13:18 +00:00
785 B
785 B
| title | name | status | category | tags | editor | contributors |
|---|---|---|---|---|---|---|
| CODEX-MANIFEST | Codes Manifest | raw | Standards Track | codex |
Abstract
This specification describes the parameters used in the manifest for a Codex client application.
Background
The manifest is the default configuration for a Codex client. The file contains key-value pairs that are configuirable. The structured format used is JSON.
Manifest Parameters
"manifest" : {
"treeCid" : "string"
"datasetSize" : ,
"codec" : ,
"hcodec" : ,
"version" : ,
"protected" : "bool",
"ecK" : "int",
"ecM" : "int",
"originalTreeCid" : ,
"originalDatasetSize" :
"protectedStrategy" :
"verifiable" : ,
"verifyRoot" : ,
"slotRoots" : ,
"cellSize" : ,
"verifiableStrategy" : ,
}
treeCid