Skip to content

Commit eb1aaa2

Browse files
authored
Update README.md
1 parent b2adae9 commit eb1aaa2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ The `merkle:hash_method` object provides details about the hash computation meth
7373
| Field Name | Type | Description |
7474
| ------------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7575
| `function` | string | **REQUIRED**. The cryptographic hash function used (e.g., `sha256`, `sha3-256`). |
76-
| `fields` | \[string\] | **REQUIRED** (for all objects). An array of fields included in the hash computation. Use `"*"` or `"all"` to indicate
77-
that all fields are included. For nested fields, dot notation should be used (e.g., `properties.datetime`, `assets.image`).
78-
|
76+
| `fields` | \[string\] | **REQUIRED** (for all objects). An array of fields included in the hash computation. Use `"*"` or `"all"` to indicate that all fields are included. For nested fields, dot notation should be used (e.g., `properties.datetime`, `assets.image`). |
7977
| `ordering` | string | **REQUIRED** (for Collections and Catalogs). Describes how the hashes are ordered when building the Merkle tree (e.g., "ascending by hash value"). |
8078
| `description` | string | Optional. Additional details or notes about the hash computation method, such as serialization format or any special considerations. |
8179

0 commit comments

Comments
 (0)