diff --git a/CHANGELOG.md b/CHANGELOG.md index 3948311..fae0e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Removed + +- `osc:name` + ## [1.0.0-rc.4] ### Added diff --git a/README.md b/README.md index 37cc2e7..cccf346 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ As such the extension does not validate Collection summaries. | Field Name | Type | Description | | ------------- | --------- | ----------- | | osc:type | string | **REQUIRED.** The underlying type of this resource. Either `"project"` or `"product"`. This field then defines what other fields are allowed and required. | -| osc:name | string | The descriptive name. Can be distinct from `title` or `id`, but is available for historic reasons. | | osc:status | string | **REQUIRED.** This field details whether the project or product is `planned`, `ongoing`, or has been `completed`. | | osc:project | string | **REQUIRED (for products).** The name of the project the product is associated with. | | osc:region | string | The name of the geographic region the project or product is dealing with if any, e.g `"Arctic"` or `"Agulhas"`. | @@ -76,7 +75,6 @@ As such the extension does not validate Collection summaries. Fields that apply when the `osc:type` is set to `product`: -- osc:name - osc:status - **REQUIRED** - osc:project - **REQUIRED** - osc:region @@ -86,7 +84,6 @@ Fields that apply when the `osc:type` is set to `product`: Fields that apply when the `osc:type` is set to `project`: -- osc:name - osc:status - **REQUIRED** - osc:region - [themes](#themes) diff --git a/examples/project/collection.json b/examples/project/collection.json index ea98715..72ef831 100644 --- a/examples/project/collection.json +++ b/examples/project/collection.json @@ -55,7 +55,6 @@ "https://stac-extensions.github.io/themes/v1.0.0/schema.json", "https://stac-extensions.github.io/contacts/v0.1.1/schema.json" ], - "osc:name": "3D-Earth", "osc:status": "completed", "themes": [ { diff --git a/json-schema/schema.json b/json-schema/schema.json index 64baf03..65346f4 100644 --- a/json-schema/schema.json +++ b/json-schema/schema.json @@ -75,9 +75,6 @@ "type": "string", "const": "project" }, - "osc:name": { - "$ref": "#/definitions/name" - }, "osc:status": { "$ref": "#/definitions/status" }, @@ -102,9 +99,6 @@ "type": "string", "const": "product" }, - "osc:name": { - "$ref": "#/definitions/name" - }, "osc:status": { "$ref": "#/definitions/status" }, @@ -126,10 +120,6 @@ }, "additionalProperties": false }, - "name": { - "type": "string", - "minLength": 1 - }, "status": { "type": "string", "enum": [