|
9 | 9 | - [Explicitly get a valid STAC Item](#explicitly-get-a-valid-stac-item) |
10 | 10 | - [Exclude geometry](#exclude-geometry) |
11 | 11 | - [Minimal subset](#minimal-subset) |
12 | | - - [Exclude a nested fiels](#exclude-a-nested-fiels) |
| 12 | + - [Exclude a nested field](#exclude-a-nested-field) |
13 | 13 |
|
14 | 14 | ## Overview |
15 | 15 |
|
@@ -100,13 +100,13 @@ name, e.g., `properties.datetime` or `datetime`. |
100 | 100 | example: |
101 | 101 | 1. If a field is in `exclude`, and a nested field of that field is in |
102 | 102 | `include`, the nested field should be included, but no other nested |
103 | | - fields in the field should be included. For example, if `properties` is |
104 | | - excluded and `properties.datetime` is included, then `datetime` |
105 | | - should be the only nested field in `properties`. |
| 103 | + fields in the field should be included. For example, if `properties` is |
| 104 | + excluded and `properties.datetime` is included, then `datetime` |
| 105 | + should be the only nested field in `properties`. |
106 | 106 | 2. If a field is in `include`, and a nested field of that field is in `exclude`, the field |
107 | 107 | should be included, and the nested field should be excluded. For example, |
108 | | - if `properties` is included and `properties.datetime` is excluded, then |
109 | | - `datetime` should not be in `properties`, but every other nested field should be. |
| 108 | + if `properties` is included and `properties.datetime` is excluded, then |
| 109 | + `datetime` should not be in `properties`, but every other nested field should be. |
110 | 110 | 6. If the same field is present in both `include` and `exclude`, it should be included. |
111 | 111 | 7. If a field is not present in `include`, but it is present in `exclude`, it should be excluded. |
112 | 112 |
|
|
294 | 294 | } |
295 | 295 | ``` |
296 | 296 |
|
297 | | -### Exclude a nested fiels |
| 297 | +### Exclude a nested field |
298 | 298 |
|
299 | 299 | To include `id` and all the properties fields, except for the `foo` field. |
300 | 300 |
|
|
0 commit comments