Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Aug 23, 2024
1 parent 73a530f commit 78004cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Such directly embedded tile matrix set objects must conform to the

The keys of the `tiles:tile_matrix_set_links` mapping can be used as a substitution of
the `{TileMatrixSet}` template parameters for the `href` field of
the [Asset Object](https://github.com/radiantearth/stac-spec/tree/v1.0.0-rc.1/item-spec/item-spec.md#asset-object) used as `asset_template`.
the [Asset Object](https://github.com/radiantearth/stac-spec/tree/v1.0.0/item-spec/item-spec.md#asset-object) used as `asset_template`.

### Tile Matrix Set Link Object

Expand Down Expand Up @@ -146,7 +146,7 @@ requests.

| Field Name | Type | Description |
| --------------- | ---------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| asset_templates | Map<string, [Asset Object](https://github.com/radiantearth/stac-spec/tree/v1.0.0-rc.1/item-spec/item-spec.md#asset-object)> | **REQUIRED.** An map key to Asset objects that use template parameters for later substitution |
| asset_templates | Map<string, [Asset Object](https://github.com/radiantearth/stac-spec/tree/v1.0.0/item-spec/item-spec.md#asset-object)> | **REQUIRED.** An map key to Asset objects that use template parameters for later substitution |

**asset_templates**: The `href` field can make use of template parameters that can be
replaced with values to generate references to actual files. The available template
Expand Down
2 changes: 1 addition & 1 deletion examples/example-tiled-assets-dimension.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "1.0.0-rc.1",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/tiled-assets/v1.0.0/schema.json",
"https://stac-extensions.github.io/eo/v1.0.0/schema.json"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-tiled-assets-tiled.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "1.0.0-rc.1",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/tiled-assets/v1.0.0/schema.json",
"https://stac-extensions.github.io/eo/v1.0.0/schema.json"
Expand Down
8 changes: 4 additions & 4 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"allOf": [
{
"$ref": "https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/item.json"
"$ref": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json"
},
{
"$ref": "#/definitions/stac_extensions"
Expand All @@ -20,7 +20,7 @@
{
"allOf": [
{
"$ref": "https://schemas.stacspec.org/v1.0.0-rc.1/catalog-spec/json-schema/catalog.json"
"$ref": "https://schemas.stacspec.org/v1.0.0/catalog-spec/json-schema/catalog.json"
},
{
"$ref": "#/definitions/stac_extensions"
Expand All @@ -33,7 +33,7 @@
{
"allOf": [
{
"$ref": "https://schemas.stacspec.org/v1.0.0-rc.1/collection-spec/json-schema/collection.json"
"$ref": "https://schemas.stacspec.org/v1.0.0/collection-spec/json-schema/collection.json"
},
{
"$ref": "#/definitions/stac_extensions"
Expand Down Expand Up @@ -102,7 +102,7 @@
"description": "Links to assets templates. These are regular assets that may have template arguments in their href property.",
"type": "object",
"additionalProperties": {
"$ref": "https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/item.json#/definitions/asset"
"$ref": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json#/definitions/asset"
}
}
}
Expand Down

0 comments on commit 78004cd

Please sign in to comment.