diff --git a/dev/catalog-spec/json-schema/catalog.json b/dev/catalog-spec/json-schema/catalog.json index 65bbebd1..4e7b981f 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.0.0/catalog-spec/json-schema/catalog.json#", + "$id": "https://schemas.stacspec.org/v1.0.0/catalog-spec/json-schema/catalog.json", "title": "STAC Catalog Specification", "description": "This object represents Catalogs in a SpatioTemporal Asset Catalog.", "allOf": [ @@ -8,7 +8,7 @@ "$ref": "#/definitions/catalog" }, { - "$ref": "../../item-spec/json-schema/common.json#" + "$ref": "../../item-spec/json-schema/common.json" } ], "definitions": { diff --git a/dev/collection-spec/json-schema/collection.json b/dev/collection-spec/json-schema/collection.json index 952d96fe..3e9da458 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.0.0/collection-spec/json-schema/collection.json#", + "$id": "https://schemas.stacspec.org/v1.0.0/collection-spec/json-schema/collection.json", "title": "STAC Collection Specification", "description": "This object represents Collections in a SpatioTemporal Asset Catalog.", "allOf": [ @@ -8,7 +8,7 @@ "$ref": "#/definitions/collection" }, { - "$ref": "../../item-spec/json-schema/common.json#" + "$ref": "../../item-spec/json-schema/common.json" } ], "definitions": { diff --git a/dev/item-spec/json-schema/basics.json b/dev/item-spec/json-schema/basics.json index 7d3d3f11..f58b3860 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.0.0/item-spec/json-schema/basics.json#", + "$id": "https://schemas.stacspec.org/v1.0.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 27e6d27d..12fa35f6 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.0.0/item-spec/json-schema/commonjson#", + "$id": "https://schemas.stacspec.org/v1.0.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/datetime.json b/dev/item-spec/json-schema/datetime.json index 91868c96..75512e94 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.0.0/item-spec/json-schema/datetime.json#", + "$id": "https://schemas.stacspec.org/v1.0.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 688c4a49..1b3c2f31 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.0.0/item-spec/json-schema/instrument.json#", + "$id": "https://schemas.stacspec.org/v1.0.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 e6ada61d..ede4d62a 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.0.0/item-spec/json-schema/item.json#", + "$id": "https://schemas.stacspec.org/v1.0.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.", diff --git a/dev/item-spec/json-schema/licensing.json b/dev/item-spec/json-schema/licensing.json index ca0eed8b..c5693362 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.0.0/item-spec/json-schema/licensing.json#", + "$id": "https://schemas.stacspec.org/v1.0.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 01cfadce..1bc33856 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.0.0/item-spec/json-schema/provider.json#", + "$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/provider.json", "title": "Provider Fields", "type": "object", "properties": {