Skip to content

Commit 5275190

Browse files
committed
update
1 parent 21734e7 commit 5275190

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

examples/collection.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@
3232
"merkle:root": "abc123def4567890abcdef1234567890abcdef1234567890abcdef1234567890",
3333
"merkle:hash_method": {
3434
"function": "sha256",
35-
"fields": ["*"],
35+
"fields": [
36+
"*"
37+
],
3638
"ordering": "ascending",
3739
"description": "Computed by including merkle:object_hash values in ascending order and building the Merkle tree."
38-
}
40+
},
3941
"assets": {
4042
"example": {
4143
"href": "https://example.com/examples/file.xyz",
@@ -58,4 +60,4 @@
5860
"rel": "item"
5961
}
6062
]
61-
}
63+
}

examples/item.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@
66
"type": "Feature",
77
"id": "item-123",
88
"bbox": [
9-
172.9,
10-
1.3,
11-
173,
9+
172.9,
10+
1.3,
11+
173,
1212
1.4
1313
],
1414
"geometry": {
1515
"type": "Polygon",
1616
"coordinates": [
1717
[
1818
[
19-
172.9,
19+
172.9,
2020
1.3
2121
],
2222
[
23-
173,
23+
173,
2424
1.3
2525
],
2626
[
27-
173,
27+
173,
2828
1.4
2929
],
3030
[
3131
172.9,
3232
1.4
3333
],
3434
[
35-
172.9,
35+
172.9,
3636
1.3
3737
]
3838
]
@@ -54,4 +54,4 @@
5454
"template:new_field": "test"
5555
}
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)