Skip to content

Commit

Permalink
Update stac_update/modify
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 11, 2023
1 parent 83c642d commit a208cc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `export_collection`
- `export_workspace`
- `stac_update`
- `stac_modify`

### Changed

Expand Down
14 changes: 7 additions & 7 deletions proposals/stac_update.json → proposals/stac_modify.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "stac_update",
"summary": "Export data to an openEO collection",
"description": "Exports the given processing results made available through a STAC resource (e.g., a STAC Collection or Item) to the given openEO collection. The STAC resource itself is exported with all STAC resources and assets underneath.",
"id": "stac_modify",
"summary": "Updates an existing STAC resource",
"description": "Modifies the given STAC resource (e.g., a STAC Collection or Item) based on the given changeset.",
"categories": [
"stac"
],
Expand All @@ -16,15 +16,15 @@
}
},
{
"name": "merge",
"description": "A potentially incomplete STAC resource that should be merged with the existing STAC resource. It follows the [RFC 7386: JSON Merge Path](https://tools.ietf.org/html/rfc7386) specification.",
"name": "changes",
"description": "A potentially incomplete STAC resource that should be merged with the existing STAC resource. It follows the [RFC 7386: JSON Merge Patch](https://www.rfc-editor.org/rfc/rfc7386.html) specification.",
"schema": {
"type": "object"
}
}
],
"returns": {
"description": "Returns the updated STAC resource.",
"description": "Returns the modified STAC resource.",
"schema": {
"type": "object",
"subtype": "stac"
Expand All @@ -33,7 +33,7 @@
"links": [
{
"href": "https://www.rfc-editor.org/rfc/rfc7386.html",
"title": "RFC 7386: JSON Merge Path",
"title": "RFC 7386: JSON Merge Patch",
"type": "text/html",
"rel": "about"
}
Expand Down

0 comments on commit a208cc1

Please sign in to comment.