diff --git a/dev/catalog-spec/json-schema/catalog.json b/dev/catalog-spec/json-schema/catalog.json index eeb2a7f2..ca7efc15 100644 --- a/dev/catalog-spec/json-schema/catalog.json +++ b/dev/catalog-spec/json-schema/catalog.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schemas.stacspec.org/v1.1.0-beta.1/catalog-spec/json-schema/catalog.json", + "$id": "https://schemas.stacspec.org/v1.1.0/catalog-spec/json-schema/catalog.json", "title": "STAC Catalog Specification", "description": "This object represents Catalogs in a SpatioTemporal Asset Catalog.", "allOf": [ @@ -27,7 +27,7 @@ "stac_version": { "title": "STAC version", "type": "string", - "const": "1.1.0-beta.1" + "const": "1.1.0" }, "stac_extensions": { "title": "STAC extensions", diff --git a/dev/collection-spec/json-schema/collection.json b/dev/collection-spec/json-schema/collection.json index 0a510f28..e9ef7431 100644 --- a/dev/collection-spec/json-schema/collection.json +++ b/dev/collection-spec/json-schema/collection.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schemas.stacspec.org/v1.1.0-beta.1/collection-spec/json-schema/collection.json", + "$id": "https://schemas.stacspec.org/v1.1.0/collection-spec/json-schema/collection.json", "title": "STAC Collection Specification", "description": "This object represents Collections in a SpatioTemporal Asset Catalog.", "allOf": [ @@ -30,7 +30,7 @@ "stac_version": { "title": "STAC version", "type": "string", - "const": "1.1.0-beta.1" + "const": "1.1.0" }, "stac_extensions": { "title": "STAC extensions", diff --git a/dev/item-spec/json-schema/bands.json b/dev/item-spec/json-schema/bands.json index bb059549..94ec087a 100644 --- a/dev/item-spec/json-schema/bands.json +++ b/dev/item-spec/json-schema/bands.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schemas.stacspec.org/v1.1.0-beta.1/item-spec/json-schema/bands.json", + "$id": "https://schemas.stacspec.org/v1.1.0/item-spec/json-schema/bands.json", "title": "Bands Field", "type": "object", "properties": { diff --git a/dev/item-spec/json-schema/basics.json b/dev/item-spec/json-schema/basics.json index 6b2bb65d..cc2f49a6 100644 --- a/dev/item-spec/json-schema/basics.json +++ b/dev/item-spec/json-schema/basics.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schemas.stacspec.org/v1.1.0-beta.1/item-spec/json-schema/basics.json", + "$id": "https://schemas.stacspec.org/v1.1.0/item-spec/json-schema/basics.json", "title": "Basic Descriptive Fields", "type": "object", "properties": { diff --git a/dev/item-spec/json-schema/common.json b/dev/item-spec/json-schema/common.json index 87f927ee..2b947b03 100644 --- a/dev/item-spec/json-schema/common.json +++ b/dev/item-spec/json-schema/common.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schemas.stacspec.org/v1.1.0-beta.1/item-spec/json-schema/commonjson", + "$id": "https://schemas.stacspec.org/v1.1.0/item-spec/json-schema/commonjson", "title": "STAC Common Metadata", "type": "object", "description": "This schema includes all common metadata fields.", diff --git a/dev/item-spec/json-schema/data-values.json b/dev/item-spec/json-schema/data-values.json index e00ef606..55fea87c 100644 --- a/dev/item-spec/json-schema/data-values.json +++ b/dev/item-spec/json-schema/data-values.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schemas.stacspec.org/v1.1.0-beta.1/item-spec/json-schema/data-values.json#", + "$id": "https://schemas.stacspec.org/v1.1.0/item-spec/json-schema/data-values.json#", "title": "Fields related to data values", "type": "object", "properties": { diff --git a/dev/item-spec/json-schema/datetime.json b/dev/item-spec/json-schema/datetime.json index 1ffca83a..b4bc9261 100644 --- a/dev/item-spec/json-schema/datetime.json +++ b/dev/item-spec/json-schema/datetime.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schemas.stacspec.org/v1.1.0-beta.1/item-spec/json-schema/datetime.json", + "$id": "https://schemas.stacspec.org/v1.1.0/item-spec/json-schema/datetime.json", "title": "Date and Time Fields", "type": "object", "dependencies": { diff --git a/dev/item-spec/json-schema/instrument.json b/dev/item-spec/json-schema/instrument.json index 71902b9b..ab974271 100644 --- a/dev/item-spec/json-schema/instrument.json +++ b/dev/item-spec/json-schema/instrument.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schemas.stacspec.org/v1.1.0-beta.1/item-spec/json-schema/instrument.json", + "$id": "https://schemas.stacspec.org/v1.1.0/item-spec/json-schema/instrument.json", "title": "Instrument Fields", "type": "object", "properties": { diff --git a/dev/item-spec/json-schema/item.json b/dev/item-spec/json-schema/item.json index ca0b755b..1c8c945b 100644 --- a/dev/item-spec/json-schema/item.json +++ b/dev/item-spec/json-schema/item.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schemas.stacspec.org/v1.1.0-beta.1/item-spec/json-schema/item.json", + "$id": "https://schemas.stacspec.org/v1.1.0/item-spec/json-schema/item.json", "title": "STAC Item", "type": "object", "description": "This object represents the metadata for an item in a SpatioTemporal Asset Catalog.", @@ -74,7 +74,7 @@ "stac_version": { "title": "STAC version", "type": "string", - "const": "1.1.0-beta.1" + "const": "1.1.0" }, "stac_extensions": { "title": "STAC extensions", diff --git a/dev/item-spec/json-schema/licensing.json b/dev/item-spec/json-schema/licensing.json index cd047e72..8f650712 100644 --- a/dev/item-spec/json-schema/licensing.json +++ b/dev/item-spec/json-schema/licensing.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schemas.stacspec.org/v1.1.0-beta.1/item-spec/json-schema/licensing.json", + "$id": "https://schemas.stacspec.org/v1.1.0/item-spec/json-schema/licensing.json", "title": "Licensing Fields", "type": "object", "properties": { diff --git a/dev/item-spec/json-schema/provider.json b/dev/item-spec/json-schema/provider.json index 8ff440f4..92a98040 100644 --- a/dev/item-spec/json-schema/provider.json +++ b/dev/item-spec/json-schema/provider.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schemas.stacspec.org/v1.1.0-beta.1/item-spec/json-schema/provider.json", + "$id": "https://schemas.stacspec.org/v1.1.0/item-spec/json-schema/provider.json", "title": "Provider Fields", "type": "object", "properties": {