File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,12 +143,12 @@ Since the configuration JSON that gets hashed references hashes of each layer in
143143
144144 - ** diff_ids** * array* , REQUIRED
145145
146- An array of layer content hashes (` DiffIDs ` ), in order from bottom-most to top-most.
146+ An array of layer content hashes (` DiffIDs ` ), in stack order from bottom-most to top-most (i.e. from ` diff_ids[0] ` to ` diff_ids[len(diff_ids)] ` ) .
147147
148148- ** history** * array of objects* , OPTIONAL
149149
150150 Describes the history of each layer.
151- The array is ordered from bottom-most layer to top-most layer.
151+ The array is stack ordered from bottom-most layer to top-most layer.
152152 The object has the following fields:
153153
154154 - ** created** * string* , OPTIONAL
You can’t perform that action at this time.
0 commit comments