Skip to content

Commit 7de39a6

Browse files
authored
Update README.md
1 parent 5015cd6 commit 7de39a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This describes the REST request encoding, which provides a URL template with var
115115
| uriTemplate | string | Can override the URL template from the capabilities document with a custom version that can be customized with the `variables` provided. |
116116
| variables | Map\<string, \*> | This object contains one key per substitution variable in the `urlTemplate`. |
117117

118-
**variables**: Each key defines the schema of one substitution variable using a JSON Schema fragment.
118+
**variables**: This object may provide a JSON Schema definition for any variable defined in the `uriTemplate`, allowing to provide the default value for the specific STAC resource or the specification of ranges or other constraints.
119119

120120
Providing a reasonable default value for all variables is strongly recommended as they
121121
are likely to be used for a default visualization.

0 commit comments

Comments
 (0)