File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818- Accent- and Case-insensitive Comparison conformance classes have been split into two conformance classes,
1919 Accent-insensitive Comparison and Case-insensitive Comparison
2020- Renamed Custom Function to Functions
21+ - Remove recommendation to use fully-qualified property names as queryables.
2122
2223## [ v1.0.0-rc.3] - 2023-10-18
2324
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ returned according to OAFeat Part 3. It is recognized that this is a severe rest
284284and dynamic content, so this behavior may be modified by setting the ` additionalProperties ` attribute in the
285285queryables definition to ` true ` . As such, any syntactically-valid term for a property will be accepted, and the
286286matching semantics are such that, if an Item does not have an attribute by that name, the value is assumed to be
287- ` null ` . It is recommended to use fully-qualified property names (e.g., ` properties.eo:cloud_cover ` ).
287+ ` null ` .
288288
289289Queryables are advertised via a JSON Schema document retrieved from the ` /queryables ` endpoint. This endpoint at the root
290290retrieves queryables that apply to all collections. When used as a subresource of the collection resource
You can’t perform that action at this time.
0 commit comments