We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2b3f1 commit e758a9eCopy full SHA for e758a9e
1 file changed
config.md
@@ -141,12 +141,12 @@ Since the configuration JSON that gets hashed references hashes of each layer in
141
142
- **diff_ids** *array*, REQUIRED
143
144
- 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.
145
146
- **history** *array of objects*, OPTIONAL
147
148
Describes the history of each layer.
149
- 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.
150
The object has the following fields:
151
152
- **created** *string*, OPTIONAL
0 commit comments