File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ example:
98
98
if ` properties ` is included and ` properties.datetime ` is excluded, then
99
99
` datetime ` should not be in ` properties ` , but every other nested field should be.
100
100
6 . If the same field is present in both ` include ` and ` exclude ` , it should be included.
101
+ 7 . If the a field is not present in ` include ` , but it is in ` exclude ` , it should be excluded.
101
102
102
103
### ` null ` vs. empty vs. missing
103
104
@@ -115,6 +116,7 @@ default set (i.e. the required fields for a valid STAC Item) should be returned.
115
116
| missing | [ "a", "b"] | ALL except for [ "a", "b"] |
116
117
| ` null ` or empty | [ "a", "b"] | DEFAULT except for [ "a", "b"] |
117
118
| [ "a", "b"] | [ "a"] | [ "a", "b"] |
119
+ | [ "a"] | [ "a", "b"] | [ "a"] |
118
120
| [ "a.b"] | [ "a"] | ` a.b ` should be the only field in ` a ` |
119
121
| [ "a"] | [ "a.b"] | ` a ` should be included, but it should not include ` a.b ` |
120
122
You can’t perform that action at this time.
0 commit comments