From 6b8f1cb49c976d24975993075fbebe9c3469d221 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Tue, 30 Mar 2021 18:27:31 +0200 Subject: [PATCH] Update changelog, add history, fix schema --- CHANGELOG.md | 7 +++++++ README.md | 1 + json-schema/schema.json | 3 +++ 3 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca6cae6..86b79c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [v1.0.0] - 2021-03-30 + +Initial independent release, see [previous history](https://github.com/radiantearth/stac-spec/commits/v1.0.0-rc.2/extensions/eo) + +### Fixed + - `common_name` is validated as an enum (no other values allowed) [Unreleased]: +[v1.0.0]: diff --git a/README.md b/README.md index 4c0db62..4f7f5d7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ - **Scope:** Item, Collection - **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Stable - **Owner**: @matthewhanson +- **History:** [Prior to March 30, 2021](https://github.com/radiantearth/stac-spec/commits/v1.0.0-rc.2/extensions/eo) This document explains the fields of the Electro-Optical (EO) Extension to the [SpatioTemporal Asset Catalog](https://github.com/radiantearth/stac-spec) (STAC) specification. diff --git a/json-schema/schema.json b/json-schema/schema.json index b858bc1..43db173 100644 --- a/json-schema/schema.json +++ b/json-schema/schema.json @@ -95,6 +95,9 @@ } } } + }, + { + "$ref": "#/definitions/stac_extensions" } ] }