mirror of
https://github.com/logos-storage/logos-storage-spec.git
synced 2026-01-04 06:23:11 +00:00
Create manifest.md
This commit is contained in:
parent
e58240d3e4
commit
03300f8ea5
49
manifest.md
Normal file
49
manifest.md
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
---
|
||||||
|
title: CODEX-MANIFEST
|
||||||
|
name: Codes Manifest
|
||||||
|
status: raw
|
||||||
|
category: Standards Track
|
||||||
|
tags: codex
|
||||||
|
editor:
|
||||||
|
contributors:
|
||||||
|
---
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
```json
|
||||||
|
|
||||||
|
"manifest" : {
|
||||||
|
"treeCid" : "string"
|
||||||
|
"datasetSize" : ,
|
||||||
|
"codec" : ,
|
||||||
|
"hcodec" : ,
|
||||||
|
"version" : ,
|
||||||
|
"protected" : "bool",
|
||||||
|
"ecK" : "int",
|
||||||
|
"ecM" : "int",
|
||||||
|
"originalTreeCid" : ,
|
||||||
|
"originalDatasetSize" :
|
||||||
|
"protectedStrategy" :
|
||||||
|
"verifiable" : ,
|
||||||
|
"verifyRoot" : ,
|
||||||
|
"slotRoots" : ,
|
||||||
|
"cellSize" : ,
|
||||||
|
"verifiableStrategy" : ,
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
`treeCid`
|
||||||
|
|
||||||
|
-
|
||||||
Loading…
x
Reference in New Issue
Block a user