Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ Since the configuration JSON that gets hashed references hashes of each layer in

- **diff_ids** *array*, REQUIRED

An array of layer content hashes (`DiffIDs`), in order from bottom-most to top-most.
An array of layer content hashes (`DiffIDs`), in order from bottom-most to top-most and bottom-most at index 0.

- **history** *array of objects*, OPTIONAL

Describes the history of each layer.
The array is ordered from bottom-most layer to top-most layer.
The array is ordered from bottom-most layer to top-most layer and bottom-most at index 0.
The object has the following fields:

- **created** *string*, OPTIONAL
Expand Down