From 0fa563aac39a79385ece44f3261d9f558d385eaa Mon Sep 17 00:00:00 2001 From: Julia Signell Date: Thu, 11 Sep 2025 10:55:30 -0400 Subject: [PATCH 1/6] Make pystac pass User-Agent to work around urllib being blocked --- pystac/stac_io.py | 6 ++++-- tests/test_stac_io.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pystac/stac_io.py b/pystac/stac_io.py index 4da8aec2e..91e01aa81 100644 --- a/pystac/stac_io.py +++ b/pystac/stac_io.py @@ -302,12 +302,14 @@ def read_text_from_href(self, href: str) -> str: with urllib3.request( "GET", href, - headers=self.headers, + headers={"User-Agent": "pystac", **self.headers}, preload_content=False, # type: ignore ) as f: href_contents = f.read().decode("utf-8") else: - req = Request(href, headers=self.headers) + req = Request( + href, headers={"User-Agent": "pystac", **self.headers} + ) with urlopen(req) as f: href_contents = f.read().decode("utf-8") diff --git a/tests/test_stac_io.py b/tests/test_stac_io.py index 5ca8e8161..61d277511 100644 --- a/tests/test_stac_io.py +++ b/tests/test_stac_io.py @@ -130,7 +130,7 @@ def test_headers_stac_io(request_mock: unittest.mock.MagicMock) -> None: pystac.Catalog.from_file("https://example.com/catalog.json", stac_io=stac_io) headers = request_mock.call_args[1]["headers"] - assert headers == stac_io.headers + assert headers == {"User-Agent": "pystac", **stac_io.headers} @pytest.mark.vcr() From 15def10e329e81d6860062fd2907bdeedf3ba565 Mon Sep 17 00:00:00 2001 From: Julia Signell Date: Thu, 11 Sep 2025 11:33:25 -0400 Subject: [PATCH 2/6] Include version in User-Agent string --- pystac/stac_io.py | 11 +++++++++-- tests/test_stac_io.py | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pystac/stac_io.py b/pystac/stac_io.py index 91e01aa81..3ab63725d 100644 --- a/pystac/stac_io.py +++ b/pystac/stac_io.py @@ -302,13 +302,20 @@ def read_text_from_href(self, href: str) -> str: with urllib3.request( "GET", href, - headers={"User-Agent": "pystac", **self.headers}, + headers={ + "User-Agent": f"pystac/{pystac.__version__}", + **self.headers, + }, preload_content=False, # type: ignore ) as f: href_contents = f.read().decode("utf-8") else: req = Request( - href, headers={"User-Agent": "pystac", **self.headers} + href, + headers={ + "User-Agent": f"pystac/{pystac.__version__}", + **self.headers, + }, ) with urlopen(req) as f: href_contents = f.read().decode("utf-8") diff --git a/tests/test_stac_io.py b/tests/test_stac_io.py index 61d277511..1b49a6c52 100644 --- a/tests/test_stac_io.py +++ b/tests/test_stac_io.py @@ -130,7 +130,7 @@ def test_headers_stac_io(request_mock: unittest.mock.MagicMock) -> None: pystac.Catalog.from_file("https://example.com/catalog.json", stac_io=stac_io) headers = request_mock.call_args[1]["headers"] - assert headers == {"User-Agent": "pystac", **stac_io.headers} + assert headers == {"User-Agent": f"pystac/{pystac.__version__}", **stac_io.headers} @pytest.mark.vcr() From 5c02977cab4457904904f104528a95e61c791ba4 Mon Sep 17 00:00:00 2001 From: Julia Signell Date: Thu, 11 Sep 2025 11:42:54 -0400 Subject: [PATCH 3/6] Add a test of just using DefaultStacIO to access projjson --- .../test_proj_json_schema_is_readable.yaml | 677 ++++++++++++++++++ tests/test_stac_io.py | 10 + 2 files changed, 687 insertions(+) create mode 100644 tests/cassettes/test_stac_io/test_proj_json_schema_is_readable.yaml diff --git a/tests/cassettes/test_stac_io/test_proj_json_schema_is_readable.yaml b/tests/cassettes/test_stac_io/test_proj_json_schema_is_readable.yaml new file mode 100644 index 000000000..b86dcedd8 --- /dev/null +++ b/tests/cassettes/test_stac_io/test_proj_json_schema_is_readable.yaml @@ -0,0 +1,677 @@ +interactions: +- request: + body: null + headers: + User-Agent: + - pystac/1.13.0 + method: GET + uri: https://proj.org/schemas/v0.7/projjson.schema.json + response: + body: + string: '' + headers: + Access-Control-Allow-Origin: + - '*' + Age: + - '457' + CF-Cache-Status: + - HIT + CF-Ray: + - 97d8457b781628a2-IAD + Cache-Control: + - max-age=1200 + Connection: + - keep-alive + Content-Language: + - en + Content-Length: + - '0' + Content-Type: + - text/html; charset=utf-8 + Date: + - Thu, 11 Sep 2025 15:41:48 GMT + Location: + - https://proj.org/en/latest/schemas/v0.7/projjson.schema.json + Server: + - cloudflare + Set-Cookie: + - __cf_bm=Lr3c0mPtrw4dE4Ev3LKmgx.rcYf032ovFAzjGGhbY3o-1757605308-1.0.1.1-ROtD5NJZzRvFH7izspqpgoxduWqXHlSk.gryRRYAdqD__OgPLyq9OdC2n_szXihAO.sF6.fPFjrGDZGLH3j5x.GXGky1vFt1ZLlJBS8zJNM; + path=/; expires=Thu, 11-Sep-25 16:11:48 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=QEfQSYJqub8z8bTCOKiPSJJge19KCL6l_CUtTS1fWZI-1757605308759-0.0.1.1-604800000; + path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None + Vary: + - Accept-Language, Accept-Encoding + access-control-expose-headers: + - Location + alt-svc: + - h3=":443"; ma=86400 + cdn-cache-control: + - public + cross-origin-opener-policy: + - same-origin + referrer-policy: + - no-referrer-when-downgrade + x-backend: + - web-i-032144a96d20fd642 + x-content-type-options: + - nosniff + x-rtd-domain: + - proj.org + x-rtd-force-addons: + - 'true' + x-rtd-project: + - osgeo-proj + x-rtd-project-method: + - custom_domain + x-rtd-redirect: + - user + x-rtd-version-method: + - path + x-served: + - Proxito-404 + status: + code: 302 + message: Found +- request: + body: null + headers: + User-Agent: + - pystac/1.13.0 + method: GET + uri: https://proj.org/en/latest/schemas/v0.7/projjson.schema.json + response: + body: + string: "{\n \"$id\": \"https://proj.org/schemas/v0.7/projjson.schema.json\",\n + \ \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"description\": + \"Schema for PROJJSON (v0.7)\",\n \"$comment\": \"This document is copyright + Even Rouault and PROJ contributors, 2019-2023, and subject to the MIT license. + This file exists both in data/ and in schemas/vXXX/. Keep both in sync. And + if changing the value of $id, change PROJJSON_DEFAULT_VERSION accordingly + in io.cpp\",\n\n \"oneOf\": [\n { \"$ref\": \"#/definitions/crs\" },\n + \ { \"$ref\": \"#/definitions/datum\" },\n { \"$ref\": \"#/definitions/datum_ensemble\" + },\n { \"$ref\": \"#/definitions/ellipsoid\" },\n { \"$ref\": \"#/definitions/prime_meridian\" + },\n { \"$ref\": \"#/definitions/single_operation\" },\n { \"$ref\": + \"#/definitions/concatenated_operation\" },\n { \"$ref\": \"#/definitions/coordinate_metadata\" + }\n ],\n\n \"definitions\": {\n\n \"abridged_transformation\": {\n \"type\": + \"object\",\n \"properties\": {\n \"$schema\" : { \"type\": \"string\" + },\n \"type\": { \"type\": \"string\", \"enum\": [\"AbridgedTransformation\"] + },\n \"name\": { \"type\": \"string\" },\n \"source_crs\": {\n + \ \"$ref\": \"#/definitions/crs\",\n \"$comment\": \"Only + present when the source_crs of the bound_crs does not match the source_crs + of the AbridgedTransformation. No equivalent in WKT\"\n },\n \"method\": + { \"$ref\": \"#/definitions/method\" },\n \"parameters\": {\n \"type\": + \"array\",\n \"items\": { \"$ref\": \"#/definitions/parameter_value\" + }\n },\n \"id\": { \"$ref\": \"#/definitions/id\" },\n \"ids\": + { \"$ref\": \"#/definitions/ids\" }\n },\n \"required\" : [ \"name\", + \"method\", \"parameters\" ],\n \"allOf\": [\n { \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" + }\n ],\n \"additionalProperties\": false\n },\n\n \"axis\": + {\n \"type\": \"object\",\n \"properties\": {\n \"$schema\" + : { \"type\": \"string\" },\n \"type\": { \"type\": \"string\", \"enum\": + [\"Axis\"] },\n \"name\": { \"type\": \"string\" },\n \"abbreviation\": + { \"type\": \"string\" },\n \"direction\": { \"type\": \"string\",\n + \ \"enum\": [ \"north\",\n \"northNorthEast\",\n + \ \"northEast\",\n \"eastNorthEast\",\n + \ \"east\",\n \"eastSouthEast\",\n + \ \"southEast\",\n \"southSouthEast\",\n + \ \"south\",\n \"southSouthWest\",\n + \ \"southWest\",\n \"westSouthWest\",\n + \ \"west\",\n \"westNorthWest\",\n + \ \"northWest\",\n \"northNorthWest\",\n + \ \"up\",\n \"down\",\n + \ \"geocentricX\",\n \"geocentricY\",\n + \ \"geocentricZ\",\n \"columnPositive\",\n + \ \"columnNegative\",\n \"rowPositive\",\n + \ \"rowNegative\",\n \"displayRight\",\n + \ \"displayLeft\",\n \"displayUp\",\n + \ \"displayDown\",\n \"forward\",\n + \ \"aft\",\n \"port\",\n + \ \"starboard\",\n \"clockwise\",\n + \ \"counterClockwise\",\n \"towards\",\n + \ \"awayFrom\",\n \"future\",\n + \ \"past\",\n \"unspecified\" + ] },\n \"meridian\": { \"$ref\": \"#/definitions/meridian\" },\n \"unit\": + { \"$ref\": \"#/definitions/unit\" },\n \"minimum_value\": { \"type\": + \"number\" },\n \"maximum_value\": { \"type\": \"number\" },\n \"range_meaning\": + { \"type\": \"string\", \"enum\": [ \"exact\", \"wraparound\"] },\n \"id\": + { \"$ref\": \"#/definitions/id\" },\n \"ids\": { \"$ref\": \"#/definitions/ids\" + }\n },\n \"required\" : [ \"name\", \"abbreviation\", \"direction\" + ],\n \"allOf\": [\n { \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" + }\n ],\n \"additionalProperties\": false\n },\n\n \"bbox\": + {\n \"type\": \"object\",\n \"properties\": {\n \"east_longitude\": + { \"type\": \"number\" },\n \"west_longitude\": { \"type\": \"number\" + },\n \"south_latitude\": { \"type\": \"number\" },\n \"north_latitude\": + { \"type\": \"number\" }\n },\n \"required\" : [ \"east_longitude\", + \"west_longitude\",\n \"south_latitude\", \"north_latitude\" + ],\n \"additionalProperties\": false\n },\n\n \"bound_crs\": {\n + \ \"type\": \"object\",\n \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" + }],\n \"properties\": {\n \"$schema\" : { \"type\": \"string\" + },\n \"type\": { \"type\": \"string\", \"enum\": [\"BoundCRS\"] },\n + \ \"name\": { \"type\": \"string\" },\n \"source_crs\": { \"$ref\": + \"#/definitions/crs\" },\n \"target_crs\": { \"$ref\": \"#/definitions/crs\" + },\n \"transformation\": { \"$ref\": \"#/definitions/abridged_transformation\" + },\n \"scope\": {},\n \"area\": {},\n \"bbox\": {},\n + \ \"vertical_extent\": {},\n \"temporal_extent\": {},\n \"usages\": + {},\n \"remarks\": {},\n \"id\": {}, \"ids\": {}\n },\n + \ \"required\" : [ \"source_crs\", \"target_crs\", \"transformation\" ],\n + \ \"additionalProperties\": false\n },\n\n \"compound_crs\": {\n + \ \"type\": \"object\",\n \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" + }],\n \"properties\": {\n \"type\": { \"type\": \"string\", \"enum\": + [\"CompoundCRS\"] },\n \"name\": { \"type\": \"string\" },\n \"components\": + \ {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#/definitions/crs\" + }\n },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": + {},\n \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\", \"components\" ],\n + \ \"additionalProperties\": false\n },\n\n \"concatenated_operation\": + {\n \"type\": \"object\",\n \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" + }],\n \"properties\": {\n \"type\": { \"type\": \"string\", \"enum\": + [\"ConcatenatedOperation\"] },\n \"name\": { \"type\": \"string\" },\n + \ \"source_crs\": { \"$ref\": \"#/definitions/crs\" },\n \"target_crs\": + { \"$ref\": \"#/definitions/crs\" },\n \"steps\": {\n \"type\": + \"array\",\n \"items\": { \"$ref\": \"#/definitions/single_operation\" + }\n },\n \"accuracy\": { \"type\": \"string\" },\n \"$schema\" + : {},\n \"scope\": {},\n \"area\": {},\n \"bbox\": {},\n + \ \"vertical_extent\": {},\n \"temporal_extent\": {},\n \"usages\": + {},\n \"remarks\": {},\n \"id\": {}, \"ids\": {}\n },\n + \ \"required\" : [ \"name\", \"source_crs\", \"target_crs\", \"steps\" + ],\n \"additionalProperties\": false\n },\n\n \"conversion\": {\n + \ \"type\": \"object\",\n \"properties\": {\n \"$schema\" + : { \"type\": \"string\" },\n \"type\": { \"type\": \"string\", \"enum\": + [\"Conversion\"] },\n \"name\": { \"type\": \"string\" },\n \"method\": + { \"$ref\": \"#/definitions/method\" },\n \"parameters\": {\n \"type\": + \"array\",\n \"items\": { \"$ref\": \"#/definitions/parameter_value\" + }\n },\n \"id\": { \"$ref\": \"#/definitions/id\" },\n \"ids\": + { \"$ref\": \"#/definitions/ids\" }\n },\n \"required\" : [ \"name\", + \"method\" ],\n \"allOf\": [\n { \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" + }\n ],\n \"additionalProperties\": false\n },\n\n \"coordinate_metadata\": + {\n \"type\": \"object\",\n \"properties\": {\n \"$schema\" + : { \"type\": \"string\" },\n \"type\": { \"type\": \"string\", \"enum\": + [\"CoordinateMetadata\"] },\n \"crs\": { \"$ref\": \"#/definitions/crs\" + },\n \"coordinateEpoch\": { \"type\": \"number\" }\n },\n \"required\" + : [ \"crs\" ],\n \"additionalProperties\": false\n },\n\n \"coordinate_system\": + {\n \"type\": \"object\",\n \"properties\": {\n \"$schema\" + : { \"type\": \"string\" },\n \"type\": { \"type\": \"string\", \"enum\": + [\"CoordinateSystem\"] },\n \"name\": { \"type\": \"string\" },\n \"subtype\": + { \"type\": \"string\",\n \"enum\": [\"Cartesian\",\n + \ \"spherical\",\n \"ellipsoidal\",\n + \ \"vertical\",\n \"ordinal\",\n + \ \"parametric\",\n \"affine\",\n + \ \"TemporalDateTime\",\n \"TemporalCount\",\n + \ \"TemporalMeasure\"] },\n \"axis\": + {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#/definitions/axis\" + }\n },\n \"id\": { \"$ref\": \"#/definitions/id\" },\n \"ids\": + { \"$ref\": \"#/definitions/ids\" }\n },\n \"required\" : [ \"subtype\", + \"axis\" ],\n \"allOf\": [\n { \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" + }\n ],\n \"additionalProperties\": false\n },\n\n \"crs\": + {\n \"oneOf\": [\n { \"$ref\": \"#/definitions/bound_crs\" },\n + \ { \"$ref\": \"#/definitions/compound_crs\" },\n { \"$ref\": + \"#/definitions/derived_engineering_crs\" },\n { \"$ref\": \"#/definitions/derived_geodetic_crs\" + },\n { \"$ref\": \"#/definitions/derived_parametric_crs\" },\n { + \"$ref\": \"#/definitions/derived_projected_crs\" },\n { \"$ref\": + \"#/definitions/derived_temporal_crs\" },\n { \"$ref\": \"#/definitions/derived_vertical_crs\" + },\n { \"$ref\": \"#/definitions/engineering_crs\" },\n { \"$ref\": + \"#/definitions/geodetic_crs\" },\n { \"$ref\": \"#/definitions/parametric_crs\" + },\n { \"$ref\": \"#/definitions/projected_crs\" },\n { \"$ref\": + \"#/definitions/temporal_crs\" },\n { \"$ref\": \"#/definitions/vertical_crs\" + }\n ]\n },\n\n \"datum\": {\n \"oneOf\": [\n { \"$ref\": + \"#/definitions/geodetic_reference_frame\" },\n { \"$ref\": \"#/definitions/vertical_reference_frame\" + },\n { \"$ref\": \"#/definitions/dynamic_geodetic_reference_frame\" + },\n { \"$ref\": \"#/definitions/dynamic_vertical_reference_frame\" + },\n { \"$ref\": \"#/definitions/temporal_datum\" },\n { \"$ref\": + \"#/definitions/parametric_datum\" },\n { \"$ref\": \"#/definitions/engineering_datum\" + }\n ]\n },\n\n \"datum_ensemble\": {\n \"type\": \"object\",\n + \ \"properties\": {\n \"$schema\" : { \"type\": \"string\" },\n + \ \"type\": { \"type\": \"string\", \"enum\": [\"DatumEnsemble\"] },\n + \ \"name\": { \"type\": \"string\" },\n \"members\": {\n \"type\": + \"array\",\n \"items\": {\n \"type\": \"object\",\n + \ \"properties\": {\n \"name\": { \"type\": + \"string\" },\n \"id\": { \"$ref\": \"#/definitions/id\" + },\n \"ids\": { \"$ref\": \"#/definitions/ids\" }\n },\n + \ \"required\" : [ \"name\" ],\n \"allOf\": [\n + \ { \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" + }\n ],\n \"additionalProperties\": false\n }\n + \ },\n \"ellipsoid\": { \"$ref\": \"#/definitions/ellipsoid\" + },\n \"accuracy\": { \"type\": \"string\" },\n \"id\": { \"$ref\": + \"#/definitions/id\" },\n \"ids\": { \"$ref\": \"#/definitions/ids\" + }\n },\n \"required\" : [ \"name\", \"members\", \"accuracy\" ],\n + \ \"allOf\": [\n { \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" + }\n ],\n \"additionalProperties\": false\n },\n\n \"deformation_model\": + {\n \"description\": \"Association to a PointMotionOperation\",\n \"type\": + \"object\",\n \"properties\": {\n \"name\": { \"type\": \"string\" + },\n \"id\": { \"$ref\": \"#/definitions/id\" }\n },\n \"required\" + : [ \"name\" ],\n \"additionalProperties\": false\n },\n\n \"derived_engineering_crs\": + {\n \"type\": \"object\",\n \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" + }],\n \"properties\": {\n \"type\": { \"type\": \"string\",\n + \ \"enum\": [\"DerivedEngineeringCRS\"] },\n \"name\": + { \"type\": \"string\" },\n \"base_crs\": { \"$ref\": \"#/definitions/engineering_crs\" + },\n \"conversion\": { \"$ref\": \"#/definitions/conversion\" },\n + \ \"coordinate_system\": { \"$ref\": \"#/definitions/coordinate_system\" + },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": {},\n + \ \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\", \"base_crs\", \"conversion\", + \"coordinate_system\" ],\n \"additionalProperties\": false\n },\n\n + \ \"derived_geodetic_crs\": {\n \"type\": \"object\",\n \"allOf\": + [{ \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": {\n + \ \"type\": { \"type\": \"string\",\n \"enum\": [\"DerivedGeodeticCRS\",\n + \ \"DerivedGeographicCRS\"] },\n \"name\": + { \"type\": \"string\" },\n \"base_crs\": { \"$ref\": \"#/definitions/geodetic_crs\" + },\n \"conversion\": { \"$ref\": \"#/definitions/conversion\" },\n + \ \"coordinate_system\": { \"$ref\": \"#/definitions/coordinate_system\" + },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": {},\n + \ \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\", \"base_crs\", \"conversion\", + \"coordinate_system\" ],\n \"additionalProperties\": false\n },\n\n + \ \"derived_parametric_crs\": {\n \"type\": \"object\",\n \"allOf\": + [{ \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": {\n + \ \"type\": { \"type\": \"string\",\n \"enum\": [\"DerivedParametricCRS\"] + },\n \"name\": { \"type\": \"string\" },\n \"base_crs\": { \"$ref\": + \"#/definitions/parametric_crs\" },\n \"conversion\": { \"$ref\": \"#/definitions/conversion\" + },\n \"coordinate_system\": { \"$ref\": \"#/definitions/coordinate_system\" + },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": {},\n + \ \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\", \"base_crs\", \"conversion\", + \"coordinate_system\" ],\n \"additionalProperties\": false\n },\n\n + \ \"derived_projected_crs\": {\n \"type\": \"object\",\n \"allOf\": + [{ \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": {\n + \ \"type\": { \"type\": \"string\",\n \"enum\": [\"DerivedProjectedCRS\"] + },\n \"name\": { \"type\": \"string\" },\n \"base_crs\": { \"$ref\": + \"#/definitions/projected_crs\" },\n \"conversion\": { \"$ref\": \"#/definitions/conversion\" + },\n \"coordinate_system\": { \"$ref\": \"#/definitions/coordinate_system\" + },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": {},\n + \ \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\", \"base_crs\", \"conversion\", + \"coordinate_system\" ],\n \"additionalProperties\": false\n },\n\n + \ \"derived_temporal_crs\": {\n \"type\": \"object\",\n \"allOf\": + [{ \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": {\n + \ \"type\": { \"type\": \"string\",\n \"enum\": [\"DerivedTemporalCRS\"] + },\n \"name\": { \"type\": \"string\" },\n \"base_crs\": { \"$ref\": + \"#/definitions/temporal_crs\" },\n \"conversion\": { \"$ref\": \"#/definitions/conversion\" + },\n \"coordinate_system\": { \"$ref\": \"#/definitions/coordinate_system\" + },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": {},\n + \ \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\", \"base_crs\", \"conversion\", + \"coordinate_system\" ],\n \"additionalProperties\": false\n },\n\n + \ \"derived_vertical_crs\": {\n \"type\": \"object\",\n \"allOf\": + [{ \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": {\n + \ \"type\": { \"type\": \"string\",\n \"enum\": [\"DerivedVerticalCRS\"] + },\n \"name\": { \"type\": \"string\" },\n \"base_crs\": { \"$ref\": + \"#/definitions/vertical_crs\" },\n \"conversion\": { \"$ref\": \"#/definitions/conversion\" + },\n \"coordinate_system\": { \"$ref\": \"#/definitions/coordinate_system\" + },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": {},\n + \ \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\", \"base_crs\", \"conversion\", + \"coordinate_system\" ],\n \"additionalProperties\": false\n },\n\n + \ \"dynamic_geodetic_reference_frame\": {\n \"type\": \"object\",\n + \ \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": + {\n \"type\": { \"type\": \"string\", \"enum\": [\"DynamicGeodeticReferenceFrame\"] + },\n \"name\": {},\n \"anchor\": {},\n \"anchor_epoch\": + {},\n \"ellipsoid\": {},\n \"prime_meridian\": {},\n \"frame_reference_epoch\": + { \"type\": \"number\" },\n \"$schema\" : {},\n \"scope\": {},\n + \ \"area\": {},\n \"bbox\": {},\n \"vertical_extent\": + {},\n \"temporal_extent\": {},\n \"usages\": {},\n \"remarks\": + {},\n \"id\": {}, \"ids\": {}\n },\n \"required\" : [ \"name\", + \"ellipsoid\", \"frame_reference_epoch\" ],\n \"additionalProperties\": + false\n },\n\n \"dynamic_vertical_reference_frame\": {\n \"type\": + \"object\",\n \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" + }],\n \"properties\": {\n \"type\": { \"type\": \"string\", \"enum\": + [\"DynamicVerticalReferenceFrame\"] },\n \"name\": {},\n \"anchor\": + {},\n \"anchor_epoch\": {},\n \"frame_reference_epoch\": { \"type\": + \"number\" },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": + {},\n \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\", \"frame_reference_epoch\" + ],\n \"additionalProperties\": false\n },\n\n \"ellipsoid\": {\n + \ \"type\": \"object\",\n \"oneOf\":[\n {\n \"properties\": + {\n \"$schema\" : { \"type\": \"string\" },\n \"type\": + { \"type\": \"string\", \"enum\": [\"Ellipsoid\"] },\n \"name\": + { \"type\": \"string\" },\n \"semi_major_axis\": { \"$ref\": \"#/definitions/value_in_metre_or_value_and_unit\" + },\n \"semi_minor_axis\": { \"$ref\": \"#/definitions/value_in_metre_or_value_and_unit\" + },\n \"id\": { \"$ref\": \"#/definitions/id\" },\n \"ids\": + { \"$ref\": \"#/definitions/ids\" }\n },\n \"required\" + : [ \"name\", \"semi_major_axis\", \"semi_minor_axis\" ],\n \"additionalProperties\": + false\n },\n {\n \"properties\": {\n \"$schema\" + : { \"type\": \"string\" },\n \"type\": { \"type\": \"string\", + \"enum\": [\"Ellipsoid\"] },\n \"name\": { \"type\": \"string\" + },\n \"semi_major_axis\": { \"$ref\": \"#/definitions/value_in_metre_or_value_and_unit\" + },\n \"inverse_flattening\": { \"type\": \"number\" },\n \"id\": + { \"$ref\": \"#/definitions/id\" },\n \"ids\": { \"$ref\": \"#/definitions/ids\" + }\n },\n \"required\" : [ \"name\", \"semi_major_axis\", + \"inverse_flattening\" ],\n \"additionalProperties\": false\n },\n + \ {\n \"properties\": {\n \"$schema\" : { \"type\": + \"string\" },\n \"type\": { \"type\": \"string\", \"enum\": [\"Ellipsoid\"] + },\n \"name\": { \"type\": \"string\" },\n \"radius\": + { \"$ref\": \"#/definitions/value_in_metre_or_value_and_unit\" },\n \"id\": + { \"$ref\": \"#/definitions/id\" },\n \"ids\": { \"$ref\": \"#/definitions/ids\" + }\n },\n \"required\" : [ \"name\", \"radius\" ],\n \"additionalProperties\": + false\n }\n ],\n \"allOf\": [\n { \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" + }\n ]\n },\n\n \"engineering_crs\": {\n \"type\": \"object\",\n + \ \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": + {\n \"type\": { \"type\": \"string\", \"enum\": [\"EngineeringCRS\"] + },\n \"name\": { \"type\": \"string\" },\n \"datum\": { \"$ref\": + \"#/definitions/engineering_datum\" },\n \"coordinate_system\": { \"$ref\": + \"#/definitions/coordinate_system\" },\n \"$schema\" : {},\n \"scope\": + {},\n \"area\": {},\n \"bbox\": {},\n \"vertical_extent\": + {},\n \"temporal_extent\": {},\n \"usages\": {},\n \"remarks\": + {},\n \"id\": {}, \"ids\": {}\n },\n \"required\" : [ \"name\", + \"datum\" ],\n \"additionalProperties\": false\n },\n\n \"engineering_datum\": + {\n \"type\": \"object\",\n \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" + }],\n \"properties\": {\n \"type\": { \"type\": \"string\", \"enum\": + [\"EngineeringDatum\"] },\n \"name\": { \"type\": \"string\" },\n \"anchor\": + { \"type\": \"string\" },\n \"$schema\" : {},\n \"scope\": {},\n + \ \"area\": {},\n \"bbox\": {},\n \"vertical_extent\": + {},\n \"temporal_extent\": {},\n \"usages\": {},\n \"remarks\": + {},\n \"id\": {}, \"ids\": {}\n },\n \"required\" : [ \"name\" + ],\n \"additionalProperties\": false\n },\n\n \"geodetic_crs\": + {\n \"type\": \"object\",\n \"properties\": {\n \"type\": + { \"type\": \"string\", \"enum\": [\"GeodeticCRS\", \"GeographicCRS\"] },\n + \ \"name\": { \"type\": \"string\" },\n \"datum\": {\n \"oneOf\": + [\n { \"$ref\": \"#/definitions/geodetic_reference_frame\" + },\n { \"$ref\": \"#/definitions/dynamic_geodetic_reference_frame\" + }\n ]\n },\n \"datum_ensemble\": { \"$ref\": \"#/definitions/datum_ensemble\" + },\n \"coordinate_system\": { \"$ref\": \"#/definitions/coordinate_system\" + },\n \"deformation_models\": {\n \"type\": \"array\",\n \"items\": + { \"$ref\": \"#/definitions/deformation_model\" }\n },\n \"$schema\" + : {},\n \"scope\": {},\n \"area\": {},\n \"bbox\": {},\n + \ \"vertical_extent\": {},\n \"temporal_extent\": {},\n \"usages\": + {},\n \"remarks\": {},\n \"id\": {}, \"ids\": {}\n },\n + \ \"required\" : [ \"name\" ],\n \"description\": \"One and only + one of datum and datum_ensemble must be provided\",\n \"allOf\": [\n + \ { \"$ref\": \"#/definitions/object_usage\" },\n { \"$ref\": + \"#/definitions/one_and_only_one_of_datum_or_datum_ensemble\" }\n ],\n + \ \"additionalProperties\": false\n },\n\n \"geodetic_reference_frame\": + {\n \"type\": \"object\",\n \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" + }],\n \"properties\": {\n \"type\": { \"type\": \"string\", \"enum\": + [\"GeodeticReferenceFrame\"] },\n \"name\": { \"type\": \"string\" + },\n \"anchor\": { \"type\": \"string\" },\n \"anchor_epoch\": + { \"type\": \"number\" },\n \"ellipsoid\": { \"$ref\": \"#/definitions/ellipsoid\" + },\n \"prime_meridian\": { \"$ref\": \"#/definitions/prime_meridian\" + },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": {},\n + \ \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\", \"ellipsoid\" ],\n + \ \"additionalProperties\": false\n },\n\n \"geoid_model\": {\n + \ \"type\": \"object\",\n \"properties\": {\n \"name\": { + \"type\": \"string\" },\n \"interpolation_crs\": { \"$ref\": \"#/definitions/crs\" + },\n \"id\": { \"$ref\": \"#/definitions/id\" }\n },\n \"required\" + : [ \"name\" ],\n \"additionalProperties\": false\n },\n\n \"id\": + {\n \"type\": \"object\",\n \"properties\": {\n \"authority\": + { \"type\": \"string\" },\n \"code\": {\n \"oneOf\": [ { \"type\": + \"string\" }, { \"type\": \"integer\" } ]\n },\n \"version\": + {\n \"oneOf\": [ { \"type\": \"string\" }, { \"type\": \"number\" + } ]\n },\n \"authority_citation\": { \"type\": \"string\" },\n + \ \"uri\": { \"type\": \"string\" }\n },\n \"required\" : + [ \"authority\", \"code\" ],\n \"additionalProperties\": false\n },\n\n + \ \"ids\": {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#/definitions/id\" + }\n },\n\n \"method\": {\n \"type\": \"object\",\n \"properties\": + {\n \"$schema\" : { \"type\": \"string\" },\n \"type\": { \"type\": + \"string\", \"enum\": [\"OperationMethod\"]},\n \"name\": { \"type\": + \"string\" },\n \"id\": { \"$ref\": \"#/definitions/id\" },\n \"ids\": + { \"$ref\": \"#/definitions/ids\" }\n },\n \"required\" : [ \"name\" + ],\n \"allOf\": [\n { \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" + }\n ],\n \"additionalProperties\": false\n },\n\n \"id_ids_mutually_exclusive\": + {\n \"not\": {\n \"type\": \"object\",\n \"required\": + [ \"id\", \"ids\" ]\n }\n },\n\n \"one_and_only_one_of_datum_or_datum_ensemble\": + {\n \"allOf\": [\n {\n \"not\": {\n \"type\": + \"object\",\n \"required\": [ \"datum\", \"datum_ensemble\" + ]\n }\n },\n {\n \"oneOf\": [\n { + \"type\": \"object\", \"required\": [\"datum\"] },\n { \"type\": + \"object\", \"required\": [\"datum_ensemble\"] }\n ]\n }\n + \ ]\n },\n\n \"meridian\": {\n \"type\": \"object\",\n \"properties\": + {\n \"$schema\" : { \"type\": \"string\" },\n \"type\": { \"type\": + \"string\", \"enum\": [\"Meridian\"] },\n \"longitude\": { \"$ref\": + \"#/definitions/value_in_degree_or_value_and_unit\" },\n \"id\": { + \"$ref\": \"#/definitions/id\" },\n \"ids\": { \"$ref\": \"#/definitions/ids\" + }\n },\n \"required\" : [ \"longitude\" ],\n \"allOf\": [\n + \ { \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" }\n ],\n + \ \"additionalProperties\": false\n },\n\n \"object_usage\": {\n + \ \"anyOf\": [\n {\n \"type\": \"object\",\n \"properties\": + {\n \"$schema\" : { \"type\": \"string\" },\n \"scope\": + { \"type\": \"string\" },\n \"area\": { \"type\": \"string\" },\n + \ \"bbox\": { \"$ref\": \"#/definitions/bbox\" },\n \"vertical_extent\": + { \"$ref\": \"#/definitions/vertical_extent\" },\n \"temporal_extent\": + { \"$ref\": \"#/definitions/temporal_extent\" },\n \"remarks\": + { \"type\": \"string\" },\n \"id\": { \"$ref\": \"#/definitions/id\" + },\n \"ids\": { \"$ref\": \"#/definitions/ids\" }\n },\n + \ \"allOf\": [\n { \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" + }\n ]\n },\n {\n \"type\": \"object\",\n \"properties\": + {\n \"$schema\" : { \"type\": \"string\" },\n \"usages\": + { \"$ref\": \"#/definitions/usages\" },\n \"remarks\": { \"type\": + \"string\" },\n \"id\": { \"$ref\": \"#/definitions/id\" },\n \"ids\": + { \"$ref\": \"#/definitions/ids\" }\n },\n \"allOf\": [\n { + \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" }\n ]\n }\n + \ ]\n },\n\n \"parameter_value\": {\n \"type\": \"object\",\n + \ \"properties\": {\n \"$schema\" : { \"type\": \"string\" },\n + \ \"type\": { \"type\": \"string\", \"enum\": [\"ParameterValue\"] },\n + \ \"name\": { \"type\": \"string\" },\n \"value\": {\n \"oneOf\": + [\n { \"type\": \"string\" },\n { \"type\": \"number\" + }\n ]\n },\n \"unit\": { \"$ref\": \"#/definitions/unit\" + },\n \"id\": { \"$ref\": \"#/definitions/id\" },\n \"ids\": + { \"$ref\": \"#/definitions/ids\" }\n },\n \"required\" : [ \"name\", + \"value\" ],\n \"allOf\": [\n { \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" + }\n ],\n \"additionalProperties\": false\n },\n\n \"parametric_crs\": + {\n \"type\": \"object\",\n \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" + }],\n \"properties\": {\n \"type\": { \"type\": \"string\", \"enum\": + [\"ParametricCRS\"] },\n \"name\": { \"type\": \"string\" },\n \"datum\": + { \"$ref\": \"#/definitions/parametric_datum\" },\n \"coordinate_system\": + { \"$ref\": \"#/definitions/coordinate_system\" },\n \"$schema\" : + {},\n \"scope\": {},\n \"area\": {},\n \"bbox\": {},\n + \ \"vertical_extent\": {},\n \"temporal_extent\": {},\n \"usages\": + {},\n \"remarks\": {},\n \"id\": {}, \"ids\": {}\n },\n + \ \"required\" : [ \"name\", \"datum\" ],\n \"additionalProperties\": + false\n },\n\n \"parametric_datum\": {\n \"type\": \"object\",\n + \ \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": + {\n \"type\": { \"type\": \"string\", \"enum\": [\"ParametricDatum\"] + },\n \"name\": { \"type\": \"string\" },\n \"anchor\": { \"type\": + \"string\" },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": + {},\n \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\" ],\n \"additionalProperties\": + false\n },\n\n \"point_motion_operation\": {\n \"$comment\": \"Not + implemented in PROJ (at least as of PROJ 9.1)\",\n \"type\": \"object\",\n + \ \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": + {\n \"type\": { \"type\": \"string\", \"enum\": [\"PointMotionOperation\"] + },\n \"name\": { \"type\": \"string\" },\n \"source_crs\": { + \"$ref\": \"#/definitions/crs\" },\n \"method\": { \"$ref\": \"#/definitions/method\" + },\n \"parameters\": {\n \"type\": \"array\",\n \"items\": + { \"$ref\": \"#/definitions/parameter_value\" }\n },\n \"accuracy\": + { \"type\": \"string\" },\n \"$schema\" : {},\n \"scope\": {},\n + \ \"area\": {},\n \"bbox\": {},\n \"vertical_extent\": + {},\n \"temporal_extent\": {},\n \"usages\": {},\n \"remarks\": + {},\n \"id\": {}, \"ids\": {}\n },\n \"required\" : [ \"name\", + \"source_crs\", \"method\", \"parameters\" ],\n \"additionalProperties\": + false\n },\n\n \"prime_meridian\": {\n \"type\": \"object\",\n + \ \"properties\": {\n \"$schema\" : { \"type\": \"string\" },\n + \ \"type\": { \"type\": \"string\", \"enum\": [\"PrimeMeridian\"] },\n + \ \"name\": { \"type\": \"string\" },\n \"longitude\": { \"$ref\": + \"#/definitions/value_in_degree_or_value_and_unit\" },\n \"id\": { + \"$ref\": \"#/definitions/id\" },\n \"ids\": { \"$ref\": \"#/definitions/ids\" + }\n },\n \"required\" : [ \"name\" ],\n \"allOf\": [\n { + \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" }\n ],\n \"additionalProperties\": + false\n },\n\n \"single_operation\": {\n \"oneOf\": [\n { + \"$ref\": \"#/definitions/conversion\" },\n { \"$ref\": \"#/definitions/transformation\" + },\n { \"$ref\": \"#/definitions/point_motion_operation\" }\n ]\n + \ },\n\n \"projected_crs\": {\n \"type\": \"object\",\n \"allOf\": + [{ \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": {\n + \ \"type\": { \"type\": \"string\",\n \"enum\": [\"ProjectedCRS\"] + },\n \"name\": { \"type\": \"string\" },\n \"base_crs\": { \"$ref\": + \"#/definitions/geodetic_crs\" },\n \"conversion\": { \"$ref\": \"#/definitions/conversion\" + },\n \"coordinate_system\": { \"$ref\": \"#/definitions/coordinate_system\" + },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": {},\n + \ \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\", \"base_crs\", \"conversion\", + \"coordinate_system\" ],\n \"additionalProperties\": false\n },\n\n + \ \"temporal_crs\": {\n \"type\": \"object\",\n \"allOf\": [{ + \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": {\n \"type\": + { \"type\": \"string\", \"enum\": [\"TemporalCRS\"] },\n \"name\": + { \"type\": \"string\" },\n \"datum\": { \"$ref\": \"#/definitions/temporal_datum\" + },\n \"coordinate_system\": { \"$ref\": \"#/definitions/coordinate_system\" + },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": {},\n + \ \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\", \"datum\" ],\n \"additionalProperties\": + false\n },\n\n \"temporal_datum\": {\n \"type\": \"object\",\n + \ \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": + {\n \"type\": { \"type\": \"string\", \"enum\": [\"TemporalDatum\"] + },\n \"name\": { \"type\": \"string\" },\n \"calendar\": { \"type\": + \"string\" },\n \"time_origin\": { \"type\": \"string\" },\n \"$schema\" + : {},\n \"scope\": {},\n \"area\": {},\n \"bbox\": {},\n + \ \"vertical_extent\": {},\n \"temporal_extent\": {},\n \"usages\": + {},\n \"remarks\": {},\n \"id\": {}, \"ids\": {}\n },\n + \ \"required\" : [ \"name\", \"calendar\" ],\n \"additionalProperties\": + false\n },\n\n \"temporal_extent\": {\n \"type\": \"object\",\n + \ \"properties\": {\n \"start\": { \"type\": \"string\" },\n \"end\": + { \"type\": \"string\" }\n },\n \"required\" : [ \"start\", \"end\" + ],\n \"additionalProperties\": false\n },\n\n \"transformation\": + {\n \"type\": \"object\",\n \"allOf\": [{ \"$ref\": \"#/definitions/object_usage\" + }],\n \"properties\": {\n \"type\": { \"type\": \"string\", \"enum\": + [\"Transformation\"] },\n \"name\": { \"type\": \"string\" },\n \"source_crs\": + { \"$ref\": \"#/definitions/crs\" },\n \"target_crs\": { \"$ref\": + \"#/definitions/crs\" },\n \"interpolation_crs\": { \"$ref\": \"#/definitions/crs\" + },\n \"method\": { \"$ref\": \"#/definitions/method\" },\n \"parameters\": + {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#/definitions/parameter_value\" + }\n },\n \"accuracy\": { \"type\": \"string\" },\n \"$schema\" + : {},\n \"scope\": {},\n \"area\": {},\n \"bbox\": {},\n + \ \"vertical_extent\": {},\n \"temporal_extent\": {},\n \"usages\": + {},\n \"remarks\": {},\n \"id\": {}, \"ids\": {}\n },\n + \ \"required\" : [ \"name\", \"source_crs\", \"target_crs\", \"method\", + \"parameters\" ],\n \"additionalProperties\": false\n },\n\n \"unit\": + {\n \"oneOf\": [\n {\n \"type\": \"string\",\n \"enum\": + [\"metre\", \"degree\", \"unity\"]\n },\n {\n \"type\": \"object\",\n + \ \"properties\": {\n \"type\": { \"type\": \"string\",\n \"enum\": + [\"LinearUnit\", \"AngularUnit\", \"ScaleUnit\",\n \"TimeUnit\", + \"ParametricUnit\", \"Unit\"] },\n \"name\": { \"type\": \"string\" + },\n \"conversion_factor\": { \"type\": \"number\" },\n \"id\": + { \"$ref\": \"#/definitions/id\" },\n \"ids\": { \"$ref\": \"#/definitions/ids\" + }\n },\n \"required\" : [ \"type\", \"name\" ],\n \"allOf\": + [\n { \"$ref\": \"#/definitions/id_ids_mutually_exclusive\" }\n + \ ],\n \"additionalProperties\": false\n }\n ]\n + \ },\n\n \"usages\": {\n \"type\": \"array\",\n \"items\": + {\n \"type\": \"object\",\n \"properties\": {\n \"scope\": + { \"type\": \"string\" },\n \"area\": { \"type\": \"string\" },\n + \ \"bbox\": { \"$ref\": \"#/definitions/bbox\" },\n \"vertical_extent\": + { \"$ref\": \"#/definitions/vertical_extent\" },\n \"temporal_extent\": + { \"$ref\": \"#/definitions/temporal_extent\" }\n },\n \"additionalProperties\": + false\n }\n },\n\n \"value_and_unit\": {\n \"type\": \"object\",\n + \ \"properties\": {\n \"value\": { \"type\": \"number\" },\n \"unit\": + { \"$ref\": \"#/definitions/unit\" }\n },\n \"required\" : [ \"value\", + \"unit\" ],\n \"additionalProperties\": false\n },\n\n \"value_in_degree_or_value_and_unit\": + {\n \"oneOf\": [\n { \"type\": \"number\" },\n { \"$ref\": + \"#/definitions/value_and_unit\" }\n ]\n },\n\n \"value_in_metre_or_value_and_unit\": + {\n \"oneOf\": [\n { \"type\": \"number\" },\n { \"$ref\": + \"#/definitions/value_and_unit\" }\n ]\n },\n\n \"vertical_crs\": + {\n \"type\": \"object\",\n \"properties\": {\n \"type\": + { \"type\": \"string\", \"enum\": [\"VerticalCRS\"] },\n \"name\": + { \"type\": \"string\" },\n \"datum\": {\n \"oneOf\": [\n + \ { \"$ref\": \"#/definitions/vertical_reference_frame\" },\n + \ { \"$ref\": \"#/definitions/dynamic_vertical_reference_frame\" + }\n ]\n },\n \"datum_ensemble\": { \"$ref\": \"#/definitions/datum_ensemble\" + },\n \"coordinate_system\": { \"$ref\": \"#/definitions/coordinate_system\" + },\n \"geoid_model\": { \"$ref\": \"#/definitions/geoid_model\" },\n + \ \"geoid_models\": {\n \"type\": \"array\",\n \"items\": + { \"$ref\": \"#/definitions/geoid_model\" }\n },\n \"deformation_models\": + {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#/definitions/deformation_model\" + }\n },\n \"$schema\" : {},\n \"scope\": {},\n \"area\": + {},\n \"bbox\": {},\n \"vertical_extent\": {},\n \"temporal_extent\": + {},\n \"usages\": {},\n \"remarks\": {},\n \"id\": {}, + \"ids\": {}\n },\n \"required\" : [ \"name\"],\n \"description\": + \"One and only one of datum and datum_ensemble must be provided\",\n \"allOf\": + [\n { \"$ref\": \"#/definitions/object_usage\" },\n { \"$ref\": + \"#/definitions/one_and_only_one_of_datum_or_datum_ensemble\" },\n {\n + \ \"not\": {\n \"type\": \"object\",\n \"required\": + [ \"geoid_model\", \"geoid_models\" ]\n }\n }\n ],\n + \ \"additionalProperties\": false\n },\n\n \"vertical_extent\": + {\n \"type\": \"object\",\n \"properties\": {\n \"minimum\": + { \"type\": \"number\" },\n \"maximum\": { \"type\": \"number\" },\n + \ \"unit\": { \"$ref\": \"#/definitions/unit\" }\n },\n \"required\" + : [ \"minimum\", \"maximum\" ],\n \"additionalProperties\": false\n },\n\n + \ \"vertical_reference_frame\": {\n \"type\": \"object\",\n \"allOf\": + [{ \"$ref\": \"#/definitions/object_usage\" }],\n \"properties\": {\n + \ \"type\": { \"type\": \"string\", \"enum\": [\"VerticalReferenceFrame\"] + },\n \"name\": { \"type\": \"string\" },\n \"anchor\": { \"type\": + \"string\" },\n \"anchor_epoch\": { \"type\": \"number\" },\n \"$schema\" + : {},\n \"scope\": {},\n \"area\": {},\n \"bbox\": {},\n + \ \"vertical_extent\": {},\n \"temporal_extent\": {},\n \"usages\": + {},\n \"remarks\": {},\n \"id\": {}, \"ids\": {}\n },\n + \ \"required\" : [ \"name\" ],\n \"additionalProperties\": false\n + \ }\n\n }\n}\n" + headers: + Access-Control-Allow-Origin: + - '*' + CF-Cache-Status: + - HIT + CF-Ray: + - 97d8457c686e15cd-IAD + Cache-Control: + - max-age=1200 + Connection: + - keep-alive + Content-Type: + - application/json + Date: + - Thu, 11 Sep 2025 15:41:49 GMT + ETag: + - W/"b36c7ce9824d274cfd711a16ef45d221" + Last-Modified: + - Thu, 25 Apr 2024 19:53:05 GMT + Server: + - cloudflare + Set-Cookie: + - __cf_bm=NkzDoJ5gWvmyLxNsAsKk929AOMOEiZFkvM6Hz0XtUtQ-1757605309-1.0.1.1-3eq.qgqSYaZtmbAPb.KfNolptzDXrHteCMmSoeRLW477PRxjlYcYgImYwz2qyRu2h0_Jc6zhXLVaAJY1XQBC0N35u2ZeOYsxPIE6tq2kOxY; + path=/; expires=Thu, 11-Sep-25 16:11:49 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=vVhoGEjcXSxrx0lQaZ4Jr9HejgKcDA_57alymDALveI-1757605309001-0.0.1.1-604800000; + path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None + Transfer-Encoding: + - chunked + Vary: + - Accept-Encoding + access-control-allow-methods: + - HEAD, OPTIONS, GET + alt-svc: + - h3=":443"; ma=86400 + cdn-cache-control: + - public + referrer-policy: + - no-referrer-when-downgrade + x-amz-id-2: + - 4CqUgAmdf2KJHeNFOeM5b06wSNvruKF2lIJzahRPcLccmToa5RuePCq61GcMLumrjEh4f144QTg= + x-amz-meta-mtime: + - '1714074779.458591481' + x-amz-request-id: + - 7J1TVVY6X3T9P0V9 + x-amz-server-side-encryption: + - AES256 + x-backend: + - web-i-0642c5cf0fa7f07c2 + x-content-type-options: + - nosniff + x-rtd-domain: + - proj.org + x-rtd-force-addons: + - 'true' + x-rtd-path: + - /proxito/html/osgeo-proj/latest/schemas/v0.7/projjson.schema.json + x-rtd-project: + - osgeo-proj + x-rtd-project-method: + - custom_domain + x-rtd-resolver-filename: + - /schemas/v0.7/projjson.schema.json + x-rtd-version: + - latest + x-rtd-version-method: + - path + x-served: + - Nginx-Proxito-Sendfile + status: + code: 200 + message: OK +version: 1 diff --git a/tests/test_stac_io.py b/tests/test_stac_io.py index 1b49a6c52..098f6ce3b 100644 --- a/tests/test_stac_io.py +++ b/tests/test_stac_io.py @@ -177,3 +177,13 @@ def test_urls_with_non_ascii_characters() -> None: else: with pytest.raises(pystac.STACError): pystac.Collection.from_file(url) + + +@pytest.mark.vcr() +def test_proj_json_schema_is_readable() -> None: + from pystac.stac_io import DefaultStacIO + + stac_io = DefaultStacIO() + _ = stac_io.read_text_from_href( + "https://proj.org/schemas/v0.7/projjson.schema.json" + ) From 0ee13812b4ecd298b97465893783fbbe116484d6 Mon Sep 17 00:00:00 2001 From: Julia Signell Date: Thu, 11 Sep 2025 11:44:18 -0400 Subject: [PATCH 4/6] Add headers to retry as well --- pystac/stac_io.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pystac/stac_io.py b/pystac/stac_io.py index 3ab63725d..2d0b204fb 100644 --- a/pystac/stac_io.py +++ b/pystac/stac_io.py @@ -457,6 +457,10 @@ def read_text_from_href(self, href: str) -> str: response = http.request( "GET", href, + headers={ + "User-Agent": f"pystac/{pystac.__version__}", + **self.headers, + }, retries=self.retry, # type: ignore ) return cast(str, response.data.decode("utf-8")) From 0095ec6dd2189a400c460d502ff27f3c666e15d7 Mon Sep 17 00:00:00 2001 From: Julia Signell Date: Thu, 11 Sep 2025 11:54:06 -0400 Subject: [PATCH 5/6] Rewritten cassettes with new User-Agent --- .../TestCatalog.test_read_remote.yaml | 96 ++- .../TestCatalog.test_validate_all[cat0].yaml | 28 +- .../TestCatalog.test_validate_all[cat1].yaml | 26 +- .../TestCatalog.test_validate_all[cat3].yaml | 24 +- .../TestCatalog.test_validate_all[cat4].yaml | 82 +-- .../TestCatalog.test_validate_all[cat5].yaml | 26 +- .../TestCatalog.test_validate_all[cat6].yaml | 78 +-- .../test_validate_all_with_max_n.yaml | 24 +- .../test_validate_all_with_recusive_off.yaml | 24 +- .../test_non_hierarchical_relative_link.yaml | 24 +- .../test_item/test_null_geometry.yaml | 134 ++-- .../test_proj_json_schema_is_readable.yaml | 24 +- .../test_stac_io/test_retry_stac_io.yaml | 38 +- .../test_stac_io/test_retry_stac_io_404.yaml | 8 +- .../test_urls_with_non_ascii_characters.yaml | 18 +- ...estcases[ABSOLUTE_PUBLISHED-catalog0].yaml | 24 +- ...estcases[ABSOLUTE_PUBLISHED-catalog1].yaml | 26 +- ...estcases[ABSOLUTE_PUBLISHED-catalog3].yaml | 24 +- ...estcases[ABSOLUTE_PUBLISHED-catalog4].yaml | 80 +-- ...estcases[ABSOLUTE_PUBLISHED-catalog5].yaml | 26 +- ...estcases[ABSOLUTE_PUBLISHED-catalog6].yaml | 80 +-- ...estcases[RELATIVE_PUBLISHED-catalog0].yaml | 24 +- ...estcases[RELATIVE_PUBLISHED-catalog1].yaml | 26 +- ...estcases[RELATIVE_PUBLISHED-catalog3].yaml | 24 +- ...estcases[RELATIVE_PUBLISHED-catalog4].yaml | 80 +-- ...estcases[RELATIVE_PUBLISHED-catalog5].yaml | 26 +- ...estcases[RELATIVE_PUBLISHED-catalog6].yaml | 76 +- ...st_testcases[SELF_CONTAINED-catalog0].yaml | 26 +- ...st_testcases[SELF_CONTAINED-catalog1].yaml | 26 +- ...st_testcases[SELF_CONTAINED-catalog3].yaml | 24 +- ...st_testcases[SELF_CONTAINED-catalog4].yaml | 80 +-- ...st_testcases[SELF_CONTAINED-catalog5].yaml | 24 +- ...st_testcases[SELF_CONTAINED-catalog6].yaml | 78 +-- .../test_apply_bitfields.yaml | 26 +- .../test_apply_classes.yaml | 24 +- .../test_validate_classification.yaml | 170 ++--- .../test_datacube/test_set_dimensions.yaml | 28 +- .../test_datacube/test_set_variables.yaml | 76 +- .../test_datacube/test_validate.yaml | 82 ++- .../cassettes/test_eo/test_asset_bands.yaml | 56 +- .../cassettes/test_eo/test_bands.yaml | 52 +- .../cassettes/test_eo/test_cloud_cover.yaml | 56 +- .../test_set_field[cloud_cover-7.8].yaml | 52 +- .../test_set_field[snow_cover-99].yaml | 52 +- .../cassettes/test_eo/test_validate_eo.yaml | 54 +- .../test_file/test_migrate_from_v1_0_0.yaml | 24 +- .../test_file/test_migrate_from_v2_0_0.yaml | 24 +- ...ations-local_path-different-file.xml].yaml | 26 +- ...n_asset[measurement-header_size-8192].yaml | 24 +- ...t[thumbnail-byte_order-little-endian].yaml | 24 +- ...0210163700a8a6501eccd00b6d3b44ddaed0].yaml | 24 +- ..._set_field_on_asset[thumbnail-size-1].yaml | 24 +- ..._on_link[about-byte_order-big-endian].yaml | 24 +- ...0210163700a8a6501eccd00b6d3b44ddaedb].yaml | 24 +- ...field_on_link[about-header_size-4092].yaml | 24 +- ...ield_on_link[about-local_path-a-path].yaml | 26 +- ..._set_field_on_link[about-size-129302].yaml | 24 +- .../test_file/test_validate_catalog.yaml | 24 +- .../test_file/test_validate_collection.yaml | 26 +- .../test_file/test_validate_item.yaml | 26 +- .../cassettes/test_grid/test_attributes.yaml | 26 +- .../cassettes/test_grid/test_modify.yaml | 24 +- .../test_label/LabelTest.test_from_file.yaml | 157 ----- .../LabelTest.test_label_classes.yaml | 157 ----- .../LabelTest.test_label_description.yaml | 157 ----- .../LabelTest.test_label_methods.yaml | 157 ----- .../LabelTest.test_label_overviews.yaml | 157 ----- .../LabelTest.test_label_properties.yaml | 157 ----- .../LabelTest.test_label_tasks.yaml | 157 ----- .../test_label/LabelTest.test_label_type.yaml | 157 ----- .../LabelTest.test_validate_label.yaml | 157 ----- .../test_set_field[grid_square-ZA].yaml | 24 +- .../test_set_field[latitude_band-C].yaml | 24 +- .../test_set_field[utm_zone-59].yaml | 24 +- .../cassettes/test_mgrs/test_validate.yaml | 26 +- .../cassettes/test_mlm/test_apply.yaml | 178 +---- .../test_mlm/test_mlm_validation.yaml | 651 ------------------ .../cassettes/test_mlm/test_validate_mlm.yaml | 56 +- .../cassettes/test_pointcloud/test_count.yaml | 28 +- .../test_pointcloud/test_density.yaml | 24 +- .../test_pointcloud/test_encoding.yaml | 24 +- .../test_pointcloud/test_schemas.yaml | 24 +- .../test_pointcloud/test_statistics.yaml | 24 +- .../cassettes/test_pointcloud/test_type.yaml | 24 +- .../test_validate_pointcloud.yaml | 26 +- .../cassettes/test_projection/test_bbox.yaml | 98 ++- .../test_projection/test_centroid.yaml | 96 ++- .../cassettes/test_projection/test_epsg.yaml | 96 ++- .../test_projection/test_geometry.yaml | 96 ++- .../test_projection/test_partial_apply.yaml | 98 ++- .../test_projection/test_projjson.yaml | 98 ++- .../cassettes/test_projection/test_shape.yaml | 96 ++- .../test_projection/test_transform.yaml | 98 ++- .../test_projection/test_validate_proj.yaml | 96 ++- .../cassettes/test_projection/test_wkt2.yaml | 98 ++- .../test_raster/test_asset_bands.yaml | 102 ++- .../test_raster/test_validate_raster.yaml | 158 ++--- .../test_render/test_collection_validate.yaml | 24 +- .../test_render/test_item_validate.yaml | 26 +- .../cassettes/test_sar/test_all.yaml | 32 +- .../cassettes/test_sar/test_required.yaml | 30 +- .../test_sat/test_absolute_orbit.yaml | 26 +- .../cassettes/test_sat/test_anx_datetime.yaml | 26 +- .../cassettes/test_sat/test_both.yaml | 24 +- .../test_sat/test_clear_orbit_state.yaml | 24 +- .../test_sat/test_clear_relative_orbit.yaml | 24 +- .../cassettes/test_sat/test_modify.yaml | 24 +- .../test_sat/test_no_args_fails.yaml | 26 +- .../cassettes/test_sat/test_orbit_state.yaml | 24 +- ...est_platform_international_designator.yaml | 26 +- .../test_sat/test_relative_orbit.yaml | 26 +- .../test_relative_orbit_no_negative.yaml | 26 +- .../test_scientific/test_citation.yaml | 26 +- .../test_collection_citation.yaml | 24 +- .../test_scientific/test_collection_doi.yaml | 26 +- .../test_collection_publications.yaml | 24 +- .../test_collection_publications_one.yaml | 24 +- ...ollection_remove_all_publications_one.yaml | 24 +- ...ion_remove_all_publications_with_none.yaml | 26 +- ...ion_remove_all_publications_with_some.yaml | 26 +- ...collection_remove_publication_forward.yaml | 26 +- ...est_collection_remove_publication_one.yaml | 26 +- ...collection_remove_publication_reverse.yaml | 26 +- .../cassettes/test_scientific/test_doi.yaml | 26 +- .../test_scientific/test_publications.yaml | 26 +- .../test_publications_one.yaml | 24 +- .../test_remove_all_publications_one.yaml | 26 +- ...est_remove_all_publications_with_none.yaml | 24 +- ...est_remove_all_publications_with_some.yaml | 26 +- .../test_remove_publication_forward.yaml | 24 +- .../test_remove_publication_one.yaml | 24 +- .../test_remove_publication_reverse.yaml | 26 +- .../test_storage/test_asset_platform.yaml | 26 +- .../test_storage/test_asset_region.yaml | 24 +- .../test_asset_requester_pays.yaml | 24 +- .../test_storage/test_asset_tier.yaml | 26 +- .../test_storage/test_validate_storage.yaml | 26 +- .../cassettes/test_table/test_validate.yaml | 28 +- .../test_timestamps/test_expires.yaml | 28 +- .../test_timestamps/test_published.yaml | 24 +- .../test_timestamps/test_unpublished.yaml | 24 +- .../test_validate_timestamps.yaml | 26 +- .../test_add_deprecated_version.yaml | 24 +- .../test_add_not_deprecated_version.yaml | 24 +- .../test_version/test_add_version.yaml | 26 +- .../test_version/test_all_links.yaml | 24 +- .../cassettes/test_version/test_assets.yaml | 24 +- .../test_catalog_add_version.yaml | 26 +- .../test_catalog_validate_all.yaml | 26 +- .../test_collection_add_version.yaml | 24 +- .../test_collection_validate_all.yaml | 24 +- .../cassettes/test_version/test_latest.yaml | 24 +- .../test_version/test_optional_version.yaml | 24 +- .../test_version/test_predecessor.yaml | 24 +- .../test_version/test_successor.yaml | 24 +- .../test_version_in_properties.yaml | 24 +- .../cassettes/test_view/test_azimuth.yaml | 54 +- .../test_view/test_incidence_angle.yaml | 52 +- .../cassettes/test_view/test_off_nadir.yaml | 54 +- .../cassettes/test_view/test_sun_azimuth.yaml | 54 +- .../test_view/test_sun_elevation.yaml | 54 +- .../test_view/test_validate_view.yaml | 52 +- .../test_collection_validate.yaml | 24 +- .../test_item_validate.yaml | 26 +- .../test_set_field[open_kwargs-value1].yaml | 24 +- ...est_set_field[storage_options-value0].yaml | 24 +- .../TestValidate.test_validate_all.yaml | 26 +- ...test_validate_all_deprecated_dict_arg.yaml | 24 +- ...te.test_validate_all_dict[test_case0].yaml | 250 +++---- ...te.test_validate_all_dict[test_case1].yaml | 236 +++---- ...te.test_validate_all_dict[test_case2].yaml | 238 +++---- ...te.test_validate_all_dict[test_case3].yaml | 234 +++---- ...te.test_validate_all_dict[test_case4].yaml | 314 ++++----- ...te.test_validate_all_dict[test_case5].yaml | 232 +++---- ...te.test_validate_all_dict[test_case6].yaml | 366 ++++------ ...lidate.test_validate_custom_validator.yaml | 46 +- ...date.test_validate_examples[example0].yaml | 24 +- ...te.test_validate_examples[example100].yaml | 168 ++--- ...te.test_validate_examples[example101].yaml | 90 +-- ...te.test_validate_examples[example102].yaml | 212 +++--- ...te.test_validate_examples[example103].yaml | 190 ++--- ...te.test_validate_examples[example104].yaml | 188 ++--- ...te.test_validate_examples[example105].yaml | 146 ++-- ...te.test_validate_examples[example106].yaml | 216 +++--- ...te.test_validate_examples[example107].yaml | 188 ++--- ...te.test_validate_examples[example108].yaml | 190 ++--- ...te.test_validate_examples[example109].yaml | 190 ++--- ...ate.test_validate_examples[example10].yaml | 26 +- ...te.test_validate_examples[example110].yaml | 144 ++-- ...te.test_validate_examples[example111].yaml | 190 ++--- ...te.test_validate_examples[example112].yaml | 50 +- ...te.test_validate_examples[example113].yaml | 48 +- ...te.test_validate_examples[example114].yaml | 244 +++---- ...te.test_validate_examples[example115].yaml | 284 ++++---- ...te.test_validate_examples[example116].yaml | 24 +- ...te.test_validate_examples[example117].yaml | 248 +++---- ...te.test_validate_examples[example118].yaml | 80 +-- ...te.test_validate_examples[example119].yaml | 198 +++--- ...ate.test_validate_examples[example11].yaml | 46 +- ...te.test_validate_examples[example120].yaml | 138 ++-- ...te.test_validate_examples[example121].yaml | 296 ++++---- ...te.test_validate_examples[example122].yaml | 270 +++----- ...te.test_validate_examples[example123].yaml | 26 +- ...te.test_validate_examples[example124].yaml | 240 +++---- ...ate.test_validate_examples[example12].yaml | 46 +- ...ate.test_validate_examples[example13].yaml | 44 +- ...ate.test_validate_examples[example14].yaml | 46 +- ...ate.test_validate_examples[example15].yaml | 46 +- ...ate.test_validate_examples[example16].yaml | 46 +- ...ate.test_validate_examples[example17].yaml | 48 +- ...ate.test_validate_examples[example18].yaml | 48 +- ...ate.test_validate_examples[example19].yaml | 48 +- ...date.test_validate_examples[example1].yaml | 22 +- ...ate.test_validate_examples[example20].yaml | 26 +- ...ate.test_validate_examples[example21].yaml | 24 +- ...ate.test_validate_examples[example22].yaml | 50 +- ...ate.test_validate_examples[example23].yaml | 70 +- ...ate.test_validate_examples[example24].yaml | 96 ++- ...ate.test_validate_examples[example25].yaml | 122 ++-- ...ate.test_validate_examples[example26].yaml | 50 +- ...ate.test_validate_examples[example27].yaml | 50 +- ...ate.test_validate_examples[example28].yaml | 48 +- ...ate.test_validate_examples[example29].yaml | 50 +- ...date.test_validate_examples[example2].yaml | 46 +- ...ate.test_validate_examples[example30].yaml | 24 +- ...ate.test_validate_examples[example31].yaml | 48 +- ...ate.test_validate_examples[example32].yaml | 24 +- ...ate.test_validate_examples[example33].yaml | 46 +- ...ate.test_validate_examples[example34].yaml | 192 +++--- ...ate.test_validate_examples[example35].yaml | 48 +- ...ate.test_validate_examples[example36].yaml | 72 +- ...ate.test_validate_examples[example37].yaml | 188 +++-- ...ate.test_validate_examples[example38].yaml | 48 +- ...ate.test_validate_examples[example39].yaml | 208 +++--- ...date.test_validate_examples[example3].yaml | 48 +- ...ate.test_validate_examples[example40].yaml | 48 +- ...ate.test_validate_examples[example41].yaml | 166 ++--- ...ate.test_validate_examples[example42].yaml | 210 +++--- ...ate.test_validate_examples[example43].yaml | 24 +- ...ate.test_validate_examples[example44].yaml | 160 ++--- ...ate.test_validate_examples[example45].yaml | 164 ++--- ...ate.test_validate_examples[example46].yaml | 166 ++--- ...ate.test_validate_examples[example47].yaml | 46 +- ...ate.test_validate_examples[example48].yaml | 48 +- ...ate.test_validate_examples[example49].yaml | 172 ++--- ...date.test_validate_examples[example4].yaml | 44 +- ...ate.test_validate_examples[example50].yaml | 50 +- ...ate.test_validate_examples[example51].yaml | 264 +++---- ...ate.test_validate_examples[example52].yaml | 172 ++--- ...ate.test_validate_examples[example53].yaml | 172 ++--- ...ate.test_validate_examples[example54].yaml | 172 ++--- ...ate.test_validate_examples[example55].yaml | 222 +++--- ...ate.test_validate_examples[example56].yaml | 248 +++---- ...ate.test_validate_examples[example57].yaml | 222 +++--- ...ate.test_validate_examples[example58].yaml | 98 ++- ...ate.test_validate_examples[example59].yaml | 270 +++----- ...date.test_validate_examples[example5].yaml | 70 +- ...ate.test_validate_examples[example60].yaml | 98 ++- ...ate.test_validate_examples[example61].yaml | 248 +++---- ...ate.test_validate_examples[example62].yaml | 216 +++--- ...ate.test_validate_examples[example63].yaml | 176 ++--- ...ate.test_validate_examples[example64].yaml | 224 +++--- ...ate.test_validate_examples[example65].yaml | 222 +++--- ...ate.test_validate_examples[example66].yaml | 224 +++--- ...ate.test_validate_examples[example67].yaml | 222 +++--- ...ate.test_validate_examples[example68].yaml | 170 ++--- ...ate.test_validate_examples[example69].yaml | 226 +++--- ...date.test_validate_examples[example6].yaml | 46 +- ...ate.test_validate_examples[example70].yaml | 24 +- ...ate.test_validate_examples[example71].yaml | 22 +- ...ate.test_validate_examples[example72].yaml | 48 +- ...ate.test_validate_examples[example73].yaml | 46 +- ...ate.test_validate_examples[example74].yaml | 212 +++--- ...ate.test_validate_examples[example75].yaml | 94 ++- ...ate.test_validate_examples[example76].yaml | 96 ++- ...ate.test_validate_examples[example77].yaml | 214 +++--- ...ate.test_validate_examples[example78].yaml | 190 ++--- ...ate.test_validate_examples[example79].yaml | 68 +- ...date.test_validate_examples[example7].yaml | 22 +- ...ate.test_validate_examples[example80].yaml | 24 +- ...ate.test_validate_examples[example81].yaml | 238 +++---- ...ate.test_validate_examples[example82].yaml | 230 +++---- ...ate.test_validate_examples[example83].yaml | 230 +++---- ...ate.test_validate_examples[example84].yaml | 46 +- ...ate.test_validate_examples[example85].yaml | 48 +- ...ate.test_validate_examples[example86].yaml | 230 +++---- ...ate.test_validate_examples[example87].yaml | 232 +++---- ...ate.test_validate_examples[example88].yaml | 46 +- ...ate.test_validate_examples[example89].yaml | 230 +++---- ...date.test_validate_examples[example8].yaml | 22 +- ...ate.test_validate_examples[example90].yaml | 138 ++-- ...ate.test_validate_examples[example91].yaml | 142 ++-- ...ate.test_validate_examples[example92].yaml | 262 +++---- ...ate.test_validate_examples[example93].yaml | 192 +++--- ...ate.test_validate_examples[example94].yaml | 252 +++---- ...ate.test_validate_examples[example95].yaml | 192 +++--- ...ate.test_validate_examples[example96].yaml | 92 +-- ...ate.test_validate_examples[example97].yaml | 236 +++---- ...ate.test_validate_examples[example98].yaml | 258 +++---- ...ate.test_validate_examples[example99].yaml | 236 +++---- ...date.test_validate_examples[example9].yaml | 44 +- 301 files changed, 9894 insertions(+), 16616 deletions(-) delete mode 100644 tests/extensions/cassettes/test_label/LabelTest.test_from_file.yaml delete mode 100644 tests/extensions/cassettes/test_label/LabelTest.test_label_classes.yaml delete mode 100644 tests/extensions/cassettes/test_label/LabelTest.test_label_description.yaml delete mode 100644 tests/extensions/cassettes/test_label/LabelTest.test_label_methods.yaml delete mode 100644 tests/extensions/cassettes/test_label/LabelTest.test_label_overviews.yaml delete mode 100644 tests/extensions/cassettes/test_label/LabelTest.test_label_properties.yaml delete mode 100644 tests/extensions/cassettes/test_label/LabelTest.test_label_tasks.yaml delete mode 100644 tests/extensions/cassettes/test_label/LabelTest.test_label_type.yaml delete mode 100644 tests/extensions/cassettes/test_label/LabelTest.test_validate_label.yaml delete mode 100644 tests/extensions/cassettes/test_mlm/test_mlm_validation.yaml diff --git a/tests/cassettes/test_catalog/TestCatalog.test_read_remote.yaml b/tests/cassettes/test_catalog/TestCatalog.test_read_remote.yaml index 78a5e1c24..71ffd9f81 100644 --- a/tests/cassettes/test_catalog/TestCatalog.test_read_remote.yaml +++ b/tests/cassettes/test_catalog/TestCatalog.test_read_remote.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/catalog.json response: @@ -27,7 +23,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '436' Content-Security-Policy: @@ -37,35 +33,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:18 GMT + - Thu, 11 Sep 2025 15:51:20 GMT ETag: - '"e74ebcbc46d43c5b693ecb995381fbeba03583627e6d65b21ed7678a10d94729"' Expires: - - Thu, 23 Jan 2025 15:09:18 GMT + - Thu, 11 Sep 2025 15:56:20 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f039e0965880c3a4f071ce585f60acb588f5f11c + - b529d376c653063dbe51649d16b4513f9b18c8ca X-Frame-Options: - deny X-GitHub-Request-Id: - - 4495:22F95D:205FB0:23AFE6:67925A71 + - 159F:3ACAF2:F8CE77:1374D7D:68C2EE9E X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4650-BOS X-Timer: - - S1737644658.294291,VS0,VE340 + - S1757605881.609397,VS0,VE34 X-XSS-Protection: - 1; mode=block status: @@ -74,12 +70,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/zanzibar/collection.json response: @@ -117,7 +109,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1709' Content-Security-Policy: @@ -127,35 +119,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:18 GMT + - Thu, 11 Sep 2025 15:51:20 GMT ETag: - '"ddd340bc27c120dd2e43868bcde0510a326a6223dac1b0c47c05100e20d1397e"' Expires: - - Thu, 23 Jan 2025 15:09:18 GMT + - Thu, 11 Sep 2025 15:56:20 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e84c45e0397a83b17c87b325715b916f5d64468d + - 3b49c3a05484403c226cd6bf3f5c47020c8fa603 X-Frame-Options: - deny X-GitHub-Request-Id: - - FE9B:2B18D8:1FA6D6:22F4DA:67925A70 + - E9A4:25E917:F65002:134CF27:68C2EE9F X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4660-BOS X-Timer: - - S1737644659.655386,VS0,VE202 + - S1757605881.744502,VS0,VE44 X-XSS-Protection: - 1; mode=block status: @@ -164,12 +156,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/zanzibar/znz001.json response: @@ -217,7 +205,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2776' Content-Security-Policy: @@ -227,35 +215,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:19 GMT + - Thu, 11 Sep 2025 15:51:20 GMT ETag: - '"80ec96bc0acf2e604a03f109bd730426aa82e442d44946231cbe82a531b944f7"' Expires: - - Thu, 23 Jan 2025 15:09:19 GMT + - Thu, 11 Sep 2025 15:56:20 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ed03994fba3b95f37322480c8fd73cae1db4b104 + - f022c197150d57ef5d41874f68c5bf2739937624 X-Frame-Options: - deny X-GitHub-Request-Id: - - 45D8:173A05:25B586:2904B8:67925A71 + - A679:3ACAF2:F8CEAC:1374DBE:68C2EE9F X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4624-BOS X-Timer: - - S1737644659.878747,VS0,VE149 + - S1757605881.859959,VS0,VE68 X-XSS-Protection: - 1; mode=block status: @@ -264,12 +252,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/zanzibar/znz029.json response: @@ -317,7 +301,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2774' Content-Security-Policy: @@ -327,35 +311,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:19 GMT + - Thu, 11 Sep 2025 15:51:21 GMT ETag: - '"726870312c74ead0b10c3125045c301e8600929684c49447d64c2db72dc779fc"' Expires: - - Thu, 23 Jan 2025 15:09:19 GMT + - Thu, 11 Sep 2025 15:56:21 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 46f5162223936806654b1d3c67dbe991947e2158 + - 3fdd9d041aa32f44206789e13a539495a5b9eecb X-Frame-Options: - deny X-GitHub-Request-Id: - - 5188:121744:23621E:26B43C:67925A70 + - 2E1B:3B0BD:FEBD0E:13D3C78:68C2EEA1 X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4639-BOS X-Timer: - - S1737644659.050995,VS0,VE130 + - S1757605881.995906,VS0,VE46 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat0].yaml b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat0].yaml index 761af3948..9e2320c5a 100644 --- a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat0].yaml +++ b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat0].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:19 GMT + - Thu, 11 Sep 2025 15:51:21 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -134,21 +130,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - - '0' + - '2' X-Fastly-Request-ID: - - 7f59783378f4a0da3ffe78cc03723e72fa363000 + - e0d61e319033d4fab6702fca038f5074c34cf44e X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4620-BOS X-Timer: - - S1737644660.657692,VS0,VE83 + - S1757605882.984425,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat1].yaml b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat1].yaml index 302d197a0..59b76fc58 100644 --- a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat1].yaml +++ b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat1].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:19 GMT + - Thu, 11 Sep 2025 15:51:22 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -136,19 +132,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 8b827a92c4eae87602f45d77b4564f1dbfdd006c + - 7a6523da33e2950b0e9b8a072a0deb189e9750c9 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4621-BOS X-Timer: - - S1737644660.814804,VS0,VE1 + - S1757605882.169838,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat3].yaml b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat3].yaml index b0de8933a..a634efbe6 100644 --- a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat3].yaml +++ b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat3].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:19 GMT + - Thu, 11 Sep 2025 15:51:22 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,17 +134,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 7160d2518ee3d156d80c8291c4550540ee6d2e55 + - 575bca7664d347a7fca925d3c89f8d28a79f4915 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4631-BOS X-Timer: - - S1737644660.859808,VS0,VE1 + - S1757605882.314284,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat4].yaml b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat4].yaml index 9c9714237..a55e31821 100644 --- a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat4].yaml +++ b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat4].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '11' + - '368' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:20 GMT + - Thu, 11 Sep 2025 15:51:23 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -111,19 +107,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 12f736527cd679522363434b065bdf34a69712c4 + - b6683c4a92f190a8bbe93f00007f037cd1f3079e X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4651-BOS X-Timer: - - S1737644660.211663,VS0,VE1 + - S1757605883.120598,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '11' + - '368' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:20 GMT + - Thu, 11 Sep 2025 15:51:23 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -231,19 +221,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '5' X-Fastly-Request-ID: - - 93eb3ee9efde3e56bbd3ced5adf83c542edaecf9 + - a050cdc815725f559afd70fcbb02d1d6dbed27cc X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4677-BOS X-Timer: - - S1737644660.229419,VS0,VE1 + - S1757605883.191988,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -315,21 +299,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '11' + - '369' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:20 GMT + - Thu, 11 Sep 2025 15:51:23 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -341,19 +325,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 1bd908a4b10cde88b83e3a8ca212abb250473123 + - a8cd15fd1c380b2872a836dccb42f3c241365e1e X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4656-BOS X-Timer: - - S1737644660.247245,VS0,VE1 + - S1757605883.254248,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat5].yaml b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat5].yaml index 3aec01507..97d9ace1f 100644 --- a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat5].yaml +++ b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat5].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:20 GMT + - Thu, 11 Sep 2025 15:51:23 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -136,19 +132,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 9bdd7e26bd4bfe178753018407722dfd2d55b8af + - 0ae257005d67f079967d810f8e49557ad385d97f X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300077-DEN + - cache-bos4673-BOS X-Timer: - - S1737644660.282189,VS0,VE1 + - S1757605883.356225,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat6].yaml b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat6].yaml index 375fb4437..8d621cd51 100644 --- a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat6].yaml +++ b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat6].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '11' + - '370' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:20 GMT + - Thu, 11 Sep 2025 15:51:24 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -111,19 +107,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '18' + - '2' X-Fastly-Request-ID: - - f5b5b212edaa55c5e5cee6705d314fe0b413b514 + - 530d76fd631d4e3e543fe447b557d5fd4d063712 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4639-BOS X-Timer: - - S1737644661.629768,VS0,VE0 + - S1757605884.201744,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -195,21 +185,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '11' + - '369' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:20 GMT + - Thu, 11 Sep 2025 15:51:24 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -223,17 +213,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - faa65b48927ee7e3acb01cddd4cb9f79d61852be + - 6fda52bd25933dcf96b304875de2e06466d3442f X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4680-BOS X-Timer: - - S1737644661.647076,VS0,VE1 + - S1757605884.274620,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -242,12 +230,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -315,17 +299,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '11' + - '369' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:20 GMT + - Thu, 11 Sep 2025 15:51:24 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -343,17 +327,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - aa70ae2ee9a7a94c6373ec2eea28d89f473263fd + - ffe5a0835ed16ded190bff8d34715faac65e69ea X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4628-BOS X-Timer: - - S1737644661.672522,VS0,VE1 + - S1757605884.370236,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_catalog/test_validate_all_with_max_n.yaml b/tests/cassettes/test_catalog/test_validate_all_with_max_n.yaml index 66013d132..d0c133b06 100644 --- a/tests/cassettes/test_catalog/test_validate_all_with_max_n.yaml +++ b/tests/cassettes/test_catalog/test_validate_all_with_max_n.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:20 GMT + - Thu, 11 Sep 2025 15:51:24 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,17 +134,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 4b955b5e880b1354b0d5b3cebd80e420f1166cfd + - 226eb6e07ce5fd9b7b529f2cc4094d3592e1c652 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4621-BOS X-Timer: - - S1737644661.831435,VS0,VE1 + - S1757605885.721734,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_catalog/test_validate_all_with_recusive_off.yaml b/tests/cassettes/test_catalog/test_validate_all_with_recusive_off.yaml index abffe4b01..4442c1230 100644 --- a/tests/cassettes/test_catalog/test_validate_all_with_recusive_off.yaml +++ b/tests/cassettes/test_catalog/test_validate_all_with_recusive_off.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:20 GMT + - Thu, 11 Sep 2025 15:51:24 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,17 +134,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - a176a339dd4eaea8f8b3ba456860e5a227d9f6c9 + - d11ae9c9b4f71336beb2c39e9ce6d16c678d7c8e X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4672-BOS X-Timer: - - S1737644661.929971,VS0,VE1 + - S1757605885.987623,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_item/test_non_hierarchical_relative_link.yaml b/tests/cassettes/test_item/test_non_hierarchical_relative_link.yaml index 0926c4dc8..107a8a83d 100644 --- a/tests/cassettes/test_item/test_non_hierarchical_relative_link.yaml +++ b/tests/cassettes/test_item/test_non_hierarchical_relative_link.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/examples/sentinel2.json response: @@ -84,7 +80,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5364' Content-Security-Policy: @@ -94,35 +90,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:22 GMT + - Thu, 11 Sep 2025 15:51:25 GMT ETag: - '"7b5b9590049813a43b1a9c064eb61dd6b9c25e8e649fff820d3ac83580b7e559"' Expires: - - Thu, 23 Jan 2025 15:09:22 GMT + - Thu, 11 Sep 2025 15:56:25 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 704beffa472adf35d2683b1322aed49a370a6f5c + - dfc83047c67598317344fa0aecf2030541f09a84 X-Frame-Options: - deny X-GitHub-Request-Id: - - F62F:173A05:25B71F:290674:67925A75 + - 0F0F:9DF63:14AF5F:192194:68C2EEA6 X-Served-By: - - cache-den-kden1300040-DEN + - cache-bos4624-BOS X-Timer: - - S1737644662.684201,VS0,VE358 + - S1757605886.932207,VS0,VE49 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/cassettes/test_item/test_null_geometry.yaml b/tests/cassettes/test_item/test_null_geometry.yaml index 61bcb8d14..d8e38639b 100644 --- a/tests/cassettes/test_item/test_null_geometry.yaml +++ b/tests/cassettes/test_item/test_null_geometry.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.13 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Sun, 02 Feb 2025 00:00:39 GMT + - Thu, 11 Sep 2025 15:51:25 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 9a54b2c2e8d8dfda667d69d0dd28acd3c223b4c7 + - 44b3f0a2316a7900685b9e44c48fcd7bd4596d19 X-GitHub-Request-Id: - - 6B5F:16F8:3EC0E8:470F4B:679E5948 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-bos4633-BOS + - cache-bos4656-BOS X-Timer: - - S1738454440.623801,VS0,VE20 + - S1757605885.356386,VS0,VE1 expires: - - Sat, 01 Feb 2025 17:36:33 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.13 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Sun, 02 Feb 2025 00:00:39 GMT + - Thu, 11 Sep 2025 15:51:25 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 8f6c3b198c4c026542ea5cc5b46485cfce14313c + - 7c20cf581f241245b41a36ad7a8d72924d582cd6 X-GitHub-Request-Id: - - 7D47:4AAAC:67C965:716773:679E5948 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-bos4643-BOS + - cache-bos4634-BOS X-Timer: - - S1738454440.712740,VS0,VE30 + - S1757605885.449766,VS0,VE1 expires: - - Sat, 01 Feb 2025 17:36:33 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.13 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Sun, 02 Feb 2025 00:00:39 GMT + - Thu, 11 Sep 2025 15:51:25 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 530a4436422927e3d78506b58f78887510928f7f + - 7b6c408875ffdc8c6e674e2951655d985656850c X-GitHub-Request-Id: - - 97C0:A1EF3:5E972D:68288C:679E5949 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-bos4655-BOS + - cache-bos4645-BOS X-Timer: - - S1738454440.811790,VS0,VE30 + - S1757605886.536442,VS0,VE1 expires: - - Sat, 01 Feb 2025 17:36:33 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.13 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Sun, 02 Feb 2025 00:00:39 GMT + - Thu, 11 Sep 2025 15:51:25 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,15 +332,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - efcbb9e72539f153ef7cf2b7377c273d12c96c9e + - 9cc6111c479e5d68b3a9da6d5d9a4ffde8746173 X-GitHub-Request-Id: - - FA0A:15A6D:5C46DD:65DCD4:679E5947 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-bos4692-BOS + - cache-bos4643-BOS X-Timer: - - S1738454440.905646,VS0,VE41 + - S1757605886.621146,VS0,VE1 expires: - - Sat, 01 Feb 2025 17:36:33 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -367,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.13 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -388,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Sun, 02 Feb 2025 00:00:40 GMT + - Thu, 11 Sep 2025 15:51:25 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,15 +392,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 3d703898d330148032f27df7d9d46c65c819285e + - f6cbffa8343fb2b41166baa5343d843488f13a64 X-GitHub-Request-Id: - - 085E:1C811A:56FD1C:609622:679E5949 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-bos4624-BOS + - cache-bos4638-BOS X-Timer: - - S1738454440.007807,VS0,VE27 + - S1757605886.710423,VS0,VE1 expires: - - Sat, 01 Feb 2025 17:36:33 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -433,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.13 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -464,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Sun, 02 Feb 2025 00:00:40 GMT + - Thu, 11 Sep 2025 15:51:25 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,15 +464,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 01a1b60753cc5e73cb47bd5d87093ead8c9e73d8 + - 7e3b0a03ead46ab4d3dea34febc727160722a61e X-GitHub-Request-Id: - - 6370:26E82C:5B4B43:64E477:679E5947 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-bos4647-BOS + - cache-bos4641-BOS X-Timer: - - S1738454440.107510,VS0,VE29 + - S1757605886.795976,VS0,VE1 expires: - - Sat, 01 Feb 2025 17:36:33 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/cassettes/test_stac_io/test_proj_json_schema_is_readable.yaml b/tests/cassettes/test_stac_io/test_proj_json_schema_is_readable.yaml index b86dcedd8..c0c6e1c10 100644 --- a/tests/cassettes/test_stac_io/test_proj_json_schema_is_readable.yaml +++ b/tests/cassettes/test_stac_io/test_proj_json_schema_is_readable.yaml @@ -13,11 +13,11 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '457' + - '1036' CF-Cache-Status: - HIT CF-Ray: - - 97d8457b781628a2-IAD + - 97d8539f5e1f3725-IAD Cache-Control: - max-age=1200 Connection: @@ -29,16 +29,16 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 11 Sep 2025 15:41:48 GMT + - Thu, 11 Sep 2025 15:51:27 GMT Location: - https://proj.org/en/latest/schemas/v0.7/projjson.schema.json Server: - cloudflare Set-Cookie: - - __cf_bm=Lr3c0mPtrw4dE4Ev3LKmgx.rcYf032ovFAzjGGhbY3o-1757605308-1.0.1.1-ROtD5NJZzRvFH7izspqpgoxduWqXHlSk.gryRRYAdqD__OgPLyq9OdC2n_szXihAO.sF6.fPFjrGDZGLH3j5x.GXGky1vFt1ZLlJBS8zJNM; - path=/; expires=Thu, 11-Sep-25 16:11:48 GMT; domain=.proj.org; HttpOnly; Secure; + - __cf_bm=pffCmUEWVOIrGzNslmq3bhZzc.TGV.GMdOp4SAaO7tc-1757605887-1.0.1.1-1R2d2q5_RL0JlpzZCn.2S7qcN_XMxuxJRkxzB1i8aNpqNCzVnR7ZoMckP4nApMgtt85M2EQnAtjEwzJBIjFzLaaxCGGqDG3JYRlYbSpLuGk; + path=/; expires=Thu, 11-Sep-25 16:21:27 GMT; domain=.proj.org; HttpOnly; Secure; SameSite=None - - _cfuvid=QEfQSYJqub8z8bTCOKiPSJJge19KCL6l_CUtTS1fWZI-1757605308759-0.0.1.1-604800000; + - _cfuvid=8bcauOXwDNavl0K0yP.M8DS4W6eIZ45Gxzin08aHL3E-1757605887932-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - Accept-Language, Accept-Encoding @@ -605,10 +605,12 @@ interactions: headers: Access-Control-Allow-Origin: - '*' + Age: + - '580' CF-Cache-Status: - HIT CF-Ray: - - 97d8457c686e15cd-IAD + - 97d853a039dd1777-IAD Cache-Control: - max-age=1200 Connection: @@ -616,7 +618,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 11 Sep 2025 15:41:49 GMT + - Thu, 11 Sep 2025 15:51:28 GMT ETag: - W/"b36c7ce9824d274cfd711a16ef45d221" Last-Modified: @@ -624,10 +626,10 @@ interactions: Server: - cloudflare Set-Cookie: - - __cf_bm=NkzDoJ5gWvmyLxNsAsKk929AOMOEiZFkvM6Hz0XtUtQ-1757605309-1.0.1.1-3eq.qgqSYaZtmbAPb.KfNolptzDXrHteCMmSoeRLW477PRxjlYcYgImYwz2qyRu2h0_Jc6zhXLVaAJY1XQBC0N35u2ZeOYsxPIE6tq2kOxY; - path=/; expires=Thu, 11-Sep-25 16:11:49 GMT; domain=.proj.org; HttpOnly; Secure; + - __cf_bm=QM20anIice6rtuegHAmlg6MtIQyy2LovMnP_A5xlTF0-1757605888-1.0.1.1-JN0U_vfefTJfDw5mjBssxxDxWL.zR1Yi.AI0nbg1_WGkkFPDyiLKgTLW9HIN8GJIutYMnE6MQIC6VNg0Bl3y0pXO0zaluh7b99aaDFfiFyg; + path=/; expires=Thu, 11-Sep-25 16:21:28 GMT; domain=.proj.org; HttpOnly; Secure; SameSite=None - - _cfuvid=vVhoGEjcXSxrx0lQaZ4Jr9HejgKcDA_57alymDALveI-1757605309001-0.0.1.1-604800000; + - _cfuvid=KIeciD6mVLpfaYSnVBvmQWwH.vvw.Qie2IxRifYjgBQ-1757605888085-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked diff --git a/tests/cassettes/test_stac_io/test_retry_stac_io.yaml b/tests/cassettes/test_stac_io/test_retry_stac_io.yaml index eba5e33bc..4562d4295 100644 --- a/tests/cassettes/test_stac_io/test_retry_stac_io.yaml +++ b/tests/cassettes/test_stac_io/test_retry_stac_io.yaml @@ -1,14 +1,16 @@ interactions: - request: body: null - headers: {} + headers: + User-Agent: + - pystac/1.13.0 method: GET uri: https://planetarycomputer.microsoft.com/api/stac/v1 response: body: string: '{"type":"Catalog","id":"microsoft-pc","title":"Microsoft Planetary Computer STAC API","description":"Searchable spatiotemporal metadata describing - Earth science datasets hosted by the Microsoft Planetary Computer","stac_version":"1.0.0","conformsTo":["https://api.stacspec.org/v1.0.0/core","https://api.stacspec.org/v1.0.0/ogcapi-features","http://www.opengis.net/spec/cql2/1.0/conf/basic-cql2","https://api.stacspec.org/v1.0.0/item-search#query","http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core","https://api.stacspec.org/v1.0.0-rc.2/item-search#filter","https://api.stacspec.org/v1.0.0/item-search","http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30","http://www.opengis.net/spec/cql2/1.0/conf/cql2-json","http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/filter","http://www.opengis.net/spec/cql2/1.0/conf/cql2-text","https://api.stacspec.org/v1.0.0/item-search#sort","http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson","https://api.stacspec.org/v1.0.0/collections","https://api.stacspec.org/v1.0.0/item-search#fields"],"links":[{"rel":"self","type":"application/json","href":"https://planetarycomputer.microsoft.com/api/stac/v1/"},{"rel":"root","type":"application/json","href":"https://planetarycomputer.microsoft.com/api/stac/v1/"},{"rel":"data","type":"application/json","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections"},{"rel":"conformance","type":"application/json","title":"STAC/OGC + Earth science datasets hosted by the Microsoft Planetary Computer","stac_version":"1.0.0","conformsTo":["http://www.opengis.net/spec/cql2/1.0/conf/basic-cql2","https://api.stacspec.org/v1.0.0/item-search#sort","http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30","https://api.stacspec.org/v1.0.0/item-search#fields","https://api.stacspec.org/v1.0.0/ogcapi-features","https://api.stacspec.org/v1.0.0/core","https://api.stacspec.org/v1.0.0-rc.2/item-search#filter","http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core","http://www.opengis.net/spec/cql2/1.0/conf/cql2-json","https://api.stacspec.org/v1.0.0/item-search","http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/filter","http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson","https://api.stacspec.org/v1.0.0/collections","http://www.opengis.net/spec/cql2/1.0/conf/cql2-text","https://api.stacspec.org/v1.0.0/item-search#query"],"links":[{"rel":"self","type":"application/json","href":"https://planetarycomputer.microsoft.com/api/stac/v1/"},{"rel":"root","type":"application/json","href":"https://planetarycomputer.microsoft.com/api/stac/v1/"},{"rel":"data","type":"application/json","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections"},{"rel":"conformance","type":"application/json","title":"STAC/OGC conformance classes implemented by this server","href":"https://planetarycomputer.microsoft.com/api/stac/v1/conformance"},{"rel":"search","type":"application/geo+json","title":"STAC search","href":"https://planetarycomputer.microsoft.com/api/stac/v1/search","method":"GET"},{"rel":"search","type":"application/geo+json","title":"STAC search","href":"https://planetarycomputer.microsoft.com/api/stac/v1/search","method":"POST"},{"rel":"http://www.opengis.net/def/rel/ogc/1.0/queryables","type":"application/schema+json","title":"Queryables","href":"https://planetarycomputer.microsoft.com/api/stac/v1/queryables","method":"GET"},{"rel":"child","type":"application/json","title":"Daymet @@ -16,8 +18,7 @@ interactions: Daily Hawaii","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/daymet-daily-hi"},{"rel":"child","type":"application/json","title":"USGS 3DEP Seamless DEMs","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/3dep-seamless"},{"rel":"child","type":"application/json","title":"USGS 3DEP Lidar Digital Surface Model","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/3dep-lidar-dsm"},{"rel":"child","type":"application/json","title":"Forest - Inventory and Analysis","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/fia"},{"rel":"child","type":"application/json","title":"Sentinel - 1 Radiometrically Terrain Corrected (RTC)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-1-rtc"},{"rel":"child","type":"application/json","title":"gridMET","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/gridmet"},{"rel":"child","type":"application/json","title":"Daymet + Inventory and Analysis","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/fia"},{"rel":"child","type":"application/json","title":"gridMET","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/gridmet"},{"rel":"child","type":"application/json","title":"Daymet Annual North America","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/daymet-annual-na"},{"rel":"child","type":"application/json","title":"Daymet Monthly North America","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/daymet-monthly-na"},{"rel":"child","type":"application/json","title":"Daymet Annual Hawaii","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/daymet-annual-hi"},{"rel":"child","type":"application/json","title":"Daymet @@ -26,13 +27,14 @@ interactions: Soil Database - Tables","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/gnatsgo-tables"},{"rel":"child","type":"application/json","title":"HGB: Harmonized Global Biomass for 2010","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/hgb"},{"rel":"child","type":"application/json","title":"Copernicus DEM GLO-30","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/cop-dem-glo-30"},{"rel":"child","type":"application/json","title":"Copernicus - DEM GLO-90","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/cop-dem-glo-90"},{"rel":"child","type":"application/json","title":"GOES-R - Cloud & Moisture Imagery","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/goes-cmi"},{"rel":"child","type":"application/json","title":"TerraClimate","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/terraclimate"},{"rel":"child","type":"application/json","title":"Earth + DEM GLO-90","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/cop-dem-glo-90"},{"rel":"child","type":"application/json","title":"TerraClimate","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/terraclimate"},{"rel":"child","type":"application/json","title":"Earth Exchange Global Daily Downscaled Projections (NEX-GDDP-CMIP6)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/nasa-nex-gddp-cmip6"},{"rel":"child","type":"application/json","title":"GPM IMERG","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/gpm-imerg-hhr"},{"rel":"child","type":"application/json","title":"gNATSGO Soil Database - Rasters","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/gnatsgo-rasters"},{"rel":"child","type":"application/json","title":"USGS 3DEP Lidar Height above Ground","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/3dep-lidar-hag"},{"rel":"child","type":"application/json","title":"10m - Annual Land Use Land Cover (9-class) V2","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/io-lulc-annual-v02"},{"rel":"child","type":"application/json","title":"CONUS404","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/conus404"},{"rel":"child","type":"application/json","title":"USGS + Annual Land Use Land Cover (9-class) V2","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/io-lulc-annual-v02"},{"rel":"child","type":"application/json","title":"GOES-R + Cloud & Moisture Imagery","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/goes-cmi"},{"rel":"child","type":"application/json","title":"CONUS404","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/conus404"},{"rel":"child","type":"application/json","title":"Sentinel + 1 Radiometrically Terrain Corrected (RTC)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-1-rtc"},{"rel":"child","type":"application/json","title":"USGS 3DEP Lidar Intensity","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/3dep-lidar-intensity"},{"rel":"child","type":"application/json","title":"USGS 3DEP Lidar Point Source","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/3dep-lidar-pointsourceid"},{"rel":"child","type":"application/json","title":"MTBS: Monitoring Trends in Burn Severity","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/mtbs"},{"rel":"child","type":"application/json","title":"C-CAP @@ -82,8 +84,7 @@ interactions: Cover of Canada","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/nrcan-landcover"},{"rel":"child","type":"application/json","title":"MODIS Snow Cover 8-day","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/modis-10A2-061"},{"rel":"child","type":"application/json","title":"ECMWF Open Data (real-time)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/ecmwf-forecast"},{"rel":"child","type":"application/json","title":"NOAA - MRMS QPE 24-Hour Pass 2","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/noaa-mrms-qpe-24h-pass2"},{"rel":"child","type":"application/json","title":"Sentinel - 1 Level-1 Ground Range Detected (GRD)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-1-grd"},{"rel":"child","type":"application/json","title":"NASADEM + MRMS QPE 24-Hour Pass 2","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/noaa-mrms-qpe-24h-pass2"},{"rel":"child","type":"application/json","title":"NASADEM HGT v001","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/nasadem"},{"rel":"child","type":"application/json","title":"Esri 10-Meter Land Cover (10-class)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/io-lulc"},{"rel":"child","type":"application/json","title":"Landsat Collection 2 Level-1","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/landsat-c2-l1"},{"rel":"child","type":"application/json","title":"Denver @@ -93,8 +94,7 @@ interactions: Land Use","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/chesapeake-lu"},{"rel":"child","type":"application/json","title":"NOAA MRMS QPE 1-Hour Pass 1","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/noaa-mrms-qpe-1h-pass1"},{"rel":"child","type":"application/json","title":"NOAA MRMS QPE 1-Hour Pass 2","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/noaa-mrms-qpe-1h-pass2"},{"rel":"child","type":"application/json","title":"Monthly - NOAA U.S. Climate Gridded Dataset (NClimGrid)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/noaa-nclimgrid-monthly"},{"rel":"child","type":"application/json","title":"GOES-R - Lightning Detection","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/goes-glm"},{"rel":"child","type":"application/json","title":"USDA + NOAA U.S. Climate Gridded Dataset (NClimGrid)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/noaa-nclimgrid-monthly"},{"rel":"child","type":"application/json","title":"USDA Cropland Data Layers (CDLs)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/usda-cdl"},{"rel":"child","type":"application/json","title":"Urban Innovation Eclipse Sensor Data","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/eclipse"},{"rel":"child","type":"application/json","title":"ESA Climate Change Initiative Land Cover Maps (Cloud Optimized GeoTIFF)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/esa-cci-lc"},{"rel":"child","type":"application/json","title":"ESA @@ -103,7 +103,9 @@ interactions: LCMAP CONUS Collection 1.3","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/usgs-lcmap-conus-v13"},{"rel":"child","type":"application/json","title":"USGS LCMAP Hawaii Collection 1.0","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/usgs-lcmap-hawaii-v10"},{"rel":"child","type":"application/json","title":"NOAA US Tabular Climate Normals","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/noaa-climate-normals-tabular"},{"rel":"child","type":"application/json","title":"NOAA - US Gridded Climate Normals (NetCDF)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/noaa-climate-normals-netcdf"},{"rel":"child","type":"application/json","title":"NOAA + US Gridded Climate Normals (NetCDF)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/noaa-climate-normals-netcdf"},{"rel":"child","type":"application/json","title":"GOES-R + Lightning Detection","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/goes-glm"},{"rel":"child","type":"application/json","title":"Sentinel + 1 Level-1 Ground Range Detected (GRD)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-1-grd"},{"rel":"child","type":"application/json","title":"NOAA US Gridded Climate Normals (Cloud-Optimized GeoTIFF)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/noaa-climate-normals-gridded"},{"rel":"child","type":"application/json","title":"ASTER L1T","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/aster-l1t"},{"rel":"child","type":"application/json","title":"CIL Global Downscaled Projections for Climate Impacts Research (CC-BY-SA-4.0)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/cil-gdpcir-cc-by-sa"},{"rel":"child","type":"application/json","title":"NAIP: @@ -119,14 +121,16 @@ interactions: Snow Cover Daily","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/modis-10A1-061"},{"rel":"child","type":"application/json","title":"Sentinel-5P Level-2","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-5p-l2-netcdf"},{"rel":"child","type":"application/json","title":"Sentinel-3 Water (Full Resolution)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-3-olci-wfr-l2-netcdf"},{"rel":"child","type":"application/json","title":"Global - Ocean Heat Content CDR NetCDFs","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/noaa-cdr-ocean-heat-content-netcdf"},{"rel":"child","type":"application/json","title":"Sentinel-3 + Ocean Heat Content CDR NetCDFs","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/noaa-cdr-ocean-heat-content-netcdf"},{"rel":"child","type":"application/json","title":"Harmonized + Landsat Sentinel-2 (HLS) Version 2.0, Landsat Data","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/hls2-l30"},{"rel":"child","type":"application/json","title":"Sentinel-3 Global Aerosol","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-3-synergy-aod-l2-netcdf"},{"rel":"child","type":"application/json","title":"Sentinel-3 10-Day Surface Reflectance and NDVI (SPOT VEGETATION)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-3-synergy-v10-l2-netcdf"},{"rel":"child","type":"application/json","title":"Sentinel-3 Land (Full Resolution)","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-3-olci-lfr-l2-netcdf"},{"rel":"child","type":"application/json","title":"Sentinel-3 Land Radar Altimetry","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-3-sral-lan-l2-netcdf"},{"rel":"child","type":"application/json","title":"Sentinel-3 Land Surface Temperature","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-3-slstr-lst-l2-netcdf"},{"rel":"child","type":"application/json","title":"Sentinel-3 Sea Surface Temperature","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-3-slstr-wst-l2-netcdf"},{"rel":"child","type":"application/json","title":"Sentinel-3 - Ocean Radar Altimetry","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-3-sral-wat-l2-netcdf"},{"rel":"child","type":"application/json","title":"Microsoft + Ocean Radar Altimetry","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-3-sral-wat-l2-netcdf"},{"rel":"child","type":"application/json","title":"Harmonized + Landsat Sentinel-2 (HLS) Version 2.0, Sentinel-2 Data","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/hls2-s30"},{"rel":"child","type":"application/json","title":"Microsoft Building Footprints","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/ms-buildings"},{"rel":"child","type":"application/json","title":"Sentinel-3 Fire Radiative Power","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-3-slstr-frp-l2-netcdf"},{"rel":"child","type":"application/json","title":"Sentinel-3 Land Surface Reflectance and Aerosol","href":"https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-3-synergy-syn-l2-netcdf"},{"rel":"child","type":"application/json","title":"Sentinel-3 @@ -151,17 +155,17 @@ interactions: Connection: - keep-alive Content-Length: - - '24477' + - '24872' Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:22 GMT + - Thu, 11 Sep 2025 15:51:26 GMT Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Cache: - CONFIG_NOCACHE x-azure-ref: - - 20250123T150422Z-r1dccb64849fl5hphC1CYSpw6n0000000mc000000000179n + - 20250911T155126Z-1559d5d4df5vpng5hC1TEBcq4c00000002rg000000005zfp status: code: 200 message: OK diff --git a/tests/cassettes/test_stac_io/test_retry_stac_io_404.yaml b/tests/cassettes/test_stac_io/test_retry_stac_io_404.yaml index 3ca1e7a7b..89d3ec416 100644 --- a/tests/cassettes/test_stac_io/test_retry_stac_io_404.yaml +++ b/tests/cassettes/test_stac_io/test_retry_stac_io_404.yaml @@ -1,7 +1,9 @@ interactions: - request: body: null - headers: {} + headers: + User-Agent: + - pystac/1.13.0 method: GET uri: https://planetarycomputer.microsoft.com/api/stac/v1/collections/not-a-collection-id response: @@ -26,13 +28,13 @@ interactions: Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:23 GMT + - Thu, 11 Sep 2025 15:51:27 GMT Strict-Transport-Security: - max-age=31536000; includeSubDomains X-Cache: - CONFIG_NOCACHE x-azure-ref: - - 20250123T150422Z-r1dccb64849m7n58hC1CYS7y2g0000000mt000000000021u + - 20250911T155126Z-r1b4b56c586x2q2vhC1TEBrc90000000010g00000000duxc status: code: 404 message: Not Found diff --git a/tests/cassettes/test_stac_io/test_urls_with_non_ascii_characters.yaml b/tests/cassettes/test_stac_io/test_urls_with_non_ascii_characters.yaml index 3a31e7b55..034112e86 100644 --- a/tests/cassettes/test_stac_io/test_urls_with_non_ascii_characters.yaml +++ b/tests/cassettes/test_stac_io/test_urls_with_non_ascii_characters.yaml @@ -1,7 +1,9 @@ interactions: - request: body: null - headers: {} + headers: + User-Agent: + - pystac/1.13.0 method: GET uri: https://capella-open-data.s3.us-west-2.amazonaws.com/stac/capella-open-data-by-capital/capella-open-data-mal%C3%A9/collection.json response: @@ -12,10 +14,10 @@ interactions: \ \"type\": \"application/json\",\n \"title\": \"Capella Open Data\"\n \ },\n {\n \"rel\": \"license\",\n \"href\": \"https://creativecommons.org/licenses/by/4.0/\",\n \ \"title\": \"CC BY 4.0\"\n },\n {\n \"rel\": \"item\",\n - \ \"href\": \"../../capella-open-data-by-datetime/capella-open-data-2024/capella-open-data-2024-11/capella-open-data-2024-11-30/CAPELLA_C09_SP_GEO_HH_20241130164247_20241130164315/CAPELLA_C09_SP_GEO_HH_20241130164247_20241130164315.json\",\n - \ \"type\": \"application/json\"\n },\n {\n \"rel\": \"item\",\n \ \"href\": \"../../capella-open-data-by-datetime/capella-open-data-2024/capella-open-data-2024-11/capella-open-data-2024-11-30/CAPELLA_C09_SP_GEC_HH_20241130164247_20241130164315/CAPELLA_C09_SP_GEC_HH_20241130164247_20241130164315.json\",\n \ \"type\": \"application/json\"\n },\n {\n \"rel\": \"item\",\n + \ \"href\": \"../../capella-open-data-by-datetime/capella-open-data-2024/capella-open-data-2024-11/capella-open-data-2024-11-30/CAPELLA_C09_SP_GEO_HH_20241130164247_20241130164315/CAPELLA_C09_SP_GEO_HH_20241130164247_20241130164315.json\",\n + \ \"type\": \"application/json\"\n },\n {\n \"rel\": \"item\",\n \ \"href\": \"../../capella-open-data-by-datetime/capella-open-data-2024/capella-open-data-2024-11/capella-open-data-2024-11-30/CAPELLA_C09_SP_SICD_HH_20241130164247_20241130164315/CAPELLA_C09_SP_SICD_HH_20241130164247_20241130164315.json\",\n \ \"type\": \"application/json\"\n },\n {\n \"rel\": \"item\",\n \ \"href\": \"../../capella-open-data-by-datetime/capella-open-data-2024/capella-open-data-2024-11/capella-open-data-2024-11-30/CAPELLA_C09_SP_SLC_HH_20241130164247_20241130164315/CAPELLA_C09_SP_SLC_HH_20241130164247_20241130164315.json\",\n @@ -66,17 +68,17 @@ interactions: Content-Type: - application/json Date: - - Wed, 16 Jul 2025 14:27:08 GMT + - Thu, 11 Sep 2025 15:51:28 GMT ETag: - - '"3a7d18f018a5dc5e29af78ba91fb3a67"' + - '"97688a98c449dfb3e9e1e90352e3e8e1"' Last-Modified: - - Wed, 16 Jul 2025 07:07:12 GMT + - Thu, 11 Sep 2025 07:08:31 GMT Server: - AmazonS3 x-amz-id-2: - - mS8cX+L1/uoMVhaC4ZTcrNLZb47iqTYwEXT52pFgbN9gFq3JRX17cTr8i0bTFOAaWWZ1DwnpogFTTAOAyjGj3Q== + - qdM/LQERI9vcQKkaI6JhESK74YgqoqF0nYANzPVhWNtVCysNl5wXC3HUScBE27aNvnrObaS8aErciveXh0K56w== x-amz-request-id: - - PWBXR28EN2M7DX2W + - DD0AS56389NVP1CJ x-amz-server-side-encryption: - AES256 status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog0].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog0].yaml index eac979153..21ca35cc6 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog0].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog0].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '351' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:24 GMT + - Thu, 11 Sep 2025 15:51:29 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,17 +134,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 06d22412a1d1c9fe31aa6e41fdca8e8a8e1915a2 + - 322a25696363970b72db18ab8f562bc925627c2c X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4626-BOS X-Timer: - - S1737644665.534691,VS0,VE1 + - S1757605889.291804,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog1].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog1].yaml index c4900cf77..3a4f4ba01 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog1].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog1].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '351' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:24 GMT + - Thu, 11 Sep 2025 15:51:29 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -136,19 +132,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 8825dc46b5a935f4be334d8d310ff34941620fb3 + - b0fe7d7b61a49af2a3bc2e69cfc09ccd7ea44fe7 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4636-BOS X-Timer: - - S1737644665.643340,VS0,VE1 + - S1757605890.542069,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog3].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog3].yaml index 4d86fbfff..a7340f595 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog3].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog3].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '352' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:24 GMT + - Thu, 11 Sep 2025 15:51:29 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,17 +134,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f915414a31ff16058d0d0d4e44e7059c4a1de6cf + - e0d02165657c4ccd05667e79299fcdc718b19368 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4677-BOS X-Timer: - - S1737644665.741032,VS0,VE1 + - S1757605890.784489,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog4].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog4].yaml index fcd35bca0..6778c2a06 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog4].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog4].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '17' + - '377' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:25 GMT + - Thu, 11 Sep 2025 15:51:31 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 8fa26f12dbccdc8ca96fc08569853f1708376188 + - 096365d528b8a823615b1f27d4d347284bef6f10 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4657-BOS X-Timer: - - S1737644665.477272,VS0,VE0 + - S1757605891.318099,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '17' + - '376' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:25 GMT + - Thu, 11 Sep 2025 15:51:31 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -231,19 +221,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - eae65f884ddffc952c1036983c168bf3278245d5 + - 8ac32e8cb2a9782c4198aac957d2b37f90e3b0b4 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300049-DEN + - cache-bos4667-BOS X-Timer: - - S1737644665.493903,VS0,VE0 + - S1757605891.388391,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -315,21 +299,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '16' + - '377' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:25 GMT + - Thu, 11 Sep 2025 15:51:31 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -341,19 +325,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '4' X-Fastly-Request-ID: - - a077fb85e6925eb09ec25a13c1595c3250619e09 + - 24786c37f6359bf871c7c580b5946e8fc8e9b642 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300047-DEN + - cache-bos4656-BOS X-Timer: - - S1737644666.510317,VS0,VE1 + - S1757605891.464402,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog5].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog5].yaml index afafd8441..b8f574fac 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog5].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog5].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '353' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:25 GMT + - Thu, 11 Sep 2025 15:51:31 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -136,19 +132,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - e7f6e62aa8880acd28eaa03d67f5291ceb5b1ecd + - c55eecb94bbfc310c2e69b71e4fa2d8b55fa53d0 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4670-BOS X-Timer: - - S1737644666.581435,VS0,VE1 + - S1757605892.657917,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog6].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog6].yaml index 7c5cafd30..088eef836 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog6].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[ABSOLUTE_PUBLISHED-catalog6].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '17' + - '379' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:26 GMT + - Thu, 11 Sep 2025 15:51:33 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -111,19 +107,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '4' X-Fastly-Request-ID: - - 80a9174375a83d8707c8df427ca1cf28579433bd + - bea68938e24694e547018cdf2d6baf68dcbc961d X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4643-BOS X-Timer: - - S1737644666.273481,VS0,VE1 + - S1757605893.241896,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -195,21 +185,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '17' + - '378' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:26 GMT + - Thu, 11 Sep 2025 15:51:33 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -221,19 +211,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 17b3911e9e74b0227d15c4c09d73147002855562 + - a45311ee107f0ecb1b03107345b0f64a1673cdc8 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4668-BOS X-Timer: - - S1737644666.291209,VS0,VE1 + - S1757605893.309807,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -242,12 +230,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -315,17 +299,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '17' + - '378' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:26 GMT + - Thu, 11 Sep 2025 15:51:33 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -343,17 +327,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 587d5f7411d7489c19b333a5e0d1a5f47fbdc8f7 + - ccdaf84f632c9a54f3c43589404653ec455d0b2b X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4676-BOS X-Timer: - - S1737644666.316321,VS0,VE1 + - S1757605893.389599,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog0].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog0].yaml index 10f034589..095f12109 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog0].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog0].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '355' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:26 GMT + - Thu, 11 Sep 2025 15:51:33 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,17 +134,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f31212de33d4994a2bd9373e34ba3eecaaa67230 + - 1d23aafd23e456da5867a8ea6978fd7fdc671575 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4657-BOS X-Timer: - - S1737644666.405348,VS0,VE1 + - S1757605894.610858,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog1].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog1].yaml index c1265fc7c..4df5de0a3 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog1].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog1].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '356' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:26 GMT + - Thu, 11 Sep 2025 15:51:33 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -136,19 +132,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 14fb6174eb8aff11ea0820863e35a322e93ea5bc + - 90d20b2408dd4b42ca3cf2fad251e8d58e946908 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4679-BOS X-Timer: - - S1737644667.504820,VS0,VE1 + - S1757605894.874080,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog3].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog3].yaml index a5063e7b2..5404e56b3 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog3].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog3].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '356' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:26 GMT + - Thu, 11 Sep 2025 15:51:34 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,17 +134,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 596fbb0c751b75ab1324f7e3089e5409e5cec0f9 + - 4d77d95547f3683c315fbd02c7913d3d600a7bf1 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4684-BOS X-Timer: - - S1737644667.602451,VS0,VE1 + - S1757605894.127687,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog4].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog4].yaml index 79ad5b4ec..08cc22f77 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog4].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog4].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '18' + - '381' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:27 GMT + - Thu, 11 Sep 2025 15:51:35 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -111,19 +107,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - d010bb655fcf31c37738f5e0d84a0f993ff03dec + - 5ae88b8684076ba2d22bb61c51039a1622af408f X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4681-BOS X-Timer: - - S1737644667.315346,VS0,VE1 + - S1757605896.679805,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '18' + - '381' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:27 GMT + - Thu, 11 Sep 2025 15:51:35 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -233,17 +223,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 5db30bccab612bcabd0f2fbb53f595af8c548953 + - 1e8bc8c9a7dbd44e21a336feee7f4a3eb8cb3938 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4634-BOS X-Timer: - - S1737644667.331758,VS0,VE1 + - S1757605896.749302,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -315,21 +299,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '18' + - '381' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:27 GMT + - Thu, 11 Sep 2025 15:51:35 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -341,19 +325,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - acd6d7daf94d37a1c138fd0b694c8c0152c734a9 + - 996098440700475df4fa40d8fec1ee4d600d7ad6 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4621-BOS X-Timer: - - S1737644667.349527,VS0,VE2 + - S1757605896.813822,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog5].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog5].yaml index 096cef34b..22336068b 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog5].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog5].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '8' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:27 GMT + - Thu, 11 Sep 2025 15:51:35 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -136,19 +132,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - f2b01c583a986c7582ef41e905d79f520acfc258 + - b408380c29a357035037b13b755992d153f1c2a0 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4653-BOS X-Timer: - - S1737644667.422931,VS0,VE1 + - S1757605896.997579,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog6].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog6].yaml index 97dbc849f..6dcc6c4b5 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog6].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[RELATIVE_PUBLISHED-catalog6].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '19' + - '383' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:28 GMT + - Thu, 11 Sep 2025 15:51:37 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 13ba2caaa66b159f81c2cbe3db45d88e98a8d60f + - 7c39f222446e229fadf0f036ee846fbc4c5e928d X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4653-BOS X-Timer: - - S1737644668.111790,VS0,VE0 + - S1757605897.486948,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -195,21 +185,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '19' + - '383' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:28 GMT + - Thu, 11 Sep 2025 15:51:37 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -223,17 +213,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - b13bf68b7286b702ff1841e78c8bbbaa6fcdcdbd + - b8b080bb4162c98f7e4aeb8d90050e365f2ec359 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4648-BOS X-Timer: - - S1737644668.128931,VS0,VE1 + - S1757605898.556407,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -242,12 +230,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -315,17 +299,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '19' + - '383' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:28 GMT + - Thu, 11 Sep 2025 15:51:37 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -343,17 +327,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 9142747518cb32035d595f8b77fcc349556a302b + - 953d4a2b9a7e76a7d4b4d5d30f6ad650b96e4ce3 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4626-BOS X-Timer: - - S1737644668.153303,VS0,VE1 + - S1757605898.645314,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog0].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog0].yaml index bbd3b21d4..ef9334165 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog0].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog0].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '8' + - '360' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:28 GMT + - Thu, 11 Sep 2025 15:51:37 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -136,19 +132,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 5e46bff0bdcd1e4ac0aa48fbd35fbed94eabb554 + - 10380a097dca5fc762840748e3b0eca09b9a6858 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4669-BOS X-Timer: - - S1737644668.239377,VS0,VE1 + - S1757605898.869352,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog1].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog1].yaml index c61ed056b..0aa2e4360 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog1].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog1].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '9' + - '359' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:28 GMT + - Thu, 11 Sep 2025 15:51:38 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -136,19 +132,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '3' X-Fastly-Request-ID: - - 6634318d52aa0200cc9559be0b7258c64a525383 + - 3844087cd5ab5cf48f281e4a3cfeaad67d91183d X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4670-BOS X-Timer: - - S1737644668.339827,VS0,VE0 + - S1757605898.112134,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog3].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog3].yaml index 058c2ebce..3f854aad7 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog3].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog3].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '9' + - '360' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:28 GMT + - Thu, 11 Sep 2025 15:51:38 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,17 +134,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 63754b7f7abea6975aa0e5056d6443acb512b852 + - f42ef52c13f6c44d3215bf4f65112eadf746dbd9 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300050-DEN + - cache-bos4660-BOS X-Timer: - - S1737644668.434166,VS0,VE1 + - S1757605898.348004,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog4].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog4].yaml index 01fb1f8fe..fe3f4808a 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog4].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog4].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '20' + - '385' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:29 GMT + - Thu, 11 Sep 2025 15:51:39 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -111,19 +107,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 26a2650094146715ff5bd7d9bca59a71812c261d + - 9c1ab2b96acbfad87d0f1758651278a6f87d818a X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4674-BOS X-Timer: - - S1737644669.122908,VS0,VE1 + - S1757605900.897886,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '20' + - '385' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:29 GMT + - Thu, 11 Sep 2025 15:51:39 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -233,17 +223,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 7319ed5d263d8d35bff7ff48970948950e232178 + - 80cff7bff09600aafc67b88f9473e2480a8d289c X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4627-BOS X-Timer: - - S1737644669.141414,VS0,VE0 + - S1757605900.972270,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -315,21 +299,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '20' + - '385' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:29 GMT + - Thu, 11 Sep 2025 15:51:40 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -341,19 +325,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '3' + - '1' X-Fastly-Request-ID: - - f8683ce8e05edacd6ea63c7850446d2056f07659 + - fbf882a04be61b9ee8423b18f878adf1fbe3a710 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4671-BOS X-Timer: - - S1737644669.159247,VS0,VE0 + - S1757605900.044344,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog5].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog5].yaml index 00b890aaa..d69ca6c1e 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog5].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog5].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '9' + - '362' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:29 GMT + - Thu, 11 Sep 2025 15:51:40 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,17 +134,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e19143696a18fff31bf84ee3a83294249e3226a5 + - 2f94888b83a628cdb6bfabbfca8911b6d5b52ed0 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300040-DEN + - cache-bos4692-BOS X-Timer: - - S1737644669.230250,VS0,VE1 + - S1757605900.243862,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog6].yaml b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog6].yaml index 1d0c2bc02..c5d615278 100644 --- a/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog6].yaml +++ b/tests/cassettes/test_writing/TestSTACWriting.test_testcases[SELF_CONTAINED-catalog6].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '21' + - '387' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:29 GMT + - Thu, 11 Sep 2025 15:51:41 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -111,19 +107,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '41' X-Fastly-Request-ID: - - 6b661cc6bfb5c4aa6bc13e0012eb3939d46d42ad + - 1f6f53fa8cecd8877d792e6bb63ba663253c1456 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4642-BOS X-Timer: - - S1737644670.924166,VS0,VE1 + - S1757605902.768781,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -195,21 +185,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '21' + - '387' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:29 GMT + - Thu, 11 Sep 2025 15:51:41 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -223,17 +213,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 1035105b8b69b51fab643415671410757a43fb6d + - 9f5efde74f7c8138ff046ad79853c664eadceede X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4650-BOS X-Timer: - - S1737644670.941186,VS0,VE1 + - S1757605902.827640,VS0,VE4 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -242,12 +230,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -315,17 +299,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '21' + - '387' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:29 GMT + - Thu, 11 Sep 2025 15:51:41 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -343,17 +327,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 59cf8d6ec8dd5dbdbb9a85a46e1a906ae741f903 + - cd8bb58cbab92e86f80afddc8353b425c6b56ba5 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300061-DEN + - cache-bos4647-BOS X-Timer: - - S1737644670.966788,VS0,VE1 + - S1757605902.908089,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_classification/test_apply_bitfields.yaml b/tests/extensions/cassettes/test_classification/test_apply_bitfields.yaml index a60dd7e63..1d285eba6 100644 --- a/tests/extensions/cassettes/test_classification/test_apply_bitfields.yaml +++ b/tests/extensions/cassettes/test_classification/test_apply_bitfields.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/classification/v2.0.0/schema.json response: @@ -106,17 +102,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6554' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:08 GMT + - Thu, 11 Sep 2025 15:50:57 GMT ETag: - '"66487a48-199a"' Last-Modified: @@ -130,21 +126,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - ee3808971b029add3d1d1765ad9b2f35c21fef77 + - 3f7d1e254fbf58339654264d73c66f242d157d16 X-GitHub-Request-Id: - - 33FB:1720:30CD4C:37282B:67925A68 + - 621C:19FF07:BB1F9D:D6BC90:68C2EE89 X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4669-BOS X-Timer: - - S1737644649.838893,VS0,VE86 + - S1757605858.893698,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:08 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_classification/test_apply_classes.yaml b/tests/extensions/cassettes/test_classification/test_apply_classes.yaml index 923591def..08a1c74cc 100644 --- a/tests/extensions/cassettes/test_classification/test_apply_classes.yaml +++ b/tests/extensions/cassettes/test_classification/test_apply_classes.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/classification/v2.0.0/schema.json response: @@ -106,17 +102,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6554' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:08 GMT + - Thu, 11 Sep 2025 15:50:57 GMT ETag: - '"66487a48-199a"' Last-Modified: @@ -134,17 +130,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - ab4e66576b0512025d0e5247ccc1745cc6a23852 + - 5ba8c2dc7162b9b369ac6e38808eef0456d3b49a X-GitHub-Request-Id: - - 33FB:1720:30CD4C:37282B:67925A68 + - 621C:19FF07:BB1F9D:D6BC90:68C2EE89 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4643-BOS X-Timer: - - S1737644649.953174,VS0,VE1 + - S1757605858.991691,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:08 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_classification/test_validate_classification.yaml b/tests/extensions/cassettes/test_classification/test_validate_classification.yaml index 688cc8c3f..b5dd90a11 100644 --- a/tests/extensions/cassettes/test_classification/test_validate_classification.yaml +++ b/tests/extensions/cassettes/test_classification/test_validate_classification.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/raster/v1.1.0/schema.json response: @@ -104,17 +100,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6318' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:09 GMT + - Thu, 11 Sep 2025 15:50:58 GMT ETag: - '"66df5c80-18ae"' Last-Modified: @@ -132,17 +128,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 090723619a371683eb37aacf2df25a0f383287d3 + - e55ce978a83219ddeabfe9cdd02d4d0376b181b7 X-GitHub-Request-Id: - - FD79:88CBB:1216BCD:1493B10:67925168 + - 6F8C:14A94E:C2B049:DE4F27:68C2EE8A X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4664-BOS X-Timer: - - S1737644649.988077,VS0,VE57 + - S1757605858.091801,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:46 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -151,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -234,17 +224,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:09 GMT + - Thu, 11 Sep 2025 15:50:58 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -258,21 +248,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 6e0a8a5d5de3613cc09a5d4717d16220dc2256dc + - 28106379c5c2bb7978d39116a4c9e1744922c8bc X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300040-DEN + - cache-bos4663-BOS X-Timer: - - S1737644649.064707,VS0,VE67 + - S1757605858.174127,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -281,12 +269,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -344,21 +328,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:09 GMT + - Thu, 11 Sep 2025 15:50:58 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -370,19 +354,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '0' + - '1' X-Fastly-Request-ID: - - 45a2051265d84c624daeefd74a31d6940dbae2ed + - d341b85c6be9025b7d2e448a3ce5515b7214c1ab X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4682-BOS X-Timer: - - S1737644649.153172,VS0,VE53 + - S1757605858.249470,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -391,12 +373,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -464,17 +442,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:09 GMT + - Thu, 11 Sep 2025 15:50:58 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -490,19 +468,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '0' + - '2' X-Fastly-Request-ID: - - 66322d94abe5a2217963357c9038931af859afce + - ad3c34da45d9d2b4103449404c0eb2006b7e6765 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4648-BOS X-Timer: - - S1737644649.232591,VS0,VE58 + - S1757605858.320109,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -511,12 +487,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - landsat.usgs.gov User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://landsat.usgs.gov/stac/landsat-extension/v1.1.1/schema.json response: @@ -575,14 +547,12 @@ interactions: headers: Accept-Ranges: - bytes - Connection: - - close Content-Length: - '3933' Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:09 GMT + - Thu, 11 Sep 2025 15:51:01 GMT ETag: - '"f5d-5c78e5c04950e"' Last-Modified: @@ -590,8 +560,8 @@ interactions: Server: - Apache Set-Cookie: - - fwb=429bb9b17ca48ed3eeddde07695a9267;max-age=300;Path=/;Secure;HttpOnly - - cookiesession1=678A3E63FF3A2D8AD5C336AA76AF831A;Expires=Fri, 23 Jan 2026 15:04:09 + - fwb=429bb9b17ca48ed3eeddde07e5efc268;max-age=300;Path=/;Secure;HttpOnly + - cookiesession1=678A3E64A730825799B7B09C0F0BD006;Expires=Fri, 11 Sep 2026 15:51:01 GMT;Path=/;HttpOnly Strict-Transport-Security: - max-age=31536000; includeSubDomains; preload @@ -605,12 +575,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -696,17 +662,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:09 GMT + - Thu, 11 Sep 2025 15:51:01 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -722,19 +688,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '0' + - '2' X-Fastly-Request-ID: - - 695f5da5b32769298419f69e41df5294e0ee144f + - 1c89f3a999224cfa04f691135cd44108527fb6ac X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4641-BOS X-Timer: - - S1737644649.452870,VS0,VE57 + - S1757605862.628648,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: @@ -743,12 +707,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/classification/v2.0.0/schema.json response: @@ -847,17 +807,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6554' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:09 GMT + - Thu, 11 Sep 2025 15:51:01 GMT ETag: - '"66487a48-199a"' Last-Modified: @@ -875,17 +835,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c80f8266af87f2ba8ef65e1397dc96237385b0c3 + - d58d2d235a322f8f1f963c081e91134e10b0b7e9 X-GitHub-Request-Id: - - 33FB:1720:30CD4C:37282B:67925A68 + - 621C:19FF07:BB1F9D:D6BC90:68C2EE89 X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4651-BOS X-Timer: - - S1737644650.532542,VS0,VE1 + - S1757605862.708876,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:08 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_datacube/test_set_dimensions.yaml b/tests/extensions/cassettes/test_datacube/test_set_dimensions.yaml index 1dc27cb56..29ce7a51a 100644 --- a/tests/extensions/cassettes/test_datacube/test_set_dimensions.yaml +++ b/tests/extensions/cassettes/test_datacube/test_set_dimensions.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/datacube/v2.2.0/schema.json response: @@ -205,21 +201,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '13997' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:02 GMT ETag: - - '"64527b1d-36ad"' + - '"6852a0c7-36ad"' Last-Modified: - - Wed, 03 May 2023 15:17:49 GMT + - Wed, 18 Jun 2025 11:19:35 GMT Server: - GitHub.com Strict-Transport-Security: @@ -233,17 +229,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e9162b0b9e1d6a5e9f906d253e12767728474c09 + - 137d8c34d9878ad95fe82b202e30e59acbab7be8 X-GitHub-Request-Id: - - 59D8:151BE8:FC5C21:11A256F:67925A69 + - A142:1321F0:B9423B:D4EF9E:68C2EE8C X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4622-BOS X-Timer: - - S1737644651.295736,VS0,VE1 + - S1757605863.697863,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_datacube/test_set_variables.yaml b/tests/extensions/cassettes/test_datacube/test_set_variables.yaml index 43b9feacb..8a76dda93 100644 --- a/tests/extensions/cassettes/test_datacube/test_set_variables.yaml +++ b/tests/extensions/cassettes/test_datacube/test_set_variables.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/datacube/v2.2.0/schema.json response: @@ -205,21 +201,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '13997' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:02 GMT ETag: - - '"64527b1d-36ad"' + - '"6852a0c7-36ad"' Last-Modified: - - Wed, 03 May 2023 15:17:49 GMT + - Wed, 18 Jun 2025 11:19:35 GMT Server: - GitHub.com Strict-Transport-Security: @@ -233,17 +229,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - d938ec9cebdfe62b486384c5c77d81706a9a671f + - 5f5490e1bd9e338ef50225b14b592e81451595ad X-GitHub-Request-Id: - - 59D8:151BE8:FC5C21:11A256F:67925A69 + - A142:1321F0:B9423B:D4EF9E:68C2EE8C X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4688-BOS X-Timer: - - S1737644651.149433,VS0,VE1 + - S1757605862.258373,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: @@ -252,12 +246,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.4/projjson.schema.json response: @@ -267,15 +257,15 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '344' CF-Cache-Status: - HIT CF-Ray: - - 9068acbddadce750-DEN + - 97d852ffcf90432f-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -283,16 +273,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:02 GMT Location: - https://proj.org/en/latest/schemas/v0.4/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=9Zi9QQUJgrG47r0C4_mphO51h2nBzwbgMbNFngfdPws-1737644651196-0.0.1.1-604800000; + - __cf_bm=Wv2SP0aelWAL_R1lNBeN7MTTC.B18htXWgX8si29594-1757605862-1.0.1.1-19.RAhxPdBXInioEu93arIN.ByHmBJUtiYNXuMYNEPgO4WvH5t1madQXMx5mJ3kJLj_hnnW54bay0ltu.wqcFj1kI.tmB8k3VuZGRf0iYB0; + path=/; expires=Thu, 11-Sep-25 16:21:02 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=071bnzQqAEcxDzNOMJqNXHYYvfOfeKG4BcHzt19ArGk-1757605862405-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -304,7 +297,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-05bb94bcf2b69a433 + - web-i-0861821c4e19773fc x-content-type-options: - nosniff x-rtd-domain: @@ -327,12 +320,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.4/projjson.schema.json response: @@ -785,19 +774,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' CF-Cache-Status: - HIT CF-Ray: - - 9068acbe1d931f46-DEN + - 97d85300a9c07ff3-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:02 GMT ETag: - W/"c5bc7ca065287598bed5404a0ec79ce0" Last-Modified: @@ -805,7 +794,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=jkvTiPCR0SVAL_bCM8okFHyCI94_NxefzWY.ng5VNuE-1737644651248-0.0.1.1-604800000; + - __cf_bm=DlWmDiwd10XgjUk0Lz1e8RObCS9Tp8q0irufXC2JZaA-1757605862-1.0.1.1-R4Ph2awqA6og5qfWU28Zsw6tfjW35BpFEuQh0S1MtJWe0BtTef4zjMhRLdmLqJOEGSEr2m1aUWcXODqdo_Wlu8PvrhOBMIV2Mw7FnSIZHUs; + path=/; expires=Thu, 11-Sep-25 16:21:02 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=SjMxvcTGlOG97HGxfCsmW8ulC28Jv7Ref6IIspxF59E-1757605862574-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -820,15 +812,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - 54pa6FmLfBT0ihLNZCYiwY3iqfikKZRIdmfJH3mk+SMMONyowAUdEJPQKvWVHem8K9YMG3bkLv4= + - 4HZJGQCHfHcbH0osDWqFlssLAaX4Bw07M/0j9neOqsywL+Q1etLBhKeNHOiBASaJUz+4RK5ALVA= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - 1DQFM5613TC6EA1N + - 6VYH6KS2SWMXN8DB x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-08b969064f4b9cdc5 + - web-i-0e706dc222c808ea4 x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/extensions/cassettes/test_datacube/test_validate.yaml b/tests/extensions/cassettes/test_datacube/test_validate.yaml index 78e99eb75..5f6dd3731 100644 --- a/tests/extensions/cassettes/test_datacube/test_validate.yaml +++ b/tests/extensions/cassettes/test_datacube/test_validate.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/datacube/v2.2.0/schema.json response: @@ -205,21 +201,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '13997' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:09 GMT + - Thu, 11 Sep 2025 15:51:01 GMT ETag: - - '"64527b1d-36ad"' + - '"6852a0c7-36ad"' Last-Modified: - - Wed, 03 May 2023 15:17:49 GMT + - Wed, 18 Jun 2025 11:19:35 GMT Server: - GitHub.com Strict-Transport-Security: @@ -229,21 +225,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - e63abc1c86c94955d636488b7aa3f510e1c39d1f + - 9b7ac5798114401ba14210607f0312468e30e02d X-GitHub-Request-Id: - - 59D8:151BE8:FC5C21:11A256F:67925A69 + - A142:1321F0:B9423B:D4EF9E:68C2EE8C X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4690-BOS X-Timer: - - S1737644650.595779,VS0,VE124 + - S1757605862.835817,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: @@ -252,12 +246,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.4/projjson.schema.json response: @@ -266,14 +256,16 @@ interactions: headers: Access-Control-Allow-Origin: - '*' + Age: + - '344' CF-Cache-Status: - - MISS + - HIT CF-Ray: - - 9068acb56ecd7b2c-DEN + - 97d852fd5b74f284-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -281,16 +273,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:10 GMT + - Thu, 11 Sep 2025 15:51:02 GMT Location: - https://proj.org/en/latest/schemas/v0.4/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=DR2Oa9qglcKiyErWUuiUsAyi0MtqofYqZqF7V.mmWY4-1737644650906-0.0.1.1-604800000; + - __cf_bm=TEBWjV141WFfKiRX9nNUjlF9.ayUyO.8qSFB1WsjhfA-1757605862-1.0.1.1-Rj.57Zj4X3zWCb7p2oOvbHVdMXO8hp7pU0mJJ50iL8RipgTER5j8JrIFEfP7h4JzZYqaIXsvHhGEyTwIsGCmKhPdPMg8FIlpnpvtSAsUshs; + path=/; expires=Thu, 11-Sep-25 16:21:02 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=Wa4g3MwXxjlIqqYYCC.nbn6TljUZTvGcNUKPzXFJORM-1757605862008-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -302,7 +297,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-05bb94bcf2b69a433 + - web-i-0861821c4e19773fc x-content-type-options: - nosniff x-rtd-domain: @@ -325,12 +320,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.4/projjson.schema.json response: @@ -782,18 +773,20 @@ interactions: headers: Access-Control-Allow-Origin: - '*' + Age: + - '344' CF-Cache-Status: - - REVALIDATED + - HIT CF-Ray: - - 9068acbc5f0d69dd-DEN + - 97d852fe3d27290e-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:02 GMT ETag: - W/"c5bc7ca065287598bed5404a0ec79ce0" Last-Modified: @@ -801,7 +794,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=2YHlrrw7B0ZV1cSSnxjCMmrRDPscmKaijyvi0r04Tyo-1737644651092-0.0.1.1-604800000; + - __cf_bm=V6E2dWC1zllxE8OSYuo8ZF7ci6W5JTI6gpkAY_vwPEc-1757605862-1.0.1.1-6G3vRBEfrCEzekhRqpgHaJmrJCIdt.iEJAK6o5n5ePo8qsoc1DwF7oEWl.iXt7A0AEJ1mTfT.2FVVwo6Abo8x2uqvLIyODecwLYfRcsml0c; + path=/; expires=Thu, 11-Sep-25 16:21:02 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=oi0TXLNr1pkyEqFdR2xO..okqdZ3e13Ja4HpP6dXs2w-1757605862158-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -816,15 +812,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - 54pa6FmLfBT0ihLNZCYiwY3iqfikKZRIdmfJH3mk+SMMONyowAUdEJPQKvWVHem8K9YMG3bkLv4= + - 4HZJGQCHfHcbH0osDWqFlssLAaX4Bw07M/0j9neOqsywL+Q1etLBhKeNHOiBASaJUz+4RK5ALVA= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - 1DQFM5613TC6EA1N + - 6VYH6KS2SWMXN8DB x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-08b969064f4b9cdc5 + - web-i-0e706dc222c808ea4 x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/extensions/cassettes/test_eo/test_asset_bands.yaml b/tests/extensions/cassettes/test_eo/test_asset_bands.yaml index 1a061f0c9..eef3c9694 100644 --- a/tests/extensions/cassettes/test_eo/test_asset_bands.yaml +++ b/tests/extensions/cassettes/test_eo/test_asset_bands.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:03 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -111,19 +107,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - c1c5c8ddc61ec01209e1ce97a5514c05f9ea65ec + - ee9063d4aee73d21dfaffae550a1a25d75ec767f X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300061-DEN + - cache-bos4637-BOS X-Timer: - - S1737644651.334978,VS0,VE1 + - S1757605863.149939,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -195,21 +185,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:03 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -221,19 +211,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 2742ae936facf75ebc25a572b7b802ea2daadda5 + - cbd40eb243cd2c3fa19a32fbb89cff3965361f41 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4656-BOS X-Timer: - - S1737644651.353577,VS0,VE3 + - S1757605863.228097,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_eo/test_bands.yaml b/tests/extensions/cassettes/test_eo/test_bands.yaml index 1e4d18aa2..c0fa8cc7b 100644 --- a/tests/extensions/cassettes/test_eo/test_bands.yaml +++ b/tests/extensions/cassettes/test_eo/test_bands.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '348' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:02 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f96212bac04f004d1e1e1cc41b3952f5ba020aff + - 7d52778f8bf311d171af4855cc073a57a75365ef X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4632-BOS X-Timer: - - S1737644651.386659,VS0,VE1 + - S1757605863.972189,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -195,21 +185,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '348' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:03 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -223,17 +213,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 8778c38807d0a53ccd6b4fd0915cd4d743c3d8f5 + - b58ccc098c0b9db7ab2bc3bbadf145f99c2cf9c8 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4638-BOS X-Timer: - - S1737644651.405308,VS0,VE1 + - S1757605863.047733,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_eo/test_cloud_cover.yaml b/tests/extensions/cassettes/test_eo/test_cloud_cover.yaml index b263c3421..704f6335f 100644 --- a/tests/extensions/cassettes/test_eo/test_cloud_cover.yaml +++ b/tests/extensions/cassettes/test_eo/test_cloud_cover.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:03 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -111,19 +107,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - c19d4697259c1772a54cb476a0080950269b116c + - e67b1afa489991fb9b790a9547bc09d7b0956c65 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4647-BOS X-Timer: - - S1737644651.431271,VS0,VE1 + - S1757605863.325858,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -195,21 +185,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:03 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -221,19 +211,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - c1ef42c90225bc3b4e1486854611d71f2af26849 + - d6141c164f082e429d96588f5da5ea097506f408 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4621-BOS X-Timer: - - S1737644651.449369,VS0,VE1 + - S1757605863.404074,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_eo/test_set_field[cloud_cover-7.8].yaml b/tests/extensions/cassettes/test_eo/test_set_field[cloud_cover-7.8].yaml index d422ac07c..37f3988cb 100644 --- a/tests/extensions/cassettes/test_eo/test_set_field[cloud_cover-7.8].yaml +++ b/tests/extensions/cassettes/test_eo/test_set_field[cloud_cover-7.8].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:03 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 6aaa5ca4346fee04571a9bb3a028051ec989beb5 + - 82ae02dbef8ff8a2f931d71d73b23a09bf7d63ee X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4663-BOS X-Timer: - - S1737644652.550884,VS0,VE1 + - S1757605864.501917,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -195,21 +185,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:03 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -223,17 +213,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e76d11f4996f7a8fdf2b2b7a293cc450bbeade21 + - 6be01a613c12d3d3c53284d6b2cdf4f3fd38f70e X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4652-BOS X-Timer: - - S1737644652.568385,VS0,VE1 + - S1757605864.573744,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_eo/test_set_field[snow_cover-99].yaml b/tests/extensions/cassettes/test_eo/test_set_field[snow_cover-99].yaml index 655000c59..0c2e0face 100644 --- a/tests/extensions/cassettes/test_eo/test_set_field[snow_cover-99].yaml +++ b/tests/extensions/cassettes/test_eo/test_set_field[snow_cover-99].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:03 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 05a0785b2f502f8372d880e79a020e2b63010bd5 + - 739a587e5b22e9b4a7d6c703fb64f4db36a07a65 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4684-BOS X-Timer: - - S1737644652.594446,VS0,VE1 + - S1757605864.733650,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -195,21 +185,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:03 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -223,17 +213,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 6bab59e5ebb77d5578f9c3a177844ca8c24e9392 + - 9909b934ee185870ee4bd6e78480d0d14aab7bcc X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4683-BOS X-Timer: - - S1737644652.619113,VS0,VE1 + - S1757605864.813820,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_eo/test_validate_eo.yaml b/tests/extensions/cassettes/test_eo/test_validate_eo.yaml index b4e0bfd7e..7c987b11d 100644 --- a/tests/extensions/cassettes/test_eo/test_validate_eo.yaml +++ b/tests/extensions/cassettes/test_eo/test_validate_eo.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:02 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 40bffbd960f0e077dce6fefdedcb91e5d76f252a + - ca79c577267aae0059bf052745b6bdb249ec4be1 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300061-DEN + - cache-bos4647-BOS X-Timer: - - S1737644651.499295,VS0,VE0 + - S1757605863.800200,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -195,21 +185,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '348' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:02 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -221,19 +211,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 9359399585d75c0415d8ffa6720b483e21eab6d8 + - 4bd3e093bb572cfe1b56b1a21576292d5fd440a3 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4642-BOS X-Timer: - - S1737644652.516859,VS0,VE1 + - S1757605863.868069,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_migrate_from_v1_0_0.yaml b/tests/extensions/cassettes/test_file/test_migrate_from_v1_0_0.yaml index 611b31a94..0599c3e89 100644 --- a/tests/extensions/cassettes/test_file/test_migrate_from_v1_0_0.yaml +++ b/tests/extensions/cassettes/test_file/test_migrate_from_v1_0_0.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/stac-extensions/file/v1.0.0/examples/item.json response: @@ -55,7 +51,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2814' Content-Security-Policy: @@ -65,35 +61,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:12 GMT + - Thu, 11 Sep 2025 15:51:05 GMT ETag: - '"d86613d81195c6b4fdebc2055d91ce4921bbc44d99ad6206c5ffdf7518eb89f2"' Expires: - - Thu, 23 Jan 2025 15:09:12 GMT + - Thu, 11 Sep 2025 15:56:05 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 9fc019b7f28c7eae6cabe925edc313336874b18c + - 91d7d08ab0879cfc8fe4b6846360baef07eefa9f X-Frame-Options: - deny X-GitHub-Request-Id: - - 4495:22F95D:205CFB:23ACE1:67925A6B + - 7EDA:286B02:100D847:13F5656:68C2EE8E X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4650-BOS X-Timer: - - S1737644652.263409,VS0,VE354 + - S1757605865.263788,VS0,VE54 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/extensions/cassettes/test_file/test_migrate_from_v2_0_0.yaml b/tests/extensions/cassettes/test_file/test_migrate_from_v2_0_0.yaml index 733eef3bf..5b8c6d200 100644 --- a/tests/extensions/cassettes/test_file/test_migrate_from_v2_0_0.yaml +++ b/tests/extensions/cassettes/test_file/test_migrate_from_v2_0_0.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/stac-extensions/file/v2.0.0/examples/item.json response: @@ -54,7 +50,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2740' Content-Security-Policy: @@ -64,35 +60,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:12 GMT + - Thu, 11 Sep 2025 15:51:05 GMT ETag: - '"2bad008be3e01a9750cc4e04bc605bca80229906ad21f17c6e7573fb367bb781"' Expires: - - Thu, 23 Jan 2025 15:09:12 GMT + - Thu, 11 Sep 2025 15:56:05 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c62f05a54a89280ba05f7ffe53edbf76726a88e1 + - f26d07de8490a9a69bef95ea2820bde940733652 X-Frame-Options: - deny X-GitHub-Request-Id: - - 8539:1F9FC4:232131:2672E8:67925A6B + - 1827:249F1D:79E68A:9AAC2F:68C2EE91 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4683-BOS X-Timer: - - S1737644652.077310,VS0,VE161 + - S1757605865.133747,VS0,VE53 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/extensions/cassettes/test_file/test_set_field_on_asset[calibrations-local_path-different-file.xml].yaml b/tests/extensions/cassettes/test_file/test_set_field_on_asset[calibrations-local_path-different-file.xml].yaml index 08b731e32..38dd0b101 100644 --- a/tests/extensions/cassettes/test_file/test_set_field_on_asset[calibrations-local_path-different-file.xml].yaml +++ b/tests/extensions/cassettes/test_file/test_set_field_on_asset[calibrations-local_path-different-file.xml].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:04 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -105,19 +101,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - e1255bba7b5ff781944249e38b2a20d8c2851510 + - b74539a8948d8bc23b003910bd710de2db99ed6b X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4673-BOS X-Timer: - - S1737644652.909347,VS0,VE0 + - S1757605865.593723,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_set_field_on_asset[measurement-header_size-8192].yaml b/tests/extensions/cassettes/test_file/test_set_field_on_asset[measurement-header_size-8192].yaml index f09829e06..ef00ad07b 100644 --- a/tests/extensions/cassettes/test_file/test_set_field_on_asset[measurement-header_size-8192].yaml +++ b/tests/extensions/cassettes/test_file/test_set_field_on_asset[measurement-header_size-8192].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:04 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 0bba3d1887ed76fcd72b7db1591789bd1303d847 + - 60e21ad56b17441d548c39c5b3264dcfe723e8ef X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4682-BOS X-Timer: - - S1737644652.836717,VS0,VE1 + - S1757605864.335943,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_set_field_on_asset[thumbnail-byte_order-little-endian].yaml b/tests/extensions/cassettes/test_file/test_set_field_on_asset[thumbnail-byte_order-little-endian].yaml index 325f96a12..1b0a5b6bf 100644 --- a/tests/extensions/cassettes/test_file/test_set_field_on_asset[thumbnail-byte_order-little-endian].yaml +++ b/tests/extensions/cassettes/test_file/test_set_field_on_asset[thumbnail-byte_order-little-endian].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:04 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 0a39978b4a63bec49cd92748719b736048ff9061 + - d9de28fbb95144e86fd07080a962d43504c559a9 X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4688-BOS X-Timer: - - S1737644652.884813,VS0,VE1 + - S1757605865.510164,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_set_field_on_asset[thumbnail-checksum-90e40210163700a8a6501eccd00b6d3b44ddaed0].yaml b/tests/extensions/cassettes/test_file/test_set_field_on_asset[thumbnail-checksum-90e40210163700a8a6501eccd00b6d3b44ddaed0].yaml index e9c202d10..96e29229d 100644 --- a/tests/extensions/cassettes/test_file/test_set_field_on_asset[thumbnail-checksum-90e40210163700a8a6501eccd00b6d3b44ddaed0].yaml +++ b/tests/extensions/cassettes/test_file/test_set_field_on_asset[thumbnail-checksum-90e40210163700a8a6501eccd00b6d3b44ddaed0].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:04 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 25f3f79422d7763a8d4da3bd2883425c7c36363f + - af43dbc2cca7732773c46a744921772144ff1435 X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4632-BOS X-Timer: - - S1737644652.861880,VS0,VE1 + - S1757605864.423782,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_set_field_on_asset[thumbnail-size-1].yaml b/tests/extensions/cassettes/test_file/test_set_field_on_asset[thumbnail-size-1].yaml index 491698cf1..e99dc79fb 100644 --- a/tests/extensions/cassettes/test_file/test_set_field_on_asset[thumbnail-size-1].yaml +++ b/tests/extensions/cassettes/test_file/test_set_field_on_asset[thumbnail-size-1].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:04 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - d3d637317aca75c846ec119cf04333884280920a + - 5350831db5fb112ebca57a9101f28dc60a994ae2 X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4656-BOS X-Timer: - - S1737644652.811789,VS0,VE1 + - S1757605864.233748,VS0,VE3 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_set_field_on_link[about-byte_order-big-endian].yaml b/tests/extensions/cassettes/test_file/test_set_field_on_link[about-byte_order-big-endian].yaml index d00371c52..4f3af0616 100644 --- a/tests/extensions/cassettes/test_file/test_set_field_on_link[about-byte_order-big-endian].yaml +++ b/tests/extensions/cassettes/test_file/test_set_field_on_link[about-byte_order-big-endian].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:12 GMT + - Thu, 11 Sep 2025 15:51:04 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 526015c4ebe067d69fe9e0d337149ce4e68928b2 + - 774648256cc213d7a938439457ecb6ad22e442a2 X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4687-BOS X-Timer: - - S1737644652.022361,VS0,VE1 + - S1757605865.956046,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_set_field_on_link[about-checksum-90e40210163700a8a6501eccd00b6d3b44ddaedb].yaml b/tests/extensions/cassettes/test_file/test_set_field_on_link[about-checksum-90e40210163700a8a6501eccd00b6d3b44ddaedb].yaml index 7fa33e92f..f3a946c3f 100644 --- a/tests/extensions/cassettes/test_file/test_set_field_on_link[about-checksum-90e40210163700a8a6501eccd00b6d3b44ddaedb].yaml +++ b/tests/extensions/cassettes/test_file/test_set_field_on_link[about-checksum-90e40210163700a8a6501eccd00b6d3b44ddaedb].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:12 GMT + - Thu, 11 Sep 2025 15:51:04 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 0d38789e6c27118d5f7617cdbab79c3fcbc8668b + - 9d7e9455e1ed0cf4d16e2f3729da08416d8fe8bb X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4654-BOS X-Timer: - - S1737644652.999516,VS0,VE1 + - S1757605865.855407,VS0,VE11 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_set_field_on_link[about-header_size-4092].yaml b/tests/extensions/cassettes/test_file/test_set_field_on_link[about-header_size-4092].yaml index 61e010604..2940f1d40 100644 --- a/tests/extensions/cassettes/test_file/test_set_field_on_link[about-header_size-4092].yaml +++ b/tests/extensions/cassettes/test_file/test_set_field_on_link[about-header_size-4092].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:04 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - db2ee07d6505880130ab46d2b7e05ffc73a71b5f + - 71349d34ba925440ffcdb9d9eb190c28a9a9d063 X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4666-BOS X-Timer: - - S1737644652.975924,VS0,VE1 + - S1757605865.769846,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_set_field_on_link[about-local_path-a-path].yaml b/tests/extensions/cassettes/test_file/test_set_field_on_link[about-local_path-a-path].yaml index ef30b6dde..bc02aa7b3 100644 --- a/tests/extensions/cassettes/test_file/test_set_field_on_link[about-local_path-a-path].yaml +++ b/tests/extensions/cassettes/test_file/test_set_field_on_link[about-local_path-a-path].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:12 GMT + - Thu, 11 Sep 2025 15:51:05 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -105,19 +101,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 4e7fd3ece02400a966b97a532c19b699e4a66db4 + - 46f6eb64508aa604a04856036fd60fe84023c34a X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4638-BOS X-Timer: - - S1737644652.044783,VS0,VE1 + - S1757605865.048986,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_set_field_on_link[about-size-129302].yaml b/tests/extensions/cassettes/test_file/test_set_field_on_link[about-size-129302].yaml index 07c1d3a7e..e2fe89221 100644 --- a/tests/extensions/cassettes/test_file/test_set_field_on_link[about-size-129302].yaml +++ b/tests/extensions/cassettes/test_file/test_set_field_on_link[about-size-129302].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:04 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 96daac4f23c420e5e6ff54ceeb8d6339b1e5eabd + - 64cc643efa8e24cd13101156bbd4bf2320e605bb X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4661-BOS X-Timer: - - S1737644652.941488,VS0,VE1 + - S1757605865.683971,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_validate_catalog.yaml b/tests/extensions/cassettes/test_file/test_validate_catalog.yaml index 295d7e5f3..7b02594be 100644 --- a/tests/extensions/cassettes/test_file/test_validate_catalog.yaml +++ b/tests/extensions/cassettes/test_file/test_validate_catalog.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:04 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 386b848450fbbc2b9e5ede1f522f6c0954592a82 + - f995c7c0b713a798d82efd793603728c901fcd85 X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4655-BOS X-Timer: - - S1737644652.782631,VS0,VE1 + - S1757605864.142166,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_validate_collection.yaml b/tests/extensions/cassettes/test_file/test_validate_collection.yaml index 9d1f313da..d21ead6b8 100644 --- a/tests/extensions/cassettes/test_file/test_validate_collection.yaml +++ b/tests/extensions/cassettes/test_file/test_validate_collection.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:04 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -105,19 +101,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - f580b9dfa0377f2e9409fe7d3c6eaa82598e1173 + - df2c67c3feaded58082cc4303ba20f554db5f2ef X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4675-BOS X-Timer: - - S1737644652.760929,VS0,VE1 + - S1757605864.062294,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_file/test_validate_item.yaml b/tests/extensions/cassettes/test_file/test_validate_item.yaml index 6e2bddaf3..a6a4bdb38 100644 --- a/tests/extensions/cassettes/test_file/test_validate_item.yaml +++ b/tests/extensions/cassettes/test_file/test_validate_item.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/file/v2.1.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4536' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:11 GMT + - Thu, 11 Sep 2025 15:51:03 GMT ETag: - '"61b4cf00-11b8"' Last-Modified: @@ -103,21 +99,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 048eaecd5e8448527f69bd4c9c02611b0aaabc73 + - 6b8fb8a4f9ed61d50054efada5dfc75934a3f37e X-GitHub-Request-Id: - - D33E:188222:F9CD3E:11795EC:67925A6B + - CC3D:A4A55:2161E65:253329B:68C2EE90 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4684-BOS X-Timer: - - S1737644652.681246,VS0,VE56 + - S1757605864.979563,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:11 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:20 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_grid/test_attributes.yaml b/tests/extensions/cassettes/test_grid/test_attributes.yaml index b9841aa9b..e6920fe7f 100644 --- a/tests/extensions/cassettes/test_grid/test_attributes.yaml +++ b/tests/extensions/cassettes/test_grid/test_attributes.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/grid/v1.1.0/schema.json response: @@ -41,17 +37,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1752' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:12 GMT + - Thu, 11 Sep 2025 15:51:05 GMT ETag: - '"638a24f0-6d8"' Last-Modified: @@ -65,21 +61,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 1e7f0c8976647fb8fdd19293ecb50f2e4bdb5396 + - 0611e938b2367b72875c5d7b26fea133bca927f6 X-GitHub-Request-Id: - - B1FB:338B06:10BAFA4:12979CF:67925A67 + - 621C:19FF07:BB26AA:D6C48C:68C2EE91 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4622-BOS X-Timer: - - S1737644653.643418,VS0,VE61 + - S1757605865.405716,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:21 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_grid/test_modify.yaml b/tests/extensions/cassettes/test_grid/test_modify.yaml index 004065965..afbbe1d87 100644 --- a/tests/extensions/cassettes/test_grid/test_modify.yaml +++ b/tests/extensions/cassettes/test_grid/test_modify.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/grid/v1.1.0/schema.json response: @@ -41,17 +37,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1752' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:12 GMT + - Thu, 11 Sep 2025 15:51:05 GMT ETag: - '"638a24f0-6d8"' Last-Modified: @@ -69,17 +65,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 2ddc0fdf93a92fd06b1f64f7e474d7df933bb2c1 + - ddbcc271cf043ca387b3976600a6afa4a664a525 X-GitHub-Request-Id: - - B1FB:338B06:10BAFA4:12979CF:67925A67 + - 621C:19FF07:BB26AA:D6C48C:68C2EE91 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4651-BOS X-Timer: - - S1737644653.736859,VS0,VE1 + - S1757605866.508436,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:21 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_label/LabelTest.test_from_file.yaml b/tests/extensions/cassettes/test_label/LabelTest.test_from_file.yaml deleted file mode 100644 index bb5cc1237..000000000 --- a/tests/extensions/cassettes/test_label/LabelTest.test_from_file.yaml +++ /dev/null @@ -1,157 +0,0 @@ -interactions: -- request: - body: null - headers: - Connection: - - close - Host: - - stac-extensions.github.io - User-Agent: - - Python-urllib/3.11 - method: GET - uri: https://stac-extensions.github.io/label/v1.0.1/schema.json - response: - body: - string: "{\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\": - \"https://stac-extensions.github.io/label/v1.0.1/schema.json#\",\n \"title\": - \"Label Extension\",\n \"description\": \"STAC Label Extension for STAC Items - and STAC Collections.\",\n \"oneOf\": [\n {\n \"$comment\": \"This - is the schema for STAC Items.\",\n \"allOf\": [\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"properties\",\n - \ \"links\",\n \"assets\"\n ],\n \"properties\": - {\n \"type\": {\n \"const\": \"Feature\"\n },\n - \ \"properties\": {\n \"allOf\": [\n {\n - \ \"$comment\": \"Require fields here for item properties.\",\n - \ \"required\": [\n \"label:properties\",\n - \ \"label:description\",\n \"label:type\"\n - \ ]\n },\n {\n \"$ref\": - \"#/definitions/fields\"\n }\n ]\n },\n - \ \"links\": {\n \"type\": \"array\",\n \"items\": - {\n \"$ref\": \"#/definitions/link_fields\"\n }\n - \ },\n \"assets\": {\n \"type\": \"object\",\n - \ \"additionalProperties\": {\n \"$ref\": \"#/definitions/fields\"\n - \ }\n }\n }\n },\n {\n \"$ref\": - \"#/definitions/stac_extensions\"\n }\n ]\n },\n {\n \"$comment\": - \"This is the schema for STAC Collections.\",\n \"allOf\": [\n {\n - \ \"type\": \"object\",\n \"required\": [\n \"type\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"Collection\"\n },\n \"assets\": {\n \"type\": - \"object\",\n \"additionalProperties\": {\n \"$ref\": - \"#/definitions/fields\"\n }\n },\n \"item_assets\": - {\n \"type\": \"object\",\n \"additionalProperties\": - {\n \"$ref\": \"#/definitions/fields\"\n }\n }\n - \ }\n },\n {\n \"$ref\": \"#/definitions/stac_extensions\"\n - \ }\n ]\n }\n ],\n \"definitions\": {\n \"stac_extensions\": - {\n \"type\": \"object\",\n \"required\": [\n \"stac_extensions\"\n - \ ],\n \"properties\": {\n \"stac_extensions\": {\n \"type\": - \"array\",\n \"contains\": {\n \"const\": \"https://stac-extensions.github.io/label/v1.0.1/schema.json\"\n - \ }\n }\n }\n },\n \"link_fields\": {\n \"type\": - \"object\",\n \"properties\": {\n \"label:assets\": {\n \"type\": - \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n - \ }\n },\n \"patternProperties\": {\n \"^(?!label:)\": - {}\n },\n \"additionalProperties\": false\n },\n \"fields\": - {\n \"type\": \"object\",\n \"properties\": {\n \"label:properties\": - {\n \"title\": \"Property\",\n \"oneOf\": [\n {\n - \ \"type\": \"array\",\n \"minItems\": 1,\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"null\"\n }\n ]\n - \ },\n \"label:classes\": {\n \"title\": \"Classes\",\n - \ \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"required\": [\n \"name\",\n \"classes\"\n - \ ],\n \"properties\": {\n \"name\": {\n - \ \"title\": \"Name\"\n },\n \"classes\": - {\n \"title\": \"Classes\",\n \"oneOf\": [\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"number\"\n }\n }\n - \ ]\n }\n }\n }\n },\n - \ \"label:description\": {\n \"title\": \"Description\",\n - \ \"type\": \"string\",\n \"minLength\": 1\n },\n - \ \"label:type\": {\n \"title\": \"Type\",\n \"type\": - \"string\",\n \"enum\": [\n \"raster\",\n \"vector\"\n - \ ]\n },\n \"label:tasks\": {\n \"title\": - \"Task\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:methods\": {\n \"title\": - \"Method\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:overviews\": {\n \"title\": - \"Overview\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"properties\": {\n \"property_key\": - {\n \"title\": \"Property Key\",\n \"type\": - \"string\"\n },\n \"counts\": {\n \"title\": - \"Counts\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Class - Name\",\n \"type\": \"string\"\n },\n - \ \"count\": {\n \"title\": \"Count\",\n - \ \"type\": \"integer\"\n }\n }\n - \ }\n },\n \"statistics\": {\n \"title\": - \"Statistics\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Stat - Name\",\n \"type\": \"string\"\n },\n - \ \"value\": {\n \"title\": \"Value\",\n - \ \"type\": \"number\"\n }\n }\n - \ }\n }\n }\n }\n }\n - \ },\n \"if\": {\n \"properties\": {\n \"label:type\": - {\n \"const\": \"raster\"\n }\n }\n },\n \"then\": - {\n \"properties\": {\n \"label:classes\": {\n \"items\": - {\n \"properties\": {\n \"name\": {\n \"type\": - \"null\"\n }\n }\n }\n }\n - \ }\n },\n \"else\": {\n \"properties\": {\n \"label:classes\": - {\n \"items\": {\n \"properties\": {\n \"name\": - {\n \"type\": \"string\",\n \"minLength\": - 1\n }\n }\n }\n }\n }\n - \ },\n \"patternProperties\": {\n \"^(?!label:)\": {}\n },\n - \ \"additionalProperties\": false\n }\n }\n}" - headers: - Accept-Ranges: - - bytes - Access-Control-Allow-Origin: - - '*' - Age: - - '31' - Cache-Control: - - max-age=600 - Connection: - - close - Content-Length: - - '6847' - Content-Type: - - application/json; charset=utf-8 - Date: - - Thu, 19 Oct 2023 14:55:57 GMT - ETag: - - '"61eb1dc9-1abf"' - Last-Modified: - - Fri, 21 Jan 2022 20:55:37 GMT - Server: - - GitHub.com - Strict-Transport-Security: - - max-age=31556952 - Vary: - - Accept-Encoding - Via: - - 1.1 varnish - X-Cache: - - HIT - X-Cache-Hits: - - '2' - X-Fastly-Request-ID: - - 45b782571126bd15cec8144ecd7316244178d684 - X-GitHub-Request-Id: - - 8548:2098:5967A0:791934:6531435D - X-Served-By: - - cache-den8264-DEN - X-Timer: - - S1697727357.302239,VS0,VE0 - expires: - - Thu, 19 Oct 2023 15:05:26 GMT - permissions-policy: - - interest-cohort=() - x-proxy-cache: - - MISS - status: - code: 200 - message: OK -version: 1 diff --git a/tests/extensions/cassettes/test_label/LabelTest.test_label_classes.yaml b/tests/extensions/cassettes/test_label/LabelTest.test_label_classes.yaml deleted file mode 100644 index 934aad5d6..000000000 --- a/tests/extensions/cassettes/test_label/LabelTest.test_label_classes.yaml +++ /dev/null @@ -1,157 +0,0 @@ -interactions: -- request: - body: null - headers: - Connection: - - close - Host: - - stac-extensions.github.io - User-Agent: - - Python-urllib/3.11 - method: GET - uri: https://stac-extensions.github.io/label/v1.0.1/schema.json - response: - body: - string: "{\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\": - \"https://stac-extensions.github.io/label/v1.0.1/schema.json#\",\n \"title\": - \"Label Extension\",\n \"description\": \"STAC Label Extension for STAC Items - and STAC Collections.\",\n \"oneOf\": [\n {\n \"$comment\": \"This - is the schema for STAC Items.\",\n \"allOf\": [\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"properties\",\n - \ \"links\",\n \"assets\"\n ],\n \"properties\": - {\n \"type\": {\n \"const\": \"Feature\"\n },\n - \ \"properties\": {\n \"allOf\": [\n {\n - \ \"$comment\": \"Require fields here for item properties.\",\n - \ \"required\": [\n \"label:properties\",\n - \ \"label:description\",\n \"label:type\"\n - \ ]\n },\n {\n \"$ref\": - \"#/definitions/fields\"\n }\n ]\n },\n - \ \"links\": {\n \"type\": \"array\",\n \"items\": - {\n \"$ref\": \"#/definitions/link_fields\"\n }\n - \ },\n \"assets\": {\n \"type\": \"object\",\n - \ \"additionalProperties\": {\n \"$ref\": \"#/definitions/fields\"\n - \ }\n }\n }\n },\n {\n \"$ref\": - \"#/definitions/stac_extensions\"\n }\n ]\n },\n {\n \"$comment\": - \"This is the schema for STAC Collections.\",\n \"allOf\": [\n {\n - \ \"type\": \"object\",\n \"required\": [\n \"type\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"Collection\"\n },\n \"assets\": {\n \"type\": - \"object\",\n \"additionalProperties\": {\n \"$ref\": - \"#/definitions/fields\"\n }\n },\n \"item_assets\": - {\n \"type\": \"object\",\n \"additionalProperties\": - {\n \"$ref\": \"#/definitions/fields\"\n }\n }\n - \ }\n },\n {\n \"$ref\": \"#/definitions/stac_extensions\"\n - \ }\n ]\n }\n ],\n \"definitions\": {\n \"stac_extensions\": - {\n \"type\": \"object\",\n \"required\": [\n \"stac_extensions\"\n - \ ],\n \"properties\": {\n \"stac_extensions\": {\n \"type\": - \"array\",\n \"contains\": {\n \"const\": \"https://stac-extensions.github.io/label/v1.0.1/schema.json\"\n - \ }\n }\n }\n },\n \"link_fields\": {\n \"type\": - \"object\",\n \"properties\": {\n \"label:assets\": {\n \"type\": - \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n - \ }\n },\n \"patternProperties\": {\n \"^(?!label:)\": - {}\n },\n \"additionalProperties\": false\n },\n \"fields\": - {\n \"type\": \"object\",\n \"properties\": {\n \"label:properties\": - {\n \"title\": \"Property\",\n \"oneOf\": [\n {\n - \ \"type\": \"array\",\n \"minItems\": 1,\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"null\"\n }\n ]\n - \ },\n \"label:classes\": {\n \"title\": \"Classes\",\n - \ \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"required\": [\n \"name\",\n \"classes\"\n - \ ],\n \"properties\": {\n \"name\": {\n - \ \"title\": \"Name\"\n },\n \"classes\": - {\n \"title\": \"Classes\",\n \"oneOf\": [\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"number\"\n }\n }\n - \ ]\n }\n }\n }\n },\n - \ \"label:description\": {\n \"title\": \"Description\",\n - \ \"type\": \"string\",\n \"minLength\": 1\n },\n - \ \"label:type\": {\n \"title\": \"Type\",\n \"type\": - \"string\",\n \"enum\": [\n \"raster\",\n \"vector\"\n - \ ]\n },\n \"label:tasks\": {\n \"title\": - \"Task\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:methods\": {\n \"title\": - \"Method\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:overviews\": {\n \"title\": - \"Overview\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"properties\": {\n \"property_key\": - {\n \"title\": \"Property Key\",\n \"type\": - \"string\"\n },\n \"counts\": {\n \"title\": - \"Counts\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Class - Name\",\n \"type\": \"string\"\n },\n - \ \"count\": {\n \"title\": \"Count\",\n - \ \"type\": \"integer\"\n }\n }\n - \ }\n },\n \"statistics\": {\n \"title\": - \"Statistics\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Stat - Name\",\n \"type\": \"string\"\n },\n - \ \"value\": {\n \"title\": \"Value\",\n - \ \"type\": \"number\"\n }\n }\n - \ }\n }\n }\n }\n }\n - \ },\n \"if\": {\n \"properties\": {\n \"label:type\": - {\n \"const\": \"raster\"\n }\n }\n },\n \"then\": - {\n \"properties\": {\n \"label:classes\": {\n \"items\": - {\n \"properties\": {\n \"name\": {\n \"type\": - \"null\"\n }\n }\n }\n }\n - \ }\n },\n \"else\": {\n \"properties\": {\n \"label:classes\": - {\n \"items\": {\n \"properties\": {\n \"name\": - {\n \"type\": \"string\",\n \"minLength\": - 1\n }\n }\n }\n }\n }\n - \ },\n \"patternProperties\": {\n \"^(?!label:)\": {}\n },\n - \ \"additionalProperties\": false\n }\n }\n}" - headers: - Accept-Ranges: - - bytes - Access-Control-Allow-Origin: - - '*' - Age: - - '31' - Cache-Control: - - max-age=600 - Connection: - - close - Content-Length: - - '6847' - Content-Type: - - application/json; charset=utf-8 - Date: - - Thu, 19 Oct 2023 14:55:57 GMT - ETag: - - '"61eb1dc9-1abf"' - Last-Modified: - - Fri, 21 Jan 2022 20:55:37 GMT - Server: - - GitHub.com - Strict-Transport-Security: - - max-age=31556952 - Vary: - - Accept-Encoding - Via: - - 1.1 varnish - X-Cache: - - HIT - X-Cache-Hits: - - '1' - X-Fastly-Request-ID: - - cc3188a4821875d3c6d292364c7d288d80610e47 - X-GitHub-Request-Id: - - 8548:2098:5967A0:791934:6531435D - X-Served-By: - - cache-den8230-DEN - X-Timer: - - S1697727357.397013,VS0,VE1 - expires: - - Thu, 19 Oct 2023 15:05:26 GMT - permissions-policy: - - interest-cohort=() - x-proxy-cache: - - MISS - status: - code: 200 - message: OK -version: 1 diff --git a/tests/extensions/cassettes/test_label/LabelTest.test_label_description.yaml b/tests/extensions/cassettes/test_label/LabelTest.test_label_description.yaml deleted file mode 100644 index faf97b78f..000000000 --- a/tests/extensions/cassettes/test_label/LabelTest.test_label_description.yaml +++ /dev/null @@ -1,157 +0,0 @@ -interactions: -- request: - body: null - headers: - Connection: - - close - Host: - - stac-extensions.github.io - User-Agent: - - Python-urllib/3.11 - method: GET - uri: https://stac-extensions.github.io/label/v1.0.1/schema.json - response: - body: - string: "{\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\": - \"https://stac-extensions.github.io/label/v1.0.1/schema.json#\",\n \"title\": - \"Label Extension\",\n \"description\": \"STAC Label Extension for STAC Items - and STAC Collections.\",\n \"oneOf\": [\n {\n \"$comment\": \"This - is the schema for STAC Items.\",\n \"allOf\": [\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"properties\",\n - \ \"links\",\n \"assets\"\n ],\n \"properties\": - {\n \"type\": {\n \"const\": \"Feature\"\n },\n - \ \"properties\": {\n \"allOf\": [\n {\n - \ \"$comment\": \"Require fields here for item properties.\",\n - \ \"required\": [\n \"label:properties\",\n - \ \"label:description\",\n \"label:type\"\n - \ ]\n },\n {\n \"$ref\": - \"#/definitions/fields\"\n }\n ]\n },\n - \ \"links\": {\n \"type\": \"array\",\n \"items\": - {\n \"$ref\": \"#/definitions/link_fields\"\n }\n - \ },\n \"assets\": {\n \"type\": \"object\",\n - \ \"additionalProperties\": {\n \"$ref\": \"#/definitions/fields\"\n - \ }\n }\n }\n },\n {\n \"$ref\": - \"#/definitions/stac_extensions\"\n }\n ]\n },\n {\n \"$comment\": - \"This is the schema for STAC Collections.\",\n \"allOf\": [\n {\n - \ \"type\": \"object\",\n \"required\": [\n \"type\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"Collection\"\n },\n \"assets\": {\n \"type\": - \"object\",\n \"additionalProperties\": {\n \"$ref\": - \"#/definitions/fields\"\n }\n },\n \"item_assets\": - {\n \"type\": \"object\",\n \"additionalProperties\": - {\n \"$ref\": \"#/definitions/fields\"\n }\n }\n - \ }\n },\n {\n \"$ref\": \"#/definitions/stac_extensions\"\n - \ }\n ]\n }\n ],\n \"definitions\": {\n \"stac_extensions\": - {\n \"type\": \"object\",\n \"required\": [\n \"stac_extensions\"\n - \ ],\n \"properties\": {\n \"stac_extensions\": {\n \"type\": - \"array\",\n \"contains\": {\n \"const\": \"https://stac-extensions.github.io/label/v1.0.1/schema.json\"\n - \ }\n }\n }\n },\n \"link_fields\": {\n \"type\": - \"object\",\n \"properties\": {\n \"label:assets\": {\n \"type\": - \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n - \ }\n },\n \"patternProperties\": {\n \"^(?!label:)\": - {}\n },\n \"additionalProperties\": false\n },\n \"fields\": - {\n \"type\": \"object\",\n \"properties\": {\n \"label:properties\": - {\n \"title\": \"Property\",\n \"oneOf\": [\n {\n - \ \"type\": \"array\",\n \"minItems\": 1,\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"null\"\n }\n ]\n - \ },\n \"label:classes\": {\n \"title\": \"Classes\",\n - \ \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"required\": [\n \"name\",\n \"classes\"\n - \ ],\n \"properties\": {\n \"name\": {\n - \ \"title\": \"Name\"\n },\n \"classes\": - {\n \"title\": \"Classes\",\n \"oneOf\": [\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"number\"\n }\n }\n - \ ]\n }\n }\n }\n },\n - \ \"label:description\": {\n \"title\": \"Description\",\n - \ \"type\": \"string\",\n \"minLength\": 1\n },\n - \ \"label:type\": {\n \"title\": \"Type\",\n \"type\": - \"string\",\n \"enum\": [\n \"raster\",\n \"vector\"\n - \ ]\n },\n \"label:tasks\": {\n \"title\": - \"Task\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:methods\": {\n \"title\": - \"Method\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:overviews\": {\n \"title\": - \"Overview\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"properties\": {\n \"property_key\": - {\n \"title\": \"Property Key\",\n \"type\": - \"string\"\n },\n \"counts\": {\n \"title\": - \"Counts\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Class - Name\",\n \"type\": \"string\"\n },\n - \ \"count\": {\n \"title\": \"Count\",\n - \ \"type\": \"integer\"\n }\n }\n - \ }\n },\n \"statistics\": {\n \"title\": - \"Statistics\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Stat - Name\",\n \"type\": \"string\"\n },\n - \ \"value\": {\n \"title\": \"Value\",\n - \ \"type\": \"number\"\n }\n }\n - \ }\n }\n }\n }\n }\n - \ },\n \"if\": {\n \"properties\": {\n \"label:type\": - {\n \"const\": \"raster\"\n }\n }\n },\n \"then\": - {\n \"properties\": {\n \"label:classes\": {\n \"items\": - {\n \"properties\": {\n \"name\": {\n \"type\": - \"null\"\n }\n }\n }\n }\n - \ }\n },\n \"else\": {\n \"properties\": {\n \"label:classes\": - {\n \"items\": {\n \"properties\": {\n \"name\": - {\n \"type\": \"string\",\n \"minLength\": - 1\n }\n }\n }\n }\n }\n - \ },\n \"patternProperties\": {\n \"^(?!label:)\": {}\n },\n - \ \"additionalProperties\": false\n }\n }\n}" - headers: - Accept-Ranges: - - bytes - Access-Control-Allow-Origin: - - '*' - Age: - - '31' - Cache-Control: - - max-age=600 - Connection: - - close - Content-Length: - - '6847' - Content-Type: - - application/json; charset=utf-8 - Date: - - Thu, 19 Oct 2023 14:55:57 GMT - ETag: - - '"61eb1dc9-1abf"' - Last-Modified: - - Fri, 21 Jan 2022 20:55:37 GMT - Server: - - GitHub.com - Strict-Transport-Security: - - max-age=31556952 - Vary: - - Accept-Encoding - Via: - - 1.1 varnish - X-Cache: - - HIT - X-Cache-Hits: - - '3' - X-Fastly-Request-ID: - - bc72a1623f66e44d5dfb58051f8449c3a6de169d - X-GitHub-Request-Id: - - 8548:2098:5967A0:791934:6531435D - X-Served-By: - - cache-den8249-DEN - X-Timer: - - S1697727357.458009,VS0,VE1 - expires: - - Thu, 19 Oct 2023 15:05:26 GMT - permissions-policy: - - interest-cohort=() - x-proxy-cache: - - MISS - status: - code: 200 - message: OK -version: 1 diff --git a/tests/extensions/cassettes/test_label/LabelTest.test_label_methods.yaml b/tests/extensions/cassettes/test_label/LabelTest.test_label_methods.yaml deleted file mode 100644 index 07f3e8877..000000000 --- a/tests/extensions/cassettes/test_label/LabelTest.test_label_methods.yaml +++ /dev/null @@ -1,157 +0,0 @@ -interactions: -- request: - body: null - headers: - Connection: - - close - Host: - - stac-extensions.github.io - User-Agent: - - Python-urllib/3.11 - method: GET - uri: https://stac-extensions.github.io/label/v1.0.1/schema.json - response: - body: - string: "{\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\": - \"https://stac-extensions.github.io/label/v1.0.1/schema.json#\",\n \"title\": - \"Label Extension\",\n \"description\": \"STAC Label Extension for STAC Items - and STAC Collections.\",\n \"oneOf\": [\n {\n \"$comment\": \"This - is the schema for STAC Items.\",\n \"allOf\": [\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"properties\",\n - \ \"links\",\n \"assets\"\n ],\n \"properties\": - {\n \"type\": {\n \"const\": \"Feature\"\n },\n - \ \"properties\": {\n \"allOf\": [\n {\n - \ \"$comment\": \"Require fields here for item properties.\",\n - \ \"required\": [\n \"label:properties\",\n - \ \"label:description\",\n \"label:type\"\n - \ ]\n },\n {\n \"$ref\": - \"#/definitions/fields\"\n }\n ]\n },\n - \ \"links\": {\n \"type\": \"array\",\n \"items\": - {\n \"$ref\": \"#/definitions/link_fields\"\n }\n - \ },\n \"assets\": {\n \"type\": \"object\",\n - \ \"additionalProperties\": {\n \"$ref\": \"#/definitions/fields\"\n - \ }\n }\n }\n },\n {\n \"$ref\": - \"#/definitions/stac_extensions\"\n }\n ]\n },\n {\n \"$comment\": - \"This is the schema for STAC Collections.\",\n \"allOf\": [\n {\n - \ \"type\": \"object\",\n \"required\": [\n \"type\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"Collection\"\n },\n \"assets\": {\n \"type\": - \"object\",\n \"additionalProperties\": {\n \"$ref\": - \"#/definitions/fields\"\n }\n },\n \"item_assets\": - {\n \"type\": \"object\",\n \"additionalProperties\": - {\n \"$ref\": \"#/definitions/fields\"\n }\n }\n - \ }\n },\n {\n \"$ref\": \"#/definitions/stac_extensions\"\n - \ }\n ]\n }\n ],\n \"definitions\": {\n \"stac_extensions\": - {\n \"type\": \"object\",\n \"required\": [\n \"stac_extensions\"\n - \ ],\n \"properties\": {\n \"stac_extensions\": {\n \"type\": - \"array\",\n \"contains\": {\n \"const\": \"https://stac-extensions.github.io/label/v1.0.1/schema.json\"\n - \ }\n }\n }\n },\n \"link_fields\": {\n \"type\": - \"object\",\n \"properties\": {\n \"label:assets\": {\n \"type\": - \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n - \ }\n },\n \"patternProperties\": {\n \"^(?!label:)\": - {}\n },\n \"additionalProperties\": false\n },\n \"fields\": - {\n \"type\": \"object\",\n \"properties\": {\n \"label:properties\": - {\n \"title\": \"Property\",\n \"oneOf\": [\n {\n - \ \"type\": \"array\",\n \"minItems\": 1,\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"null\"\n }\n ]\n - \ },\n \"label:classes\": {\n \"title\": \"Classes\",\n - \ \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"required\": [\n \"name\",\n \"classes\"\n - \ ],\n \"properties\": {\n \"name\": {\n - \ \"title\": \"Name\"\n },\n \"classes\": - {\n \"title\": \"Classes\",\n \"oneOf\": [\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"number\"\n }\n }\n - \ ]\n }\n }\n }\n },\n - \ \"label:description\": {\n \"title\": \"Description\",\n - \ \"type\": \"string\",\n \"minLength\": 1\n },\n - \ \"label:type\": {\n \"title\": \"Type\",\n \"type\": - \"string\",\n \"enum\": [\n \"raster\",\n \"vector\"\n - \ ]\n },\n \"label:tasks\": {\n \"title\": - \"Task\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:methods\": {\n \"title\": - \"Method\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:overviews\": {\n \"title\": - \"Overview\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"properties\": {\n \"property_key\": - {\n \"title\": \"Property Key\",\n \"type\": - \"string\"\n },\n \"counts\": {\n \"title\": - \"Counts\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Class - Name\",\n \"type\": \"string\"\n },\n - \ \"count\": {\n \"title\": \"Count\",\n - \ \"type\": \"integer\"\n }\n }\n - \ }\n },\n \"statistics\": {\n \"title\": - \"Statistics\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Stat - Name\",\n \"type\": \"string\"\n },\n - \ \"value\": {\n \"title\": \"Value\",\n - \ \"type\": \"number\"\n }\n }\n - \ }\n }\n }\n }\n }\n - \ },\n \"if\": {\n \"properties\": {\n \"label:type\": - {\n \"const\": \"raster\"\n }\n }\n },\n \"then\": - {\n \"properties\": {\n \"label:classes\": {\n \"items\": - {\n \"properties\": {\n \"name\": {\n \"type\": - \"null\"\n }\n }\n }\n }\n - \ }\n },\n \"else\": {\n \"properties\": {\n \"label:classes\": - {\n \"items\": {\n \"properties\": {\n \"name\": - {\n \"type\": \"string\",\n \"minLength\": - 1\n }\n }\n }\n }\n }\n - \ },\n \"patternProperties\": {\n \"^(?!label:)\": {}\n },\n - \ \"additionalProperties\": false\n }\n }\n}" - headers: - Accept-Ranges: - - bytes - Access-Control-Allow-Origin: - - '*' - Age: - - '31' - Cache-Control: - - max-age=600 - Connection: - - close - Content-Length: - - '6847' - Content-Type: - - application/json; charset=utf-8 - Date: - - Thu, 19 Oct 2023 14:55:57 GMT - ETag: - - '"61eb1dc9-1abf"' - Last-Modified: - - Fri, 21 Jan 2022 20:55:37 GMT - Server: - - GitHub.com - Strict-Transport-Security: - - max-age=31556952 - Vary: - - Accept-Encoding - Via: - - 1.1 varnish - X-Cache: - - HIT - X-Cache-Hits: - - '1' - X-Fastly-Request-ID: - - f798166bcc148fbabbd0a9091c6b234ec0e33637 - X-GitHub-Request-Id: - - 8548:2098:5967A0:791934:6531435D - X-Served-By: - - cache-den8262-DEN - X-Timer: - - S1697727358.546209,VS0,VE3 - expires: - - Thu, 19 Oct 2023 15:05:26 GMT - permissions-policy: - - interest-cohort=() - x-proxy-cache: - - MISS - status: - code: 200 - message: OK -version: 1 diff --git a/tests/extensions/cassettes/test_label/LabelTest.test_label_overviews.yaml b/tests/extensions/cassettes/test_label/LabelTest.test_label_overviews.yaml deleted file mode 100644 index 4373f7f7d..000000000 --- a/tests/extensions/cassettes/test_label/LabelTest.test_label_overviews.yaml +++ /dev/null @@ -1,157 +0,0 @@ -interactions: -- request: - body: null - headers: - Connection: - - close - Host: - - stac-extensions.github.io - User-Agent: - - Python-urllib/3.11 - method: GET - uri: https://stac-extensions.github.io/label/v1.0.1/schema.json - response: - body: - string: "{\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\": - \"https://stac-extensions.github.io/label/v1.0.1/schema.json#\",\n \"title\": - \"Label Extension\",\n \"description\": \"STAC Label Extension for STAC Items - and STAC Collections.\",\n \"oneOf\": [\n {\n \"$comment\": \"This - is the schema for STAC Items.\",\n \"allOf\": [\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"properties\",\n - \ \"links\",\n \"assets\"\n ],\n \"properties\": - {\n \"type\": {\n \"const\": \"Feature\"\n },\n - \ \"properties\": {\n \"allOf\": [\n {\n - \ \"$comment\": \"Require fields here for item properties.\",\n - \ \"required\": [\n \"label:properties\",\n - \ \"label:description\",\n \"label:type\"\n - \ ]\n },\n {\n \"$ref\": - \"#/definitions/fields\"\n }\n ]\n },\n - \ \"links\": {\n \"type\": \"array\",\n \"items\": - {\n \"$ref\": \"#/definitions/link_fields\"\n }\n - \ },\n \"assets\": {\n \"type\": \"object\",\n - \ \"additionalProperties\": {\n \"$ref\": \"#/definitions/fields\"\n - \ }\n }\n }\n },\n {\n \"$ref\": - \"#/definitions/stac_extensions\"\n }\n ]\n },\n {\n \"$comment\": - \"This is the schema for STAC Collections.\",\n \"allOf\": [\n {\n - \ \"type\": \"object\",\n \"required\": [\n \"type\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"Collection\"\n },\n \"assets\": {\n \"type\": - \"object\",\n \"additionalProperties\": {\n \"$ref\": - \"#/definitions/fields\"\n }\n },\n \"item_assets\": - {\n \"type\": \"object\",\n \"additionalProperties\": - {\n \"$ref\": \"#/definitions/fields\"\n }\n }\n - \ }\n },\n {\n \"$ref\": \"#/definitions/stac_extensions\"\n - \ }\n ]\n }\n ],\n \"definitions\": {\n \"stac_extensions\": - {\n \"type\": \"object\",\n \"required\": [\n \"stac_extensions\"\n - \ ],\n \"properties\": {\n \"stac_extensions\": {\n \"type\": - \"array\",\n \"contains\": {\n \"const\": \"https://stac-extensions.github.io/label/v1.0.1/schema.json\"\n - \ }\n }\n }\n },\n \"link_fields\": {\n \"type\": - \"object\",\n \"properties\": {\n \"label:assets\": {\n \"type\": - \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n - \ }\n },\n \"patternProperties\": {\n \"^(?!label:)\": - {}\n },\n \"additionalProperties\": false\n },\n \"fields\": - {\n \"type\": \"object\",\n \"properties\": {\n \"label:properties\": - {\n \"title\": \"Property\",\n \"oneOf\": [\n {\n - \ \"type\": \"array\",\n \"minItems\": 1,\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"null\"\n }\n ]\n - \ },\n \"label:classes\": {\n \"title\": \"Classes\",\n - \ \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"required\": [\n \"name\",\n \"classes\"\n - \ ],\n \"properties\": {\n \"name\": {\n - \ \"title\": \"Name\"\n },\n \"classes\": - {\n \"title\": \"Classes\",\n \"oneOf\": [\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"number\"\n }\n }\n - \ ]\n }\n }\n }\n },\n - \ \"label:description\": {\n \"title\": \"Description\",\n - \ \"type\": \"string\",\n \"minLength\": 1\n },\n - \ \"label:type\": {\n \"title\": \"Type\",\n \"type\": - \"string\",\n \"enum\": [\n \"raster\",\n \"vector\"\n - \ ]\n },\n \"label:tasks\": {\n \"title\": - \"Task\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:methods\": {\n \"title\": - \"Method\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:overviews\": {\n \"title\": - \"Overview\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"properties\": {\n \"property_key\": - {\n \"title\": \"Property Key\",\n \"type\": - \"string\"\n },\n \"counts\": {\n \"title\": - \"Counts\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Class - Name\",\n \"type\": \"string\"\n },\n - \ \"count\": {\n \"title\": \"Count\",\n - \ \"type\": \"integer\"\n }\n }\n - \ }\n },\n \"statistics\": {\n \"title\": - \"Statistics\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Stat - Name\",\n \"type\": \"string\"\n },\n - \ \"value\": {\n \"title\": \"Value\",\n - \ \"type\": \"number\"\n }\n }\n - \ }\n }\n }\n }\n }\n - \ },\n \"if\": {\n \"properties\": {\n \"label:type\": - {\n \"const\": \"raster\"\n }\n }\n },\n \"then\": - {\n \"properties\": {\n \"label:classes\": {\n \"items\": - {\n \"properties\": {\n \"name\": {\n \"type\": - \"null\"\n }\n }\n }\n }\n - \ }\n },\n \"else\": {\n \"properties\": {\n \"label:classes\": - {\n \"items\": {\n \"properties\": {\n \"name\": - {\n \"type\": \"string\",\n \"minLength\": - 1\n }\n }\n }\n }\n }\n - \ },\n \"patternProperties\": {\n \"^(?!label:)\": {}\n },\n - \ \"additionalProperties\": false\n }\n }\n}" - headers: - Accept-Ranges: - - bytes - Access-Control-Allow-Origin: - - '*' - Age: - - '31' - Cache-Control: - - max-age=600 - Connection: - - close - Content-Length: - - '6847' - Content-Type: - - application/json; charset=utf-8 - Date: - - Thu, 19 Oct 2023 14:55:57 GMT - ETag: - - '"61eb1dc9-1abf"' - Last-Modified: - - Fri, 21 Jan 2022 20:55:37 GMT - Server: - - GitHub.com - Strict-Transport-Security: - - max-age=31556952 - Vary: - - Accept-Encoding - Via: - - 1.1 varnish - X-Cache: - - HIT - X-Cache-Hits: - - '1' - X-Fastly-Request-ID: - - 6b0c812591cd0d2b8832be967c6ad30161d532dd - X-GitHub-Request-Id: - - 8548:2098:5967A0:791934:6531435D - X-Served-By: - - cache-den8265-DEN - X-Timer: - - S1697727358.620095,VS0,VE1 - expires: - - Thu, 19 Oct 2023 15:05:26 GMT - permissions-policy: - - interest-cohort=() - x-proxy-cache: - - MISS - status: - code: 200 - message: OK -version: 1 diff --git a/tests/extensions/cassettes/test_label/LabelTest.test_label_properties.yaml b/tests/extensions/cassettes/test_label/LabelTest.test_label_properties.yaml deleted file mode 100644 index b8f93169e..000000000 --- a/tests/extensions/cassettes/test_label/LabelTest.test_label_properties.yaml +++ /dev/null @@ -1,157 +0,0 @@ -interactions: -- request: - body: null - headers: - Connection: - - close - Host: - - stac-extensions.github.io - User-Agent: - - Python-urllib/3.11 - method: GET - uri: https://stac-extensions.github.io/label/v1.0.1/schema.json - response: - body: - string: "{\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\": - \"https://stac-extensions.github.io/label/v1.0.1/schema.json#\",\n \"title\": - \"Label Extension\",\n \"description\": \"STAC Label Extension for STAC Items - and STAC Collections.\",\n \"oneOf\": [\n {\n \"$comment\": \"This - is the schema for STAC Items.\",\n \"allOf\": [\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"properties\",\n - \ \"links\",\n \"assets\"\n ],\n \"properties\": - {\n \"type\": {\n \"const\": \"Feature\"\n },\n - \ \"properties\": {\n \"allOf\": [\n {\n - \ \"$comment\": \"Require fields here for item properties.\",\n - \ \"required\": [\n \"label:properties\",\n - \ \"label:description\",\n \"label:type\"\n - \ ]\n },\n {\n \"$ref\": - \"#/definitions/fields\"\n }\n ]\n },\n - \ \"links\": {\n \"type\": \"array\",\n \"items\": - {\n \"$ref\": \"#/definitions/link_fields\"\n }\n - \ },\n \"assets\": {\n \"type\": \"object\",\n - \ \"additionalProperties\": {\n \"$ref\": \"#/definitions/fields\"\n - \ }\n }\n }\n },\n {\n \"$ref\": - \"#/definitions/stac_extensions\"\n }\n ]\n },\n {\n \"$comment\": - \"This is the schema for STAC Collections.\",\n \"allOf\": [\n {\n - \ \"type\": \"object\",\n \"required\": [\n \"type\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"Collection\"\n },\n \"assets\": {\n \"type\": - \"object\",\n \"additionalProperties\": {\n \"$ref\": - \"#/definitions/fields\"\n }\n },\n \"item_assets\": - {\n \"type\": \"object\",\n \"additionalProperties\": - {\n \"$ref\": \"#/definitions/fields\"\n }\n }\n - \ }\n },\n {\n \"$ref\": \"#/definitions/stac_extensions\"\n - \ }\n ]\n }\n ],\n \"definitions\": {\n \"stac_extensions\": - {\n \"type\": \"object\",\n \"required\": [\n \"stac_extensions\"\n - \ ],\n \"properties\": {\n \"stac_extensions\": {\n \"type\": - \"array\",\n \"contains\": {\n \"const\": \"https://stac-extensions.github.io/label/v1.0.1/schema.json\"\n - \ }\n }\n }\n },\n \"link_fields\": {\n \"type\": - \"object\",\n \"properties\": {\n \"label:assets\": {\n \"type\": - \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n - \ }\n },\n \"patternProperties\": {\n \"^(?!label:)\": - {}\n },\n \"additionalProperties\": false\n },\n \"fields\": - {\n \"type\": \"object\",\n \"properties\": {\n \"label:properties\": - {\n \"title\": \"Property\",\n \"oneOf\": [\n {\n - \ \"type\": \"array\",\n \"minItems\": 1,\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"null\"\n }\n ]\n - \ },\n \"label:classes\": {\n \"title\": \"Classes\",\n - \ \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"required\": [\n \"name\",\n \"classes\"\n - \ ],\n \"properties\": {\n \"name\": {\n - \ \"title\": \"Name\"\n },\n \"classes\": - {\n \"title\": \"Classes\",\n \"oneOf\": [\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"number\"\n }\n }\n - \ ]\n }\n }\n }\n },\n - \ \"label:description\": {\n \"title\": \"Description\",\n - \ \"type\": \"string\",\n \"minLength\": 1\n },\n - \ \"label:type\": {\n \"title\": \"Type\",\n \"type\": - \"string\",\n \"enum\": [\n \"raster\",\n \"vector\"\n - \ ]\n },\n \"label:tasks\": {\n \"title\": - \"Task\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:methods\": {\n \"title\": - \"Method\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:overviews\": {\n \"title\": - \"Overview\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"properties\": {\n \"property_key\": - {\n \"title\": \"Property Key\",\n \"type\": - \"string\"\n },\n \"counts\": {\n \"title\": - \"Counts\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Class - Name\",\n \"type\": \"string\"\n },\n - \ \"count\": {\n \"title\": \"Count\",\n - \ \"type\": \"integer\"\n }\n }\n - \ }\n },\n \"statistics\": {\n \"title\": - \"Statistics\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Stat - Name\",\n \"type\": \"string\"\n },\n - \ \"value\": {\n \"title\": \"Value\",\n - \ \"type\": \"number\"\n }\n }\n - \ }\n }\n }\n }\n }\n - \ },\n \"if\": {\n \"properties\": {\n \"label:type\": - {\n \"const\": \"raster\"\n }\n }\n },\n \"then\": - {\n \"properties\": {\n \"label:classes\": {\n \"items\": - {\n \"properties\": {\n \"name\": {\n \"type\": - \"null\"\n }\n }\n }\n }\n - \ }\n },\n \"else\": {\n \"properties\": {\n \"label:classes\": - {\n \"items\": {\n \"properties\": {\n \"name\": - {\n \"type\": \"string\",\n \"minLength\": - 1\n }\n }\n }\n }\n }\n - \ },\n \"patternProperties\": {\n \"^(?!label:)\": {}\n },\n - \ \"additionalProperties\": false\n }\n }\n}" - headers: - Accept-Ranges: - - bytes - Access-Control-Allow-Origin: - - '*' - Age: - - '31' - Cache-Control: - - max-age=600 - Connection: - - close - Content-Length: - - '6847' - Content-Type: - - application/json; charset=utf-8 - Date: - - Thu, 19 Oct 2023 14:55:57 GMT - ETag: - - '"61eb1dc9-1abf"' - Last-Modified: - - Fri, 21 Jan 2022 20:55:37 GMT - Server: - - GitHub.com - Strict-Transport-Security: - - max-age=31556952 - Vary: - - Accept-Encoding - Via: - - 1.1 varnish - X-Cache: - - HIT - X-Cache-Hits: - - '2' - X-Fastly-Request-ID: - - 286a34c1391d8080da2a885cfa00f518870a173a - X-GitHub-Request-Id: - - 8548:2098:5967A0:791934:6531435D - X-Served-By: - - cache-den8251-DEN - X-Timer: - - S1697727358.687757,VS0,VE1 - expires: - - Thu, 19 Oct 2023 15:05:26 GMT - permissions-policy: - - interest-cohort=() - x-proxy-cache: - - MISS - status: - code: 200 - message: OK -version: 1 diff --git a/tests/extensions/cassettes/test_label/LabelTest.test_label_tasks.yaml b/tests/extensions/cassettes/test_label/LabelTest.test_label_tasks.yaml deleted file mode 100644 index aaa13ab85..000000000 --- a/tests/extensions/cassettes/test_label/LabelTest.test_label_tasks.yaml +++ /dev/null @@ -1,157 +0,0 @@ -interactions: -- request: - body: null - headers: - Connection: - - close - Host: - - stac-extensions.github.io - User-Agent: - - Python-urllib/3.11 - method: GET - uri: https://stac-extensions.github.io/label/v1.0.1/schema.json - response: - body: - string: "{\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\": - \"https://stac-extensions.github.io/label/v1.0.1/schema.json#\",\n \"title\": - \"Label Extension\",\n \"description\": \"STAC Label Extension for STAC Items - and STAC Collections.\",\n \"oneOf\": [\n {\n \"$comment\": \"This - is the schema for STAC Items.\",\n \"allOf\": [\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"properties\",\n - \ \"links\",\n \"assets\"\n ],\n \"properties\": - {\n \"type\": {\n \"const\": \"Feature\"\n },\n - \ \"properties\": {\n \"allOf\": [\n {\n - \ \"$comment\": \"Require fields here for item properties.\",\n - \ \"required\": [\n \"label:properties\",\n - \ \"label:description\",\n \"label:type\"\n - \ ]\n },\n {\n \"$ref\": - \"#/definitions/fields\"\n }\n ]\n },\n - \ \"links\": {\n \"type\": \"array\",\n \"items\": - {\n \"$ref\": \"#/definitions/link_fields\"\n }\n - \ },\n \"assets\": {\n \"type\": \"object\",\n - \ \"additionalProperties\": {\n \"$ref\": \"#/definitions/fields\"\n - \ }\n }\n }\n },\n {\n \"$ref\": - \"#/definitions/stac_extensions\"\n }\n ]\n },\n {\n \"$comment\": - \"This is the schema for STAC Collections.\",\n \"allOf\": [\n {\n - \ \"type\": \"object\",\n \"required\": [\n \"type\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"Collection\"\n },\n \"assets\": {\n \"type\": - \"object\",\n \"additionalProperties\": {\n \"$ref\": - \"#/definitions/fields\"\n }\n },\n \"item_assets\": - {\n \"type\": \"object\",\n \"additionalProperties\": - {\n \"$ref\": \"#/definitions/fields\"\n }\n }\n - \ }\n },\n {\n \"$ref\": \"#/definitions/stac_extensions\"\n - \ }\n ]\n }\n ],\n \"definitions\": {\n \"stac_extensions\": - {\n \"type\": \"object\",\n \"required\": [\n \"stac_extensions\"\n - \ ],\n \"properties\": {\n \"stac_extensions\": {\n \"type\": - \"array\",\n \"contains\": {\n \"const\": \"https://stac-extensions.github.io/label/v1.0.1/schema.json\"\n - \ }\n }\n }\n },\n \"link_fields\": {\n \"type\": - \"object\",\n \"properties\": {\n \"label:assets\": {\n \"type\": - \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n - \ }\n },\n \"patternProperties\": {\n \"^(?!label:)\": - {}\n },\n \"additionalProperties\": false\n },\n \"fields\": - {\n \"type\": \"object\",\n \"properties\": {\n \"label:properties\": - {\n \"title\": \"Property\",\n \"oneOf\": [\n {\n - \ \"type\": \"array\",\n \"minItems\": 1,\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"null\"\n }\n ]\n - \ },\n \"label:classes\": {\n \"title\": \"Classes\",\n - \ \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"required\": [\n \"name\",\n \"classes\"\n - \ ],\n \"properties\": {\n \"name\": {\n - \ \"title\": \"Name\"\n },\n \"classes\": - {\n \"title\": \"Classes\",\n \"oneOf\": [\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"number\"\n }\n }\n - \ ]\n }\n }\n }\n },\n - \ \"label:description\": {\n \"title\": \"Description\",\n - \ \"type\": \"string\",\n \"minLength\": 1\n },\n - \ \"label:type\": {\n \"title\": \"Type\",\n \"type\": - \"string\",\n \"enum\": [\n \"raster\",\n \"vector\"\n - \ ]\n },\n \"label:tasks\": {\n \"title\": - \"Task\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:methods\": {\n \"title\": - \"Method\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:overviews\": {\n \"title\": - \"Overview\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"properties\": {\n \"property_key\": - {\n \"title\": \"Property Key\",\n \"type\": - \"string\"\n },\n \"counts\": {\n \"title\": - \"Counts\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Class - Name\",\n \"type\": \"string\"\n },\n - \ \"count\": {\n \"title\": \"Count\",\n - \ \"type\": \"integer\"\n }\n }\n - \ }\n },\n \"statistics\": {\n \"title\": - \"Statistics\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Stat - Name\",\n \"type\": \"string\"\n },\n - \ \"value\": {\n \"title\": \"Value\",\n - \ \"type\": \"number\"\n }\n }\n - \ }\n }\n }\n }\n }\n - \ },\n \"if\": {\n \"properties\": {\n \"label:type\": - {\n \"const\": \"raster\"\n }\n }\n },\n \"then\": - {\n \"properties\": {\n \"label:classes\": {\n \"items\": - {\n \"properties\": {\n \"name\": {\n \"type\": - \"null\"\n }\n }\n }\n }\n - \ }\n },\n \"else\": {\n \"properties\": {\n \"label:classes\": - {\n \"items\": {\n \"properties\": {\n \"name\": - {\n \"type\": \"string\",\n \"minLength\": - 1\n }\n }\n }\n }\n }\n - \ },\n \"patternProperties\": {\n \"^(?!label:)\": {}\n },\n - \ \"additionalProperties\": false\n }\n }\n}" - headers: - Accept-Ranges: - - bytes - Access-Control-Allow-Origin: - - '*' - Age: - - '31' - Cache-Control: - - max-age=600 - Connection: - - close - Content-Length: - - '6847' - Content-Type: - - application/json; charset=utf-8 - Date: - - Thu, 19 Oct 2023 14:55:57 GMT - ETag: - - '"61eb1dc9-1abf"' - Last-Modified: - - Fri, 21 Jan 2022 20:55:37 GMT - Server: - - GitHub.com - Strict-Transport-Security: - - max-age=31556952 - Vary: - - Accept-Encoding - Via: - - 1.1 varnish - X-Cache: - - HIT - X-Cache-Hits: - - '3' - X-Fastly-Request-ID: - - 19be4929306f93349d5822e8559413a782085705 - X-GitHub-Request-Id: - - 8548:2098:5967A0:791934:6531435D - X-Served-By: - - cache-den8235-DEN - X-Timer: - - S1697727358.753235,VS0,VE1 - expires: - - Thu, 19 Oct 2023 15:05:26 GMT - permissions-policy: - - interest-cohort=() - x-proxy-cache: - - MISS - status: - code: 200 - message: OK -version: 1 diff --git a/tests/extensions/cassettes/test_label/LabelTest.test_label_type.yaml b/tests/extensions/cassettes/test_label/LabelTest.test_label_type.yaml deleted file mode 100644 index 38b9deb5c..000000000 --- a/tests/extensions/cassettes/test_label/LabelTest.test_label_type.yaml +++ /dev/null @@ -1,157 +0,0 @@ -interactions: -- request: - body: null - headers: - Connection: - - close - Host: - - stac-extensions.github.io - User-Agent: - - Python-urllib/3.11 - method: GET - uri: https://stac-extensions.github.io/label/v1.0.1/schema.json - response: - body: - string: "{\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\": - \"https://stac-extensions.github.io/label/v1.0.1/schema.json#\",\n \"title\": - \"Label Extension\",\n \"description\": \"STAC Label Extension for STAC Items - and STAC Collections.\",\n \"oneOf\": [\n {\n \"$comment\": \"This - is the schema for STAC Items.\",\n \"allOf\": [\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"properties\",\n - \ \"links\",\n \"assets\"\n ],\n \"properties\": - {\n \"type\": {\n \"const\": \"Feature\"\n },\n - \ \"properties\": {\n \"allOf\": [\n {\n - \ \"$comment\": \"Require fields here for item properties.\",\n - \ \"required\": [\n \"label:properties\",\n - \ \"label:description\",\n \"label:type\"\n - \ ]\n },\n {\n \"$ref\": - \"#/definitions/fields\"\n }\n ]\n },\n - \ \"links\": {\n \"type\": \"array\",\n \"items\": - {\n \"$ref\": \"#/definitions/link_fields\"\n }\n - \ },\n \"assets\": {\n \"type\": \"object\",\n - \ \"additionalProperties\": {\n \"$ref\": \"#/definitions/fields\"\n - \ }\n }\n }\n },\n {\n \"$ref\": - \"#/definitions/stac_extensions\"\n }\n ]\n },\n {\n \"$comment\": - \"This is the schema for STAC Collections.\",\n \"allOf\": [\n {\n - \ \"type\": \"object\",\n \"required\": [\n \"type\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"Collection\"\n },\n \"assets\": {\n \"type\": - \"object\",\n \"additionalProperties\": {\n \"$ref\": - \"#/definitions/fields\"\n }\n },\n \"item_assets\": - {\n \"type\": \"object\",\n \"additionalProperties\": - {\n \"$ref\": \"#/definitions/fields\"\n }\n }\n - \ }\n },\n {\n \"$ref\": \"#/definitions/stac_extensions\"\n - \ }\n ]\n }\n ],\n \"definitions\": {\n \"stac_extensions\": - {\n \"type\": \"object\",\n \"required\": [\n \"stac_extensions\"\n - \ ],\n \"properties\": {\n \"stac_extensions\": {\n \"type\": - \"array\",\n \"contains\": {\n \"const\": \"https://stac-extensions.github.io/label/v1.0.1/schema.json\"\n - \ }\n }\n }\n },\n \"link_fields\": {\n \"type\": - \"object\",\n \"properties\": {\n \"label:assets\": {\n \"type\": - \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n - \ }\n },\n \"patternProperties\": {\n \"^(?!label:)\": - {}\n },\n \"additionalProperties\": false\n },\n \"fields\": - {\n \"type\": \"object\",\n \"properties\": {\n \"label:properties\": - {\n \"title\": \"Property\",\n \"oneOf\": [\n {\n - \ \"type\": \"array\",\n \"minItems\": 1,\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"null\"\n }\n ]\n - \ },\n \"label:classes\": {\n \"title\": \"Classes\",\n - \ \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"required\": [\n \"name\",\n \"classes\"\n - \ ],\n \"properties\": {\n \"name\": {\n - \ \"title\": \"Name\"\n },\n \"classes\": - {\n \"title\": \"Classes\",\n \"oneOf\": [\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"number\"\n }\n }\n - \ ]\n }\n }\n }\n },\n - \ \"label:description\": {\n \"title\": \"Description\",\n - \ \"type\": \"string\",\n \"minLength\": 1\n },\n - \ \"label:type\": {\n \"title\": \"Type\",\n \"type\": - \"string\",\n \"enum\": [\n \"raster\",\n \"vector\"\n - \ ]\n },\n \"label:tasks\": {\n \"title\": - \"Task\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:methods\": {\n \"title\": - \"Method\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:overviews\": {\n \"title\": - \"Overview\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"properties\": {\n \"property_key\": - {\n \"title\": \"Property Key\",\n \"type\": - \"string\"\n },\n \"counts\": {\n \"title\": - \"Counts\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Class - Name\",\n \"type\": \"string\"\n },\n - \ \"count\": {\n \"title\": \"Count\",\n - \ \"type\": \"integer\"\n }\n }\n - \ }\n },\n \"statistics\": {\n \"title\": - \"Statistics\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Stat - Name\",\n \"type\": \"string\"\n },\n - \ \"value\": {\n \"title\": \"Value\",\n - \ \"type\": \"number\"\n }\n }\n - \ }\n }\n }\n }\n }\n - \ },\n \"if\": {\n \"properties\": {\n \"label:type\": - {\n \"const\": \"raster\"\n }\n }\n },\n \"then\": - {\n \"properties\": {\n \"label:classes\": {\n \"items\": - {\n \"properties\": {\n \"name\": {\n \"type\": - \"null\"\n }\n }\n }\n }\n - \ }\n },\n \"else\": {\n \"properties\": {\n \"label:classes\": - {\n \"items\": {\n \"properties\": {\n \"name\": - {\n \"type\": \"string\",\n \"minLength\": - 1\n }\n }\n }\n }\n }\n - \ },\n \"patternProperties\": {\n \"^(?!label:)\": {}\n },\n - \ \"additionalProperties\": false\n }\n }\n}" - headers: - Accept-Ranges: - - bytes - Access-Control-Allow-Origin: - - '*' - Age: - - '31' - Cache-Control: - - max-age=600 - Connection: - - close - Content-Length: - - '6847' - Content-Type: - - application/json; charset=utf-8 - Date: - - Thu, 19 Oct 2023 14:55:57 GMT - ETag: - - '"61eb1dc9-1abf"' - Last-Modified: - - Fri, 21 Jan 2022 20:55:37 GMT - Server: - - GitHub.com - Strict-Transport-Security: - - max-age=31556952 - Vary: - - Accept-Encoding - Via: - - 1.1 varnish - X-Cache: - - HIT - X-Cache-Hits: - - '1' - X-Fastly-Request-ID: - - 91e220b43988313982a13d9315d00e75ca0af7e7 - X-GitHub-Request-Id: - - 8548:2098:5967A0:791934:6531435D - X-Served-By: - - cache-den8255-DEN - X-Timer: - - S1697727358.819409,VS0,VE1 - expires: - - Thu, 19 Oct 2023 15:05:26 GMT - permissions-policy: - - interest-cohort=() - x-proxy-cache: - - MISS - status: - code: 200 - message: OK -version: 1 diff --git a/tests/extensions/cassettes/test_label/LabelTest.test_validate_label.yaml b/tests/extensions/cassettes/test_label/LabelTest.test_validate_label.yaml deleted file mode 100644 index faecd3c1d..000000000 --- a/tests/extensions/cassettes/test_label/LabelTest.test_validate_label.yaml +++ /dev/null @@ -1,157 +0,0 @@ -interactions: -- request: - body: null - headers: - Connection: - - close - Host: - - stac-extensions.github.io - User-Agent: - - Python-urllib/3.11 - method: GET - uri: https://stac-extensions.github.io/label/v1.0.1/schema.json - response: - body: - string: "{\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\": - \"https://stac-extensions.github.io/label/v1.0.1/schema.json#\",\n \"title\": - \"Label Extension\",\n \"description\": \"STAC Label Extension for STAC Items - and STAC Collections.\",\n \"oneOf\": [\n {\n \"$comment\": \"This - is the schema for STAC Items.\",\n \"allOf\": [\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"properties\",\n - \ \"links\",\n \"assets\"\n ],\n \"properties\": - {\n \"type\": {\n \"const\": \"Feature\"\n },\n - \ \"properties\": {\n \"allOf\": [\n {\n - \ \"$comment\": \"Require fields here for item properties.\",\n - \ \"required\": [\n \"label:properties\",\n - \ \"label:description\",\n \"label:type\"\n - \ ]\n },\n {\n \"$ref\": - \"#/definitions/fields\"\n }\n ]\n },\n - \ \"links\": {\n \"type\": \"array\",\n \"items\": - {\n \"$ref\": \"#/definitions/link_fields\"\n }\n - \ },\n \"assets\": {\n \"type\": \"object\",\n - \ \"additionalProperties\": {\n \"$ref\": \"#/definitions/fields\"\n - \ }\n }\n }\n },\n {\n \"$ref\": - \"#/definitions/stac_extensions\"\n }\n ]\n },\n {\n \"$comment\": - \"This is the schema for STAC Collections.\",\n \"allOf\": [\n {\n - \ \"type\": \"object\",\n \"required\": [\n \"type\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"Collection\"\n },\n \"assets\": {\n \"type\": - \"object\",\n \"additionalProperties\": {\n \"$ref\": - \"#/definitions/fields\"\n }\n },\n \"item_assets\": - {\n \"type\": \"object\",\n \"additionalProperties\": - {\n \"$ref\": \"#/definitions/fields\"\n }\n }\n - \ }\n },\n {\n \"$ref\": \"#/definitions/stac_extensions\"\n - \ }\n ]\n }\n ],\n \"definitions\": {\n \"stac_extensions\": - {\n \"type\": \"object\",\n \"required\": [\n \"stac_extensions\"\n - \ ],\n \"properties\": {\n \"stac_extensions\": {\n \"type\": - \"array\",\n \"contains\": {\n \"const\": \"https://stac-extensions.github.io/label/v1.0.1/schema.json\"\n - \ }\n }\n }\n },\n \"link_fields\": {\n \"type\": - \"object\",\n \"properties\": {\n \"label:assets\": {\n \"type\": - \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n - \ }\n },\n \"patternProperties\": {\n \"^(?!label:)\": - {}\n },\n \"additionalProperties\": false\n },\n \"fields\": - {\n \"type\": \"object\",\n \"properties\": {\n \"label:properties\": - {\n \"title\": \"Property\",\n \"oneOf\": [\n {\n - \ \"type\": \"array\",\n \"minItems\": 1,\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"null\"\n }\n ]\n - \ },\n \"label:classes\": {\n \"title\": \"Classes\",\n - \ \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"required\": [\n \"name\",\n \"classes\"\n - \ ],\n \"properties\": {\n \"name\": {\n - \ \"title\": \"Name\"\n },\n \"classes\": - {\n \"title\": \"Classes\",\n \"oneOf\": [\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"string\"\n }\n },\n - \ {\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"number\"\n }\n }\n - \ ]\n }\n }\n }\n },\n - \ \"label:description\": {\n \"title\": \"Description\",\n - \ \"type\": \"string\",\n \"minLength\": 1\n },\n - \ \"label:type\": {\n \"title\": \"Type\",\n \"type\": - \"string\",\n \"enum\": [\n \"raster\",\n \"vector\"\n - \ ]\n },\n \"label:tasks\": {\n \"title\": - \"Task\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:methods\": {\n \"title\": - \"Method\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"string\"\n }\n },\n \"label:overviews\": {\n \"title\": - \"Overview\",\n \"type\": \"array\",\n \"items\": {\n \"type\": - \"object\",\n \"properties\": {\n \"property_key\": - {\n \"title\": \"Property Key\",\n \"type\": - \"string\"\n },\n \"counts\": {\n \"title\": - \"Counts\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Class - Name\",\n \"type\": \"string\"\n },\n - \ \"count\": {\n \"title\": \"Count\",\n - \ \"type\": \"integer\"\n }\n }\n - \ }\n },\n \"statistics\": {\n \"title\": - \"Statistics\",\n \"type\": \"array\",\n \"items\": - {\n \"type\": \"object\",\n \"properties\": - {\n \"name\": {\n \"title\": \"Stat - Name\",\n \"type\": \"string\"\n },\n - \ \"value\": {\n \"title\": \"Value\",\n - \ \"type\": \"number\"\n }\n }\n - \ }\n }\n }\n }\n }\n - \ },\n \"if\": {\n \"properties\": {\n \"label:type\": - {\n \"const\": \"raster\"\n }\n }\n },\n \"then\": - {\n \"properties\": {\n \"label:classes\": {\n \"items\": - {\n \"properties\": {\n \"name\": {\n \"type\": - \"null\"\n }\n }\n }\n }\n - \ }\n },\n \"else\": {\n \"properties\": {\n \"label:classes\": - {\n \"items\": {\n \"properties\": {\n \"name\": - {\n \"type\": \"string\",\n \"minLength\": - 1\n }\n }\n }\n }\n }\n - \ },\n \"patternProperties\": {\n \"^(?!label:)\": {}\n },\n - \ \"additionalProperties\": false\n }\n }\n}" - headers: - Accept-Ranges: - - bytes - Access-Control-Allow-Origin: - - '*' - Age: - - '32' - Cache-Control: - - max-age=600 - Connection: - - close - Content-Length: - - '6847' - Content-Type: - - application/json; charset=utf-8 - Date: - - Thu, 19 Oct 2023 14:55:57 GMT - ETag: - - '"61eb1dc9-1abf"' - Last-Modified: - - Fri, 21 Jan 2022 20:55:37 GMT - Server: - - GitHub.com - Strict-Transport-Security: - - max-age=31556952 - Vary: - - Accept-Encoding - Via: - - 1.1 varnish - X-Cache: - - HIT - X-Cache-Hits: - - '1' - X-Fastly-Request-ID: - - 2b189031aef4f621a1f972fe65d29407504b4830 - X-GitHub-Request-Id: - - 8548:2098:5967A0:791934:6531435D - X-Served-By: - - cache-den8258-DEN - X-Timer: - - S1697727358.892783,VS0,VE1 - expires: - - Thu, 19 Oct 2023 15:05:26 GMT - permissions-policy: - - interest-cohort=() - x-proxy-cache: - - MISS - status: - code: 200 - message: OK -version: 1 diff --git a/tests/extensions/cassettes/test_mgrs/test_set_field[grid_square-ZA].yaml b/tests/extensions/cassettes/test_mgrs/test_set_field[grid_square-ZA].yaml index 608d590b2..d2508a81f 100644 --- a/tests/extensions/cassettes/test_mgrs/test_set_field[grid_square-ZA].yaml +++ b/tests/extensions/cassettes/test_mgrs/test_set_field[grid_square-ZA].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/mgrs/v1.0.0/schema.json response: @@ -57,17 +53,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2889' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:12 GMT + - Thu, 11 Sep 2025 15:51:05 GMT ETag: - '"60c20ce1-b49"' Last-Modified: @@ -85,17 +81,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c2f511ade005d2f31b398cb47a9b5993a1a6a0a4 + - ab2ffc59b0fac9becf6981293657456e53fd7a77 X-GitHub-Request-Id: - - FF3A:188222:F9CE3F:11796FF:67925A6C + - 8146:41371:C197CC:DD3EA9:68C2EE91 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4656-BOS X-Timer: - - S1737644653.888300,VS0,VE1 + - S1757605866.787161,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:22 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_mgrs/test_set_field[latitude_band-C].yaml b/tests/extensions/cassettes/test_mgrs/test_set_field[latitude_band-C].yaml index bd2eb1c6c..1aa09de35 100644 --- a/tests/extensions/cassettes/test_mgrs/test_set_field[latitude_band-C].yaml +++ b/tests/extensions/cassettes/test_mgrs/test_set_field[latitude_band-C].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/mgrs/v1.0.0/schema.json response: @@ -57,17 +53,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2889' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:12 GMT + - Thu, 11 Sep 2025 15:51:05 GMT ETag: - '"60c20ce1-b49"' Last-Modified: @@ -85,17 +81,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 8a1154d30110db44dd8ff470bf9c5befb876d3c3 + - 11dcac126c083bd0e73460adf8a7b35f1db5d03d X-GitHub-Request-Id: - - FF3A:188222:F9CE3F:11796FF:67925A6C + - 8146:41371:C197CC:DD3EA9:68C2EE91 X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4643-BOS X-Timer: - - S1737644653.862805,VS0,VE1 + - S1757605866.698433,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:22 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_mgrs/test_set_field[utm_zone-59].yaml b/tests/extensions/cassettes/test_mgrs/test_set_field[utm_zone-59].yaml index c4aaae999..767310cd2 100644 --- a/tests/extensions/cassettes/test_mgrs/test_set_field[utm_zone-59].yaml +++ b/tests/extensions/cassettes/test_mgrs/test_set_field[utm_zone-59].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/mgrs/v1.0.0/schema.json response: @@ -57,17 +53,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2889' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:12 GMT + - Thu, 11 Sep 2025 15:51:05 GMT ETag: - '"60c20ce1-b49"' Last-Modified: @@ -85,17 +81,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - ad36841627351a3eb036114a69a600f39c559107 + - b19812b1e6b908c05753c92f5be6e10ea452acb0 X-GitHub-Request-Id: - - FF3A:188222:F9CE3F:11796FF:67925A6C + - 8146:41371:C197CC:DD3EA9:68C2EE91 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4682-BOS X-Timer: - - S1737644653.913545,VS0,VE1 + - S1757605866.873674,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:22 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_mgrs/test_validate.yaml b/tests/extensions/cassettes/test_mgrs/test_validate.yaml index d5147a0c5..8637bb550 100644 --- a/tests/extensions/cassettes/test_mgrs/test_validate.yaml +++ b/tests/extensions/cassettes/test_mgrs/test_validate.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/mgrs/v1.0.0/schema.json response: @@ -57,17 +53,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2889' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:12 GMT + - Thu, 11 Sep 2025 15:51:05 GMT ETag: - '"60c20ce1-b49"' Last-Modified: @@ -81,21 +77,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 4a922ccdbb74db07d21840fd5f0b160d3159c16c + - ec1edcafe1097cdec7dd28d7d9a077c3fb8daee4 X-GitHub-Request-Id: - - FF3A:188222:F9CE3F:11796FF:67925A6C + - 8146:41371:C197CC:DD3EA9:68C2EE91 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4668-BOS X-Timer: - - S1737644653.768855,VS0,VE64 + - S1757605866.610553,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:22 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_mlm/test_apply.yaml b/tests/extensions/cassettes/test_mlm/test_apply.yaml index a140ac575..77faf4367 100644 --- a/tests/extensions/cassettes/test_mlm/test_apply.yaml +++ b/tests/extensions/cassettes/test_mlm/test_apply.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.10 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/mlm/v1.4.0/schema.json response: @@ -455,21 +451,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '33494' Content-Type: - application/json; charset=utf-8 Date: - - Fri, 21 Mar 2025 15:15:39 GMT + - Thu, 11 Sep 2025 15:51:05 GMT ETag: - - '"67a12887-82d6"' + - '"68a9213c-82d6"' Last-Modified: - - Mon, 03 Feb 2025 20:35:19 GMT + - Sat, 23 Aug 2025 02:02:36 GMT Server: - GitHub.com Strict-Transport-Security: @@ -483,17 +479,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - e6f0819013468ceeb42a39e2704aa62a148d5c14 + - 8cc778cdf9c8268e32dd552bfee5c76e3071abd0 X-GitHub-Request-Id: - - 500D:3A6F18:89E644:8ACB55:67DD7A37 + - A11F:C20EF:C119A7:DCC218:68C2EE91 X-Served-By: - - cache-fra-etou8220047-FRA + - cache-bos4628-BOS X-Timer: - - S1742570140.599424,VS0,VE129 + - S1757605866.981955,VS0,VE1 expires: - - Fri, 21 Mar 2025 14:49:51 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:22 GMT x-proxy-cache: - MISS status: @@ -502,12 +496,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.10 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/raster/v1.1.0/schema.json response: @@ -604,17 +594,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '351' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6318' Content-Type: - application/json; charset=utf-8 Date: - - Fri, 21 Mar 2025 15:15:39 GMT + - Thu, 11 Sep 2025 15:51:06 GMT ETag: - '"66df5c80-18ae"' Last-Modified: @@ -630,19 +620,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '0' + - '1' X-Fastly-Request-ID: - - 036efacdda8669fa137ebe8ecd749a253d352b61 + - a34f86e947a340df5dccbf1f0e5d9de0216fdbe7 X-GitHub-Request-Id: - - 76C2:3557:622AC4:62D633:67DCCB30 + - 6F8C:14A94E:C2B049:DE4F27:68C2EE8A X-Served-By: - - cache-fra-etou8220165-FRA + - cache-bos4664-BOS X-Timer: - - S1742570140.827733,VS0,VE93 + - S1757605866.064373,VS0,VE1 expires: - - Fri, 21 Mar 2025 02:23:04 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -651,12 +639,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.10 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/processing/v1.1.0/schema.json response: @@ -762,17 +746,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '7146' Content-Type: - application/json; charset=utf-8 Date: - - Fri, 21 Mar 2025 15:15:40 GMT + - Thu, 11 Sep 2025 15:51:06 GMT ETag: - '"663cfd3e-1bea"' Last-Modified: @@ -790,120 +774,18 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - e2ba9fbc4a454ff21832a109922c330c668a4e77 + - a0074a46f655579656d5ae15de41d911d35c726b X-GitHub-Request-Id: - - D0E6:784E9:1823453:184B0AB:67DCEE1C + - 22ED:F9247:195E240:1C9B8AD:68C2EE91 X-Served-By: - - cache-fra-etou8220063-FRA + - cache-bos4646-BOS X-Timer: - - S1742570140.991458,VS0,VE102 + - S1757605866.138492,VS0,VE1 expires: - - Fri, 21 Mar 2025 04:52:04 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:22 GMT x-proxy-cache: - MISS status: code: 200 message: OK -- request: - body: null - headers: - Connection: - - close - Host: - - stac-extensions.github.io - User-Agent: - - Python-urllib/3.10 - method: GET - uri: https://stac-extensions.github.io/mlm/v2.0.0/schema.json - response: - body: - string: "\n\n \n \n \n Page not found · GitHub Pages\n \n - \ \n \n\n
\n\n

404

\n - \

File not found

\n\n

\n The site - configured at this address does not\n contain the requested file.\n - \

\n\n

\n If this is your site, make sure that the - filename case matches the URL\n as well as any file permissions.
\n - \ For root URLs (like http://example.com/) you must provide - an\n index.html file.\n

\n\n

\n Read the full documentation\n - \ for more information about using GitHub Pages.\n - \

\n\n \n\n \n\n \n
\n \n\n" - headers: - Accept-Ranges: - - bytes - Access-Control-Allow-Origin: - - '*' - Age: - - '0' - Connection: - - close - Content-Length: - - '9379' - Content-Security-Policy: - - default-src 'none'; style-src 'unsafe-inline'; img-src data:; connect-src - 'self' - Content-Type: - - text/html; charset=utf-8 - Date: - - Mon, 24 Mar 2025 15:36:45 GMT - ETag: - - '"64d39a40-24a3"' - Server: - - GitHub.com - Strict-Transport-Security: - - max-age=31556952 - Vary: - - Accept-Encoding - Via: - - 1.1 varnish - X-Cache: - - MISS - X-Cache-Hits: - - '0' - X-Fastly-Request-ID: - - 846304fdaed7762a83a65c80e93ddab35869b95a - X-GitHub-Request-Id: - - C119:2AF7BC:3D8B64:3E0D86:67E17C0D - X-Served-By: - - cache-fra-etou8220036-FRA - X-Timer: - - S1742830606.879533,VS0,VE118 - permissions-policy: - - interest-cohort=() - x-proxy-cache: - - MISS - status: - code: 404 - message: Not Found version: 1 diff --git a/tests/extensions/cassettes/test_mlm/test_mlm_validation.yaml b/tests/extensions/cassettes/test_mlm/test_mlm_validation.yaml deleted file mode 100644 index 03e143392..000000000 --- a/tests/extensions/cassettes/test_mlm/test_mlm_validation.yaml +++ /dev/null @@ -1,651 +0,0 @@ -interactions: -- request: - body: null - headers: - Connection: - - close - Host: - - stac-extensions.github.io - User-Agent: - - Python-urllib/3.10 - method: GET - uri: https://stac-extensions.github.io/mlm/v1.4.0/schema.json - response: - body: - string: "{\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\": - \"https://stac-extensions.github.io/mlm/v1.4.0/schema.json\",\n \"title\": - \"Machine Learning Model STAC Extension Schema\",\n \"description\": \"This - object represents the metadata for a Machine Learning Model (MLM) used in - STAC documents.\",\n \"$comment\": \"Use 'allOf+if/then' for each 'type' - to allow implementations to report more specific messages about the exact - case in error (if any). Using only a 'oneOf/allOf' with the 'type' caused - any incompatible 'type' to be reported first with a minimal and poorly described - error by 'pystac'.\",\n \"allOf\": [\n {\n \"description\": \"This - is the schema for STAC extension MLM in Items.\",\n \"if\": {\n \"required\": - [\n \"type\"\n ],\n \"properties\": {\n \"type\": - {\n \"const\": \"Feature\"\n }\n }\n },\n - \ \"then\": {\n \"allOf\": [\n {\n \"description\": - \"Schema to validate the MLM fields permitted under Item properties or Assets - properties.\",\n \"type\": \"object\",\n \"required\": - [\n \"properties\",\n \"assets\"\n ],\n - \ \"properties\": {\n \"properties\": {\n \"$comment\": - \"Schema to validate the MLM fields permitted under Item properties.\",\n - \ \"$ref\": \"#/$defs/mlmItemFields\"\n },\n \"assets\": - {\n \"additionalProperties\": {\n \"$comment\": - \"Schema to validate the MLM fields permitted under Asset properties.\",\n - \ \"$ref\": \"#/$defs/mlmAssetFields\"\n }\n - \ }\n }\n },\n {\n \"$ref\": - \"#/$defs/stac_extensions_mlm\"\n },\n {\n \"$comment\": - \"Schema to validate cross-references of bands between MLM inputs and any - 'bands'-compliant section describing them using another STAC definition.\",\n - \ \"$ref\": \"#/$defs/AnyBandsRef\"\n },\n {\n - \ \"$comment\": \"Schema to validate that at least one Asset defines - a model role.\",\n \"$ref\": \"#/$defs/AssetModelRoleMinimumOneDefinition\"\n - \ },\n {\n \"$comment\": \"Schema to validate - that the Asset model properties are mutually exclusive to the model role.\",\n - \ \"$ref\": \"#/$defs/AssetModelRequiredProperties\"\n }\n - \ ]\n }\n },\n {\n \"description\": \"This is the schema - for STAC extension MLM in Collections.\",\n \"if\": {\n \"required\": - [\n \"type\"\n ],\n \"properties\": {\n \"type\": - {\n \"const\": \"Collection\"\n }\n }\n },\n - \ \"then\": {\n \"allOf\": [\n {\n \"type\": - \"object\",\n \"properties\": {\n \"summaries\": {\n - \ \"type\": \"object\",\n \"additionalProperties\": - {\n \"$ref\": \"#/$defs/mlmCollectionFields\"\n }\n - \ },\n \"assets\": {\n \"type\": \"object\",\n - \ \"additionalProperties\": {\n \"$ref\": \"#/$defs/mlmAssetFields\"\n - \ }\n },\n \"item_assets\": {\n \"type\": - \"object\",\n \"additionalProperties\": {\n \"$ref\": - \"#/$defs/mlmAssetFields\"\n }\n }\n }\n - \ },\n {\n \"$ref\": \"#/$defs/stac_extensions_mlm\"\n - \ }\n ]\n }\n }\n ],\n \"$defs\": {\n \"stac_extensions_mlm\": - {\n \"type\": \"object\",\n \"required\": [\n \"stac_extensions\"\n - \ ],\n \"properties\": {\n \"stac_extensions\": {\n \"type\": - \"array\",\n \"contains\": {\n \"const\": \"https://stac-extensions.github.io/mlm/v1.4.0/schema.json\"\n - \ }\n }\n }\n },\n \"stac_extensions_eo\": {\n \"type\": - \"object\",\n \"required\": [\n \"stac_extensions\"\n ],\n - \ \"properties\": {\n \"stac_extensions\": {\n \"type\": - \"array\",\n \"contains\": {\n \"type\": \"string\",\n - \ \"pattern\": \"https://stac-extensions\\\\.github\\\\.io/eo/v1(\\\\.[0-9]+){2}/schema\\\\.json\"\n - \ }\n }\n }\n },\n \"stac_extensions_eo_bands_item\": - {\n \"$comment\": \"This is the JSON-object 'properties' definition, - which describes the STAC-Item field named 'properties' containing 'eo:bands' - as described in [https://github.com/stac-extensions/eo#item-properties-or-asset-fields].\",\n - \ \"properties\": {\n \"properties\": {\n \"required\": - [\n \"eo:bands\"\n ],\n \"properties\": {\n \"eo:bands\": - {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": - {\n \"type\": \"object\"\n }\n }\n - \ }\n }\n }\n },\n \"stac_extensions_eo_bands_asset\": - {\n \"required\": [\n \"assets\"\n ],\n \"$comment\": - \"This is the JSON-object 'properties' definition, which describes the STAC-Asset - containing 'eo:bands' as described in [https://github.com/stac-extensions/eo#item-properties-or-asset-fields].\",\n - \ \"properties\": {\n \"assets\": {\n \"additionalProperties\": - {\n \"if\": {\n \"$ref\": \"#/$defs/AssetModelRole\"\n - \ },\n \"then\": {\n \"required\": [\n \"eo:bands\"\n - \ ],\n \"properties\": {\n \"eo:bands\": - {\n \"type\": \"array\",\n \"minItems\": - 1,\n \"items\": {\n \"type\": \"object\"\n - \ }\n }\n }\n }\n }\n - \ }\n }\n },\n \"stac_extensions_raster\": {\n \"type\": - \"object\",\n \"required\": [\n \"stac_extensions\"\n ],\n - \ \"properties\": {\n \"stac_extensions\": {\n \"type\": - \"array\",\n \"contains\": {\n \"type\": \"string\",\n - \ \"pattern\": \"https://stac-extensions\\\\.github\\\\.io/raster/v1(\\\\.[0-9]+){2}/schema\\\\.json\"\n - \ }\n }\n }\n },\n \"stac_extensions_raster_bands_asset\": - {\n \"required\": [\n \"assets\"\n ],\n \"$comment\": - \"This is the JSON-object 'properties' definition, which describes the STAC-Item - at least one Asset field containing 'raster:bands' as described in [https://github.com/stac-extensions/raster/tree/v1.1.0#item-asset-fields].\",\n - \ \"properties\": {\n \"assets\": {\n \"additionalProperties\": - {\n \"if\": {\n \"$ref\": \"#/$defs/AssetModelRole\"\n - \ },\n \"then\": {\n \"required\": [\n \"raster:bands\"\n - \ ],\n \"properties\": {\n \"raster:bands\": - {\n \"type\": \"array\",\n \"minItems\": - 1,\n \"items\": {\n \"$comment\": \"Raster - extension does not explicitly indicate a 'name', but one is needed for MLM.\",\n - \ \"type\": \"object\",\n \"required\": - [\n \"name\"\n ],\n \"properties\": - {\n \"name\": {\n \"type\": \"string\",\n - \ \"minLength\": 1\n }\n }\n - \ }\n }\n }\n }\n }\n - \ }\n }\n },\n \"stac_version_1.1\": {\n \"$comment\": - \"Requirement for STAC 1.1 or above.\",\n \"type\": \"object\",\n \"required\": - [\n \"stac_version\"\n ],\n \"properties\": {\n \"stac_version\": - {\n \"pattern\": \"1\\\\.[1-9][0-9]*\\\\.[0-9]+(-.*)?\"\n }\n - \ }\n },\n \"fields\": {\n \"description\": \"All possible - MLM fields regardless of the level they apply (Collection, Item, Asset, Link).\",\n - \ \"type\": \"object\",\n \"properties\": {\n \"mlm:name\": - {\n \"$ref\": \"#/$defs/mlm:name\"\n },\n \"mlm:architecture\": - {\n \"$ref\": \"#/$defs/mlm:architecture\"\n },\n \"mlm:tasks\": - {\n \"$ref\": \"#/$defs/mlm:tasks\"\n },\n \"mlm:framework\": - {\n \"$ref\": \"#/$defs/mlm:framework\"\n },\n \"mlm:framework_version\": - {\n \"$ref\": \"#/$defs/mlm:framework_version\"\n },\n \"mlm:memory_size\": - {\n \"$ref\": \"#/$defs/mlm:memory_size\"\n },\n \"mlm:total_parameters\": - {\n \"$ref\": \"#/$defs/mlm:total_parameters\"\n },\n \"mlm:pretrained\": - {\n \"$ref\": \"#/$defs/mlm:pretrained\"\n },\n \"mlm:pretrained_source\": - {\n \"$ref\": \"#/$defs/mlm:pretrained_source\"\n },\n \"mlm:batch_size_suggestion\": - {\n \"$ref\": \"#/$defs/mlm:batch_size_suggestion\"\n },\n - \ \"mlm:accelerator\": {\n \"$ref\": \"#/$defs/mlm:accelerator\"\n - \ },\n \"mlm:accelerator_constrained\": {\n \"$ref\": - \"#/$defs/mlm:accelerator_constrained\"\n },\n \"mlm:accelerator_summary\": - {\n \"$ref\": \"#/$defs/mlm:accelerator_summary\"\n },\n \"mlm:accelerator_count\": - {\n \"$ref\": \"#/$defs/mlm:accelerator_count\"\n },\n \"mlm:input\": - {\n \"$ref\": \"#/$defs/mlm:input\"\n },\n \"mlm:output\": - {\n \"$ref\": \"#/$defs/mlm:output\"\n },\n \"mlm:hyperparameters\": - {\n \"$ref\": \"#/$defs/mlm:hyperparameters\"\n },\n \"mlm:artifact_type\": - {\n \"$ref\": \"#/$defs/mlm:artifact_type\"\n },\n \"mlm:compile_method\": - {\n \"$ref\": \"#/$defs/mlm:compile_method\"\n }\n },\n - \ \"$comment\": \"Allow properties not defined by MLM prefix to work with - other extensions and attributes, but disallow undefined MLM fields.\",\n \"patternProperties\": - {\n \"^(?!mlm:)\": {}\n },\n \"additionalProperties\": false\n - \ },\n \"mlmCollectionFields\": {\n \"description\": \"Schema to - validate the MLM fields permitted under Collection summaries.\",\n \"allOf\": - [\n {\n \"description\": \"Fields that are mandatory under - the Collection summaries.\",\n \"type\": \"object\",\n \"required\": - []\n },\n {\n \"description\": \"Fields that are disallowed - under the Collection summaries.\",\n \"not\": {\n \"required\": - [\n \"mlm:input\",\n \"mlm:output\",\n \"mlm:artifact_type\",\n - \ \"mlm:compile_method\"\n ]\n }\n },\n - \ {\n \"description\": \"Field with known definitions that - must be validated.\",\n \"$ref\": \"#/$defs/fields\"\n }\n - \ ]\n },\n \"mlmItemFields\": {\n \"description\": \"Schema - to validate the MLM fields permitted under Item properties.\",\n \"allOf\": - [\n {\n \"description\": \"Fields that are mandatory under - the Item properties.\",\n \"required\": [\n \"mlm:name\",\n - \ \"mlm:architecture\",\n \"mlm:tasks\",\n \"mlm:input\",\n - \ \"mlm:output\"\n ]\n },\n {\n \"description\": - \"Fields that are disallowed under the Item properties.\",\n \"$comment\": - \"Particularity of the 'not/required' approach: they must be tested one by - one. Otherwise, it validates that they are all (simultaneously) not present.\",\n - \ \"not\": {\n \"anyOf\": [\n {\"required\": - [\"mlm:artifact_type\"]},\n {\"required\": [\"mlm:compile_method\"]}\n - \ ]\n }\n },\n {\n \"description\": - \"Field with known definitions that must be validated.\",\n \"$ref\": - \"#/$defs/fields\"\n }\n ]\n },\n \"mlmAssetFields\": {\n - \ \"description\": \"Schema to validate the MLM fields permitted under - Assets properties.\",\n \"allOf\": [\n {\n \"description\": - \"Fields that are disallowed under the Asset properties.\",\n \"$comment\": - \"Particularity of the 'not/required' approach: they must be tested one by - one. Otherwise, it validates that they are all (simultaneously) not present.\",\n - \ \"not\": {\n \"anyOf\": [\n {\n \"required\": - [\n \"mlm:name\"\n ]\n },\n {\n - \ \"required\": [\n \"mlm:input\"\n ]\n - \ },\n {\n \"required\": [\n \"mlm:output\"\n - \ ]\n },\n {\n \"required\": - [\n \"mlm:hyperparameters\"\n ]\n }\n - \ ]\n }\n },\n {\n \"description\": - \"Field with known definitions that must be validated.\",\n \"$ref\": - \"#/$defs/fields\"\n }\n ]\n },\n \"mlm:name\": {\n \"type\": - \"string\",\n \"pattern\": \"^[a-zA-Z][a-zA-Z0-9_.\\\\-\\\\s]+[a-zA-Z0-9]$\"\n - \ },\n \"mlm:architecture\": {\n \"type\": \"string\",\n \"title\": - \"Model Architecture\",\n \"description\": \"A descriptive name of the - model architecture, typically a common name from the literature.\",\n \"examples\": - [\n \"ResNet\",\n \"VGG\",\n \"GAN\",\n \"Vision - Transformer\"\n ]\n },\n \"mlm:framework\": {\n \"title\": - \"Name of the machine learning framework used.\",\n \"anyOf\": [\n {\n - \ \"$comment\": \"Add more entries here as needed, and repeat them - in the README.\",\n \"description\": \"Notable predefined framework - names.\",\n \"type\": \"string\",\n \"enum\": [\n \"PyTorch\",\n - \ \"TensorFlow\",\n \"scikit-learn\",\n \"Hugging - Face\",\n \"Keras\",\n \"ONNX\",\n \"rgee\",\n - \ \"spatialRF\",\n \"JAX\",\n \"MXNet\",\n - \ \"Caffe\",\n \"PyMC\",\n \"Weka\"\n ]\n - \ },\n {\n \"type\": \"string\",\n \"minLength\": - 1,\n \"pattern\": \"^(?=[^\\\\s._\\\\-]).*[^\\\\s._\\\\-]$\",\n \"description\": - \"Any other framework name to allow extension. Enum names should be preferred - when possible to allow better portability.\"\n }\n ]\n },\n - \ \"mlm:framework_version\": {\n \"title\": \"Framework version\",\n - \ \"type\": \"string\",\n \"pattern\": \"^(0|[1-9]\\\\d*)\\\\.(0|[1-9]\\\\d*)\\\\.(0|[1-9]\\\\d*)(?:-((?:0|[1-9]\\\\d*|\\\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\\\.(?:0|[1-9]\\\\d*|\\\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\\\+([0-9a-zA-Z-]+(?:\\\\.[0-9a-zA-Z-]+)*))?$\"\n - \ },\n \"mlm:artifact_type\": {\n \"type\": \"string\",\n \"minLength\": - 1,\n \"examples\": [\n \"torch.save\",\n \"torch.jit.save\",\n - \ \"torch.export.save\",\n \"tf.keras.Model.save\",\n \"tf.keras.Model.save_weights\",\n - \ \"tf.saved_model.export(format='tf_saved_model')\"\n ]\n },\n - \ \"mlm:compile_method\": {\n \"type\": \"string\",\n \"minLength\": - 1,\n \"examples\": [\n \"aot\",\n \"jit\"\n ]\n },\n - \ \"mlm:tasks\": {\n \"type\": \"array\",\n \"uniqueItems\": true,\n - \ \"items\": {\n \"type\": \"string\",\n \"enum\": [\n \"regression\",\n - \ \"classification\",\n \"scene-classification\",\n \"detection\",\n - \ \"object-detection\",\n \"segmentation\",\n \"semantic-segmentation\",\n - \ \"instance-segmentation\",\n \"panoptic-segmentation\",\n - \ \"similarity-search\",\n \"generative\",\n \"image-captioning\",\n - \ \"super-resolution\"\n ]\n }\n },\n \"mlm:memory_size\": - {\n \"description\": \"Memory size (in bytes) required to load the model - with the specified accelerator.\",\n \"type\": \"integer\",\n \"minimum\": - 0\n },\n \"mlm:total_parameters\": {\n \"description\": \"Total - number of model parameters (weights).\",\n \"type\": \"integer\",\n \"minimum\": - 0\n },\n \"mlm:pretrained\": {\n \"type\": \"boolean\",\n \"$comment\": - \"If trained from scratch, the source should be explicitly 'null'. However, - omitting the source if pretrained is allowed.\",\n \"if\": {\n \"$comment\": - \"This is the JSON-object 'properties' definition, which describes the STAC-Item - field named 'properties'.\",\n \"properties\": {\n \"properties\": - {\n \"$comment\": \"This is the JSON-object 'properties' definition - for the STAC MLM pretraining reference.\",\n \"properties\": {\n - \ \"mlm:pretrained\": {\n \"const\": false\n }\n - \ }\n }\n }\n },\n \"then\": {\n \"$comment\": - \"This is the JSON-object 'properties' definition, which describes the STAC-Item - field named 'properties'.\",\n \"properties\": {\n \"properties\": - {\n \"$comment\": \"This is the JSON-object 'properties' definition - for the STAC MLM pretraining reference.\",\n \"required\": [\n - \ \"mlm:pretrained_source\"\n ],\n \"properties\": - {\n \"mlm:pretrained_source\": {\n \"const\": - null\n }\n }\n }\n }\n }\n },\n - \ \"mlm:pretrained_source\": {\n \"description\": \"Pre-training dataset - reference or training from scratch definition.\",\n \"oneOf\": [\n {\n - \ \"type\": \"string\",\n \"description\": \"The name or - URI of the dataset used for pretraining the model.\",\n \"examples\": - [\n \"ImageNet\",\n \"EuroSAT\"\n ]\n },\n - \ {\n \"type\": \"null\",\n \"description\": \"Explicit - mention that the model is trained from scratch.\"\n }\n ]\n },\n - \ \"mlm:batch_size_suggestion\": {\n \"description\": \"Recommended - batch size to employ the model with the accelerator.\",\n \"type\": \"integer\",\n - \ \"minimum\": 0\n },\n \"mlm:accelerator\": {\n \"oneOf\": - [\n {\n \"type\": \"string\",\n \"enum\": [\n \"amd64\",\n - \ \"cuda\",\n \"xla\",\n \"amd-rocm\",\n \"intel-ipex-cpu\",\n - \ \"intel-ipex-gpu\",\n \"macos-arm\"\n ]\n - \ },\n {\n \"type\": \"null\"\n }\n ],\n - \ \"default\": null\n },\n \"mlm:accelerator_constrained\": {\n - \ \"type\": \"boolean\",\n \"default\": false\n },\n \"mlm:accelerator_summary\": - {\n \"type\": \"string\"\n },\n \"mlm:accelerator_count\": {\n - \ \"type\": \"integer\",\n \"minimum\": 1\n },\n \"mlm:input\": - {\n \"type\": \"array\",\n \"items\": {\n \"$ref\": \"#/$defs/ModelInput\"\n - \ }\n },\n \"ModelInput\": {\n \"title\": \"Model Input Object\",\n - \ \"type\": \"object\",\n \"required\": [\n \"name\",\n \"bands\",\n - \ \"input\"\n ],\n \"properties\": {\n \"name\": {\n - \ \"type\": \"string\",\n \"minLength\": 1\n },\n - \ \"bands\": {\n \"$ref\": \"#/$defs/ModelBands\"\n },\n - \ \"input\": {\n \"$ref\": \"#/$defs/InputStructure\"\n },\n - \ \"description\": {\n \"type\": \"string\",\n \"minLength\": - 1\n },\n \"value_scaling\": {\n \"$ref\": \"#/$defs/ValueScaling\"\n - \ },\n \"resize_type\": {\n \"$ref\": \"#/$defs/ResizeType\"\n - \ },\n \"pre_processing_function\": {\n \"$ref\": \"#/$defs/ProcessingExpression\"\n - \ }\n }\n },\n \"mlm:output\": {\n \"type\": \"array\",\n - \ \"items\": {\n \"title\": \"Model Output Object\",\n \"type\": - \"object\",\n \"required\": [\n \"name\",\n \"tasks\",\n - \ \"result\"\n ],\n \"properties\": {\n \"name\": - {\n \"type\": \"string\",\n \"minLength\": 1\n },\n - \ \"tasks\": {\n \"$ref\": \"#/$defs/mlm:tasks\"\n },\n - \ \"result\": {\n \"$ref\": \"#/$defs/ResultStructure\"\n - \ },\n \"description\": {\n \"type\": \"string\",\n - \ \"minLength\": 1\n },\n \"classification:classes\": - {\n \"$ref\": \"#/$defs/ClassificationClasses\"\n },\n - \ \"post_processing_function\": {\n \"$ref\": \"#/$defs/ProcessingExpression\"\n - \ }\n }\n }\n },\n \"mlm:hyperparameters\": {\n - \ \"type\": \"object\",\n \"minProperties\": 1,\n \"patternProperties\": - {\n \"^[0-9a-zA-Z_.-]+$\": true\n },\n \"additionalProperties\": - false\n },\n \"InputStructure\": {\n \"title\": \"Input Structure - Object\",\n \"type\": \"object\",\n \"required\": [\n \"shape\",\n - \ \"dim_order\",\n \"data_type\"\n ],\n \"properties\": - {\n \"shape\": {\n \"$ref\": \"#/$defs/DimensionShape\"\n - \ },\n \"dim_order\": {\n \"$ref\": \"#/$defs/DimensionOrder\"\n - \ },\n \"data_type\": {\n \"$ref\": \"#/$defs/DataType\"\n - \ }\n }\n },\n \"ResultStructure\": {\n \"title\": \"Result - Structure Object\",\n \"type\": \"object\",\n \"required\": [\n - \ \"shape\",\n \"dim_order\",\n \"data_type\"\n ],\n - \ \"properties\": {\n \"shape\": {\n \"$ref\": \"#/$defs/DimensionShape\"\n - \ },\n \"dim_order\": {\n \"$ref\": \"#/$defs/DimensionOrder\"\n - \ },\n \"data_type\": {\n \"$ref\": \"#/$defs/DataType\"\n - \ }\n }\n },\n \"DimensionShape\": {\n \"type\": \"array\",\n - \ \"minItems\": 1,\n \"items\": {\n \"type\": \"integer\",\n - \ \"minimum\": -1\n }\n },\n \"DimensionOrder\": {\n \"type\": - \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": - {\n \"type\": \"string\",\n \"minLength\": 1,\n \"pattern\": - \"^[a-z-_]+$\",\n \"examples\": [\n \"batch\",\n \"channel\",\n - \ \"time\",\n \"height\",\n \"width\",\n \"depth\",\n - \ \"token\",\n \"class\",\n \"score\",\n \"confidence\"\n - \ ]\n }\n },\n \"ValueScaling\": {\n \"oneOf\": [\n - \ {\n \"type\": \"null\"\n },\n {\n \"type\": - \"array\",\n \"minItems\": 1,\n \"items\": {\n \"$ref\": - \"#/$defs/ValueScalingObject\"\n }\n }\n ]\n },\n - \ \"ValueScalingObject\": {\n \"oneOf\": [\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"minimum\",\n - \ \"maximum\"\n ],\n \"properties\": {\n \"type\": - {\n \"const\": \"min-max\"\n },\n \"minimum\": - {\n \"type\": \"number\"\n },\n \"maximum\": - {\n \"type\": \"number\"\n }\n }\n },\n - \ {\n \"type\": \"object\",\n \"required\": [\n \"type\",\n - \ \"mean\",\n \"stddev\"\n ],\n \"properties\": - {\n \"type\": {\n \"const\": \"z-score\"\n },\n - \ \"mean\": {\n \"type\": \"number\"\n },\n - \ \"stddev\": {\n \"type\": \"number\"\n }\n - \ }\n },\n {\n \"type\": \"object\",\n \"required\": - [\n \"type\",\n \"minimum\",\n \"maximum\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"clip\"\n },\n \"minimum\": {\n \"type\": - \"number\"\n },\n \"maximum\": {\n \"type\": - \"number\"\n }\n }\n },\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"minimum\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"clip-min\"\n },\n \"minimum\": {\n \"type\": - \"number\"\n },\n \"maximum\": {\n \"type\": - \"number\"\n }\n }\n },\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"maximum\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"clip-max\"\n },\n \"maximum\": {\n \"type\": - \"number\"\n }\n }\n },\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"value\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"offset\"\n },\n \"value\": {\n \"type\": - \"number\"\n }\n }\n },\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"value\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"scale\"\n },\n \"value\": {\n \"type\": - \"number\"\n }\n }\n },\n {\n \"$ref\": - \"#/$defs/ValueScalingProcessingExpression\"\n }\n ]\n },\n - \ \"ValueScalingProcessingExpression\": {\n \"allOf\": [\n {\n - \ \"type\": \"object\",\n \"required\": [\n \"type\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"processing\"\n }\n }\n },\n {\n \"$ref\": - \"#/$defs/ProcessingExpression\"\n }\n ]\n },\n \"ResizeType\": - {\n \"oneOf\": [\n {\n \"type\": \"string\",\n \"enum\": - [\n \"crop\",\n \"pad\",\n \"interpolation-nearest\",\n - \ \"interpolation-linear\",\n \"interpolation-cubic\",\n - \ \"interpolation-area\",\n \"interpolation-lanczos4\",\n - \ \"interpolation-max\",\n \"wrap-fill-outliers\",\n - \ \"wrap-inverse-map\"\n ]\n },\n {\n \"type\": - \"null\"\n }\n ]\n },\n \"ClassificationClasses\": {\n \"$comment\": - \"Must allow empty array for outputs that provide other predictions than classes.\",\n - \ \"oneOf\": [\n {\n \"$ref\": \"https://stac-extensions.github.io/classification/v1.1.0/schema.json#/definitions/fields/properties/classification:classes\"\n - \ },\n {\n \"type\": \"array\",\n \"maxItems\": - 0\n }\n ]\n },\n \"ProcessingExpression\": {\n \"oneOf\": - [\n {\n \"$ref\": \"https://stac-extensions.github.io/processing/v1.1.0/schema.json#/definitions/fields/properties/processing:expression\"\n - \ },\n {\n \"type\": \"null\"\n }\n ]\n - \ },\n \"DataType\": {\n \"$ref\": \"https://stac-extensions.github.io/raster/v1.1.0/schema.json#/definitions/bands/items/properties/data_type\"\n - \ },\n \"HasArtifactType\": {\n \"$comment\": \"Used to check the - artifact type property that is required by a Model Asset annotated by 'mlm:model' - role.\",\n \"type\": \"object\",\n \"required\": [\n \"mlm:artifact_type\"\n - \ ],\n \"properties\": {\n \"mlm:artifact_type\": {\n \"$ref\": - \"#/$defs/mlm:artifact_type\"\n }\n }\n },\n \"AssetModelRole\": - {\n \"$comment\": \"Used to check the presence of 'mlm:model' role required - by a Model Asset.\",\n \"type\": \"object\",\n \"required\": [\n - \ \"roles\"\n ],\n \"properties\": {\n \"roles\": {\n - \ \"type\": \"array\",\n \"contains\": {\n \"const\": - \"mlm:model\"\n },\n \"minItems\": 1\n }\n }\n - \ },\n \"AssetModelRequiredProperties\": {\n \"$comment\": \"Asset - containing the model definition must indicate both the 'mlm:model' role and - an artifact type.\",\n \"required\": [\n \"assets\"\n ],\n - \ \"properties\": {\n \"assets\": {\n \"additionalProperties\": - {\n \"if\": {\n \"$ref\": \"#/$defs/AssetModelRole\"\n - \ },\n \"then\": {\n \"$ref\": \"#/$defs/HasArtifactType\"\n - \ },\n \"else\": {\n \"not\": {\n \"$ref\": - \"#/$defs/HasArtifactType\"\n }\n }\n }\n - \ }\n }\n },\n \"AssetModelRoleMinimumOneDefinition\": {\n - \ \"$comment\": \"At least one Asset must provide the model definition - indicated by the 'mlm:model' role.\",\n \"required\": [\n \"assets\"\n - \ ],\n \"anyOf\": [\n {\n \"properties\": {\n \"assets\": - {\n \"additionalProperties\": {\n \"$ref\": \"#/$defs/AssetModelRole\"\n - \ }\n }\n }\n },\n {\n \"not\": - {\n \"properties\": {\n \"assets\": {\n \"additionalProperties\": - {\n \"properties\": {\n \"roles\": {\n - \ \"type\": \"array\",\n \"items\": - {\n \"type\": \"string\",\n \"not\": - {\n \"const\": \"mlm:model\"\n }\n - \ }\n }\n }\n }\n - \ }\n }\n }\n }\n ]\n },\n - \ \"ModelBands\": {\n \"description\": \"List of bands (if any) that - compose the input. Band order represents the index position of the bands.\",\n - \ \"$comment\": \"No 'minItems' here to support model inputs not using - any band (other data source).\",\n \"type\": \"array\",\n \"items\": - {\n \"oneOf\": [\n {\n \"description\": \"Implied - named-band with the name directly provided.\",\n \"type\": \"string\",\n - \ \"minLength\": 1\n },\n {\n \"description\": - \"Explicit named-band with optional derived expression to obtain it.\",\n - \ \"type\": \"object\",\n \"required\": [\n \"name\"\n - \ ],\n \"properties\": {\n \"name\": {\n - \ \"type\": \"string\",\n \"minLength\": 1\n - \ },\n \"format\": {\n \"description\": - \"Format to interpret the specified expression used to obtain the band.\",\n - \ \"type\": \"string\",\n \"minLength\": 1\n - \ },\n \"expression\": {\n \"description\": - \"Any representation relevant for the specified 'format'.\"\n }\n - \ },\n \"dependencies\": {\n \"format\": - [\n \"expression\"\n ],\n \"expression\": - [\n \"format\"\n ]\n },\n \"additionalProperties\": - false\n }\n ]\n }\n },\n \"AnyBandsRef\": {\n \"$comment\": - \"This definition ensures that, if at least 1 named MLM input 'bands' is provided, - at least 1 of the supported references from EO, Raster or STAC Core 1.1 are - provided as well. Otherwise, 'bands' must be explicitly empty.\",\n \"if\": - {\n \"type\": \"object\",\n \"$comment\": \"This is the JSON-object - 'properties' definition, which describes the STAC-Item field named 'properties'.\",\n - \ \"properties\": {\n \"properties\": {\n \"type\": - \"object\",\n \"required\": [\n \"mlm:input\"\n ],\n - \ \"$comment\": \"This is the JSON-object 'properties' definition - for the MLM input with bands listing referring to at least one band name.\",\n - \ \"properties\": {\n \"mlm:input\": {\n \"type\": - \"array\",\n \"$comment\": \"Below 'minItems' ensures that - band check does not fail for explicitly empty 'mlm:inputs'.\",\n \"minItems\": - 1,\n \"items\": {\n \"type\": \"object\",\n - \ \"required\": [\n \"bands\"\n ],\n - \ \"$comment\": \"This is the 'Model Input Object' properties.\",\n - \ \"properties\": {\n \"bands\": {\n \"type\": - \"array\",\n \"minItems\": 1\n }\n - \ }\n }\n }\n }\n }\n - \ }\n },\n \"then\": {\n \"$comment\": \"Need at least - one 'bands' definition, but multiple are allowed.\",\n \"anyOf\": [\n - \ {\n \"$comment\": \"Bands described by raster extension.\",\n - \ \"allOf\": [\n {\n \"$ref\": \"#/$defs/stac_extensions_raster\"\n - \ },\n {\n \"$ref\": \"#/$defs/stac_extensions_raster_bands_asset\"\n - \ }\n ]\n },\n {\n \"$comment\": - \"Bands described by eo extension.\",\n \"allOf\": [\n {\n - \ \"$ref\": \"#/$defs/stac_extensions_eo\"\n },\n - \ {\n \"anyOf\": [\n {\n \"$ref\": - \"#/$defs/stac_extensions_eo_bands_item\"\n },\n {\n - \ \"$ref\": \"#/$defs/stac_extensions_eo_bands_asset\"\n - \ }\n ]\n }\n ]\n },\n - \ {\n \"$comment\": \"Bands described by STAC Core 1.1.\",\n - \ \"allOf\": [\n {\n \"$ref\": \"#/$defs/stac_version_1.1\"\n - \ },\n {\n \"$comment\": \"This is - the JSON-object 'properties' definition, which describes the STAC-Item field - named 'properties'.\",\n \"properties\": {\n \"properties\": - {\n \"required\": [\n \"bands\"\n - \ ],\n \"$comment\": \"This is the JSON-object - 'properties' definition for the STAC Core 'bands' field defined by [https://github.com/radiantearth/stac-spec/blob/bands/item-spec/common-metadata.md#bands].\",\n - \ \"properties\": {\n \"bands\": {\n - \ \"type\": \"array\",\n \"minItems\": - 1,\n \"items\": {\n \"type\": - \"object\"\n }\n }\n }\n - \ }\n }\n }\n ]\n }\n - \ ]\n },\n \"else\": {\n \"$comment\": \"Case where - no 'bands' (empty list) are referenced in the MLM input. Because models can - use a mixture of inputs with/without bands, we cannot enforce eo/raster/stac - bands references to be omitted. If bands are provided in the 'mlm:model', - it will simply be an odd case if none are used in any 'mlm:input' bands'.\"\n - \ }\n }\n }\n}\n" - headers: - Accept-Ranges: - - bytes - Access-Control-Allow-Origin: - - '*' - Age: - - '0' - Cache-Control: - - max-age=600 - Connection: - - close - Content-Length: - - '33494' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 24 Mar 2025 13:05:52 GMT - ETag: - - '"67a12887-82d6"' - Last-Modified: - - Mon, 03 Feb 2025 20:35:19 GMT - Server: - - GitHub.com - Strict-Transport-Security: - - max-age=31556952 - Vary: - - Accept-Encoding - Via: - - 1.1 varnish - X-Cache: - - MISS - X-Cache-Hits: - - '0' - X-Fastly-Request-ID: - - b0cb43f638645db3ac6e51d76d502b46c3cee79c - X-GitHub-Request-Id: - - E452:10C3C4:7543D:76444:67E158B0 - X-Served-By: - - cache-fra-etou8220151-FRA - X-Timer: - - S1742821552.271476,VS0,VE120 - expires: - - Mon, 24 Mar 2025 13:15:52 GMT - permissions-policy: - - interest-cohort=() - x-proxy-cache: - - MISS - status: - code: 200 - message: OK -- request: - body: null - headers: - Connection: - - close - Host: - - stac-extensions.github.io - User-Agent: - - Python-urllib/3.10 - method: GET - uri: https://stac-extensions.github.io/raster/v1.1.0/schema.json - response: - body: - string: "{\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\": - \"https://stac-extensions.github.io/raster/v1.1.0/schema.json#\",\n \"title\": - \"raster Extension\",\n \"description\": \"STAC Raster Extension for STAC - Items.\",\n \"oneOf\": [\n {\n \"$comment\": \"This is the schema - for STAC extension raster in Items.\",\n \"allOf\": [\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\",\n \"assets\"\n - \ ],\n \"properties\": {\n \"type\": {\n \"const\": - \"Feature\"\n },\n \"assets\": {\n \"type\": - \"object\",\n \"additionalProperties\": {\n \"$ref\": - \"#/definitions/assetfields\"\n }\n }\n }\n - \ },\n {\n \"$ref\": \"#/definitions/stac_extensions\"\n - \ }\n ]\n },\n {\n \"$comment\": \"This is the schema - for STAC Collections.\",\n \"allOf\": [\n {\n \"type\": - \"object\",\n \"required\": [\n \"type\"\n ],\n - \ \"properties\": {\n \"type\": {\n \"const\": - \"Collection\"\n },\n \"assets\": {\n \"type\": - \"object\",\n \"additionalProperties\": {\n \"$ref\": - \"#/definitions/assetfields\"\n }\n },\n \"item_assets\": - {\n \"type\": \"object\",\n \"additionalProperties\": - {\n \"$ref\": \"#/definitions/assetfields\"\n }\n - \ }\n }\n }\n ]\n }\n ],\n \"definitions\": - {\n \"stac_extensions\": {\n \"type\": \"object\",\n \"required\": - [\n \"stac_extensions\"\n ],\n \"properties\": {\n \"stac_extensions\": - {\n \"type\": \"array\",\n \"contains\": {\n \"const\": - \"https://stac-extensions.github.io/raster/v1.1.0/schema.json\"\n }\n - \ }\n }\n },\n \"assetfields\": {\n \"type\": \"object\",\n - \ \"properties\": {\n \"raster:bands\": {\n \"$ref\": - \"#/definitions/bands\"\n }\n },\n \"patternProperties\": - {\n \"^(?!raster:)\": {\n \"$comment\": \"Above, change `template` - to the prefix of this extension\"\n }\n },\n \"additionalProperties\": - false\n },\n \"bands\": {\n \"title\": \"Bands\",\n \"type\": - \"array\",\n \"minItems\": 1,\n \"items\": {\n \"title\": - \"Band\",\n \"type\": \"object\",\n \"minProperties\": 1,\n - \ \"additionalProperties\": true,\n \"properties\": {\n \"data_type\": - {\n \"title\": \"Data type of the band\",\n \"type\": - \"string\",\n \"enum\": [\n \"int8\",\n \"int16\",\n - \ \"int32\",\n \"int64\",\n \"uint8\",\n - \ \"uint16\",\n \"uint32\",\n \"uint64\",\n - \ \"float16\",\n \"float32\",\n \"float64\",\n - \ \"cint16\",\n \"cint32\",\n \"cfloat32\",\n - \ \"cfloat64\",\n \"other\"\n ]\n },\n - \ \"unit\": {\n \"title\": \"Unit denomination of the pixel - value\",\n \"type\": \"string\"\n },\n \"bits_per_sample\": - {\n \"title\": \"The actual number of bits used for this band\",\n - \ \"type\": \"integer\"\n },\n \"sampling\": {\n - \ \"title\": \"Pixel sampling in the band\",\n \"type\": - \"string\",\n \"enum\": [\n \"area\",\n \"point\"\n - \ ]\n },\n \"nodata\": {\n \"title\": - \"No data pixel value\",\n \"oneOf\": [\n {\n \"type\": - \"number\"\n },\n {\n \"type\": \"string\",\n - \ \"enum\": [\n \"nan\",\n \"inf\",\n - \ \"-inf\"\n ]\n }\n ]\n - \ },\n \"scale\": {\n \"title\": \"multiplicator - factor of the pixel value to transform into the value\",\n \"type\": - \"number\"\n },\n \"offset\": {\n \"title\": - \"number to be added to the pixel value to transform into the value\",\n \"type\": - \"number\"\n },\n \"spatial_resolution\": {\n \"title\": - \"Average spatial resolution (in meters) of the pixels in the band\",\n \"type\": - \"number\"\n },\n \"statistics\": {\n \"title\": - \"Statistics\",\n \"type\": \"object\",\n \"minProperties\": - 1,\n \"additionalProperties\": false,\n \"properties\": - {\n \"mean\": {\n \"title\": \"Mean value of all - the pixels in the band\",\n \"type\": \"number\"\n },\n - \ \"minimum\": {\n \"title\": \"Minimum value of - all the pixels in the band\",\n \"type\": \"number\"\n },\n - \ \"maximum\": {\n \"title\": \"Maximum value of - all the pixels in the band\",\n \"type\": \"number\"\n },\n - \ \"stddev\": {\n \"title\": \"Standard deviation - value of all the pixels in the band\",\n \"type\": \"number\"\n - \ },\n \"valid_percent\": {\n \"title\": - \"Percentage of valid (not nodata) pixel\",\n \"type\": \"number\"\n - \ }\n }\n },\n \"histogram\": {\n - \ \"title\": \"Histogram\",\n \"type\": \"object\",\n - \ \"additionalItems\": false,\n \"required\": [\n \"count\",\n - \ \"min\",\n \"max\",\n \"buckets\"\n - \ ],\n \"additionalProperties\": false,\n \"properties\": - {\n \"count\": {\n \"title\": \"number of buckets\",\n - \ \"type\": \"number\"\n },\n \"min\": - {\n \"title\": \"Minimum value of the buckets\",\n \"type\": - \"number\"\n },\n \"max\": {\n \"title\": - \"Maximum value of the buckets\",\n \"type\": \"number\"\n - \ },\n \"buckets\": {\n \"title\": - \"distribution buckets\",\n \"type\": \"array\",\n \"minItems\": - 3,\n \"items\": {\n \"title\": \"number of - pixels in the bucket\",\n \"type\": \"integer\"\n }\n - \ }\n }\n }\n }\n }\n }\n }\n}\n" - headers: - Accept-Ranges: - - bytes - Access-Control-Allow-Origin: - - '*' - Age: - - '138' - Cache-Control: - - max-age=600 - Connection: - - close - Content-Length: - - '6318' - Content-Type: - - application/json; charset=utf-8 - Date: - - Mon, 24 Mar 2025 13:05:52 GMT - ETag: - - '"66df5c80-18ae"' - Last-Modified: - - Mon, 09 Sep 2024 20:37:20 GMT - Server: - - GitHub.com - Strict-Transport-Security: - - max-age=31556952 - Vary: - - Accept-Encoding - Via: - - 1.1 varnish - X-Cache: - - HIT - X-Cache-Hits: - - '0' - X-Fastly-Request-ID: - - 9b1d7291f2992c19d0e908cbe54a77e3368b5418 - X-GitHub-Request-Id: - - 763B:5BEA4:46E1086:4783375:67E0BA63 - X-Served-By: - - cache-fra-etou8220157-FRA - X-Timer: - - S1742821553.532677,VS0,VE2 - expires: - - Mon, 24 Mar 2025 02:00:28 GMT - permissions-policy: - - interest-cohort=() - x-proxy-cache: - - MISS - status: - code: 200 - message: OK -version: 1 diff --git a/tests/extensions/cassettes/test_mlm/test_validate_mlm.yaml b/tests/extensions/cassettes/test_mlm/test_validate_mlm.yaml index 92facb58e..71ecc7c89 100644 --- a/tests/extensions/cassettes/test_mlm/test_validate_mlm.yaml +++ b/tests/extensions/cassettes/test_mlm/test_validate_mlm.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.10 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/mlm/v1.4.0/schema.json response: @@ -455,21 +451,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '544' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '33494' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 24 Mar 2025 13:14:56 GMT + - Thu, 11 Sep 2025 15:51:06 GMT ETag: - - '"67a12887-82d6"' + - '"68a9213c-82d6"' Last-Modified: - - Mon, 03 Feb 2025 20:35:19 GMT + - Sat, 23 Aug 2025 02:02:36 GMT Server: - GitHub.com Strict-Transport-Security: @@ -481,19 +477,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '0' + - '1' X-Fastly-Request-ID: - - 68aa3097205d303cc7aeb9a6558536efa8c74106 + - a260c1627364839ce91a052965470ffd60984316 X-GitHub-Request-Id: - - E452:10C3C4:7543D:76444:67E158B0 + - A11F:C20EF:C119A7:DCC218:68C2EE91 X-Served-By: - - cache-fra-etou8220020-FRA + - cache-bos4691-BOS X-Timer: - - S1742822097.522824,VS0,VE2 + - S1757605866.234079,VS0,VE1 expires: - - Mon, 24 Mar 2025 13:15:52 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:22 GMT x-proxy-cache: - MISS status: @@ -502,12 +496,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.10 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/raster/v1.1.0/schema.json response: @@ -604,17 +594,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '352' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6318' Content-Type: - application/json; charset=utf-8 Date: - - Mon, 24 Mar 2025 13:14:56 GMT + - Thu, 11 Sep 2025 15:51:06 GMT ETag: - '"66df5c80-18ae"' Last-Modified: @@ -630,19 +620,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '0' + - '1' X-Fastly-Request-ID: - - 58faf69ee3bfe8753044ce44d5b403768851054b + - 15bf50b762b6668d7625fffadaaeafe1f7b9556a X-GitHub-Request-Id: - - 763B:5BEA4:46E1086:4783375:67E0BA63 + - 6F8C:14A94E:C2B049:DE4F27:68C2EE8A X-Served-By: - - cache-fra-etou8220160-FRA + - cache-bos4652-BOS X-Timer: - - S1742822097.614971,VS0,VE102 + - S1757605866.312121,VS0,VE2 expires: - - Mon, 24 Mar 2025 02:00:28 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_pointcloud/test_count.yaml b/tests/extensions/cassettes/test_pointcloud/test_count.yaml index 77598fe5e..d7408f30f 100644 --- a/tests/extensions/cassettes/test_pointcloud/test_count.yaml +++ b/tests/extensions/cassettes/test_pointcloud/test_count.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/pointcloud/v1.0.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4426' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:06 GMT ETag: - '"671aae9d-114a"' Last-Modified: @@ -103,21 +99,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - - '0' + - '1' X-Fastly-Request-ID: - - 22383429cd8f2ac750d0e6dfc26570e02021736a + - 4f503ff09596043476a3e0f4e84fed27943b0bc0 X-GitHub-Request-Id: - - 9BE9:20299C:F7A6F2:1156FBB:67925A6C + - 7399:2A123F:1DB5E84:20E83A8:68C2D6FB X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4628-BOS X-Timer: - - S1737644653.944651,VS0,VE86 + - S1757605867.513937,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_pointcloud/test_density.yaml b/tests/extensions/cassettes/test_pointcloud/test_density.yaml index 838df18d3..ccb376cd7 100644 --- a/tests/extensions/cassettes/test_pointcloud/test_density.yaml +++ b/tests/extensions/cassettes/test_pointcloud/test_density.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/pointcloud/v1.0.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4426' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:06 GMT ETag: - '"671aae9d-114a"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 1d70a9d7e4fc6ab45c5948b72af107488c16b824 + - 74ab8187d9f34fc311c26c1887ad7b30143150c8 X-GitHub-Request-Id: - - 9BE9:20299C:F7A6F2:1156FBB:67925A6C + - 7399:2A123F:1DB5E84:20E83A8:68C2D6FB X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4653-BOS X-Timer: - - S1737644653.060952,VS0,VE1 + - S1757605867.975381,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_pointcloud/test_encoding.yaml b/tests/extensions/cassettes/test_pointcloud/test_encoding.yaml index 82f7477b9..fd85b2f5d 100644 --- a/tests/extensions/cassettes/test_pointcloud/test_encoding.yaml +++ b/tests/extensions/cassettes/test_pointcloud/test_encoding.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/pointcloud/v1.0.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4426' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:06 GMT ETag: - '"671aae9d-114a"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 89a3a356702d81c31e3b595a63be30dc2384767e + - 01d548079d85f87abc3836844d5ea369650fe002 X-GitHub-Request-Id: - - 9BE9:20299C:F7A6F2:1156FBB:67925A6C + - 7399:2A123F:1DB5E84:20E83A8:68C2D6FB X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4631-BOS X-Timer: - - S1737644653.107865,VS0,VE1 + - S1757605867.706090,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_pointcloud/test_schemas.yaml b/tests/extensions/cassettes/test_pointcloud/test_schemas.yaml index eba1d6201..dc7c5c858 100644 --- a/tests/extensions/cassettes/test_pointcloud/test_schemas.yaml +++ b/tests/extensions/cassettes/test_pointcloud/test_schemas.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/pointcloud/v1.0.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4426' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:06 GMT ETag: - '"671aae9d-114a"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e3b2781f29a595d16039f7f0a9d6edc03f7d0549 + - 49592b019d1fa82bf2cde3d967e50fe2a26dbcba X-GitHub-Request-Id: - - 9BE9:20299C:F7A6F2:1156FBB:67925A6C + - 7399:2A123F:1DB5E84:20E83A8:68C2D6FB X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4649-BOS X-Timer: - - S1737644653.143132,VS0,VE1 + - S1757605867.796723,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_pointcloud/test_statistics.yaml b/tests/extensions/cassettes/test_pointcloud/test_statistics.yaml index 408f45e3b..a43cb7d08 100644 --- a/tests/extensions/cassettes/test_pointcloud/test_statistics.yaml +++ b/tests/extensions/cassettes/test_pointcloud/test_statistics.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/pointcloud/v1.0.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4426' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:06 GMT ETag: - '"671aae9d-114a"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - fffa5ba7ef3e6c9a1a649042bacf781f492ed5ca + - 0d49df578ca3a3ab8b729c7bf90bcc782ecc541d X-GitHub-Request-Id: - - 9BE9:20299C:F7A6F2:1156FBB:67925A6C + - 7399:2A123F:1DB5E84:20E83A8:68C2D6FB X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4685-BOS X-Timer: - - S1737644653.167442,VS0,VE1 + - S1757605867.884071,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_pointcloud/test_type.yaml b/tests/extensions/cassettes/test_pointcloud/test_type.yaml index 1ce014fc8..a03654ac9 100644 --- a/tests/extensions/cassettes/test_pointcloud/test_type.yaml +++ b/tests/extensions/cassettes/test_pointcloud/test_type.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/pointcloud/v1.0.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4426' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:06 GMT ETag: - '"671aae9d-114a"' Last-Modified: @@ -107,17 +103,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 62fedff14e659ea98dc1d23b967d9f9593105578 + - 1c572f1c0e44971343a8ead864ff9c9573fa17fd X-GitHub-Request-Id: - - 9BE9:20299C:F7A6F2:1156FBB:67925A6C + - 7399:2A123F:1DB5E84:20E83A8:68C2D6FB X-Served-By: - - cache-den-kden1300047-DEN + - cache-bos4623-BOS X-Timer: - - S1737644653.191459,VS0,VE1 + - S1757605867.620162,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_pointcloud/test_validate_pointcloud.yaml b/tests/extensions/cassettes/test_pointcloud/test_validate_pointcloud.yaml index 113b048ee..2f40f6d2d 100644 --- a/tests/extensions/cassettes/test_pointcloud/test_validate_pointcloud.yaml +++ b/tests/extensions/cassettes/test_pointcloud/test_validate_pointcloud.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/pointcloud/v1.0.0/schema.json response: @@ -79,17 +75,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4426' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:06 GMT ETag: - '"671aae9d-114a"' Last-Modified: @@ -105,19 +101,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - a117ebe18a161786fc07aa818c410e47b1e2cac1 + - 2ae1ac58266f386b3829501bde7522e2117b49c0 X-GitHub-Request-Id: - - 9BE9:20299C:F7A6F2:1156FBB:67925A6C + - 7399:2A123F:1DB5E84:20E83A8:68C2D6FB X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4641-BOS X-Timer: - - S1737644653.214304,VS0,VE1 + - S1757605866.430234,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_projection/test_bbox.yaml b/tests/extensions/cassettes/test_projection/test_bbox.yaml index 007984cfb..b7afce397 100644 --- a/tests/extensions/cassettes/test_projection/test_bbox.yaml +++ b/tests/extensions/cassettes/test_projection/test_bbox.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '356' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:10 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -111,19 +107,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 8a1125b8c3897435c661c376076c540a5a7ffdba + - 6f8ab419e94c529156773f23289fdab94ab5ac27 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4643-BOS X-Timer: - - S1737644653.242221,VS0,VE1 + - S1757605870.397980,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '356' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:10 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -233,17 +223,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 9104c3a1aa7fdb3638beff359ef5e752f6c7f179 + - e26813882e5b6e8c656a2e45d895992cdc4769a1 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4638-BOS X-Timer: - - S1737644653.259983,VS0,VE1 + - S1757605870.466552,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.7/projjson.schema.json response: @@ -266,14 +250,16 @@ interactions: headers: Access-Control-Allow-Origin: - '*' + Age: + - '1019' CF-Cache-Status: - HIT CF-Ray: - - 9068accb0d40e677-DEN + - 97d853330fb5d688-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -281,16 +267,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:10 GMT Location: - https://proj.org/en/latest/schemas/v0.7/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=bMElL4wVvzDOMDsGd2Nagheu5sYb.VvHK0Fa5AF5GJs-1737644653332-0.0.1.1-604800000; + - __cf_bm=xZpbEWAq7Wm9BxtEUicCnJhB8t5Q8UuFXx39r6HC9lg-1757605870-1.0.1.1-Df.g9fpQ1IabXV2dUPRgwpfTovWY3Dml0JgtUS2g0dmHw25mqr74MAu05qbkzhDn_C_L2iEsataY0LusTEXb4EovDzugR1A7qV32jpbdobc; + path=/; expires=Thu, 11-Sep-25 16:21:10 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=4qpKTfzccbPseA1vpE_2uCoKTOO1d6VOc.hIrjy0f0I-1757605870598-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -302,7 +291,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-0e094f2216bbe6c89 + - web-i-032144a96d20fd642 x-content-type-options: - nosniff x-rtd-domain: @@ -325,12 +314,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.7/projjson.schema.json response: @@ -859,19 +844,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4896' + - '562' CF-Cache-Status: - HIT CF-Ray: - - 9068accb79eb7b1e-DEN + - 97d85333df31d67c-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:10 GMT ETag: - W/"b36c7ce9824d274cfd711a16ef45d221" Last-Modified: @@ -879,7 +864,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=Lfu.o65kVA6k0zcfYOXLaRs2Nx.2mdZHF4r86t6Fy7k-1737644653388-0.0.1.1-604800000; + - __cf_bm=ffzmqa6Li.zqTaS2Z7nwlZsIpn220AcxrCVuFPNGlH8-1757605870-1.0.1.1-MuAsA_TZz9KD1690P8V5QkFDsWw8JnPMR3tvwUhv9wEFUzi2ehk3UvfKsyN.vtw8qxNGArHxYTuh7XuAEvrr2Ms4ZDcDwTtqfoqUbBsMC68; + path=/; expires=Thu, 11-Sep-25 16:21:10 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=NU0pwUNRGLVMjG0.n8jeAiWdpaiQUOhfoNXbwV9EKVc-1757605870725-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -894,15 +882,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - n2NTSPT0WWjlK8zmhzVTYFBu1kvns6atxrkzUjak6bfL3lMyEzDoXFzKqqXUs65CTv0tDNxNWtcawPJPBlaXIZQv2j+N260bae6DTw9i/RM= + - 4CqUgAmdf2KJHeNFOeM5b06wSNvruKF2lIJzahRPcLccmToa5RuePCq61GcMLumrjEh4f144QTg= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - M96JRD3SBG9P985F + - 7J1TVVY6X3T9P0V9 x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-0a1be46b278ef1748 + - web-i-0642c5cf0fa7f07c2 x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/extensions/cassettes/test_projection/test_centroid.yaml b/tests/extensions/cassettes/test_projection/test_centroid.yaml index 1ac6eedaa..188b490d5 100644 --- a/tests/extensions/cassettes/test_projection/test_centroid.yaml +++ b/tests/extensions/cassettes/test_projection/test_centroid.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '356' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:10 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 9ec0759323aafdd5834f007d279af6203ab0f963 + - cd1cead4b29b516d2715df76c68b7437e8819f30 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4672-BOS X-Timer: - - S1737644653.451595,VS0,VE1 + - S1757605871.855283,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '356' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:10 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -233,17 +223,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - ad24f8ff694dc2a8929a523a2d1de35e5d566529 + - b787f9a69b85e50db7b0c7f0b308fe0df98ecfc9 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4623-BOS X-Timer: - - S1737644653.471405,VS0,VE1 + - S1757605871.926968,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.7/projjson.schema.json response: @@ -267,15 +251,15 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '1020' CF-Cache-Status: - HIT CF-Ray: - - 9068accc5e26e659-DEN + - 97d85335f896d631-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -283,16 +267,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:11 GMT Location: - https://proj.org/en/latest/schemas/v0.7/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=KjJH60WzCEf0JFoKS4jsFMu014WABb97Km5lu2Eas_I-1737644653512-0.0.1.1-604800000; + - __cf_bm=XFM4Ii37mEa850hKC9UWV7J4fYRazWEpYD1Ib8tiIC4-1757605871-1.0.1.1-Bml2gDayL3.qvj.UFjuul0cEl4oMskcznwcDw8rt7XPXE6M6eSa_AsH_P4FIx7xHYy8SUAl.n._P_hBOxy4CSzMLnXrYOk_5Bkz2LfwsuGw; + path=/; expires=Thu, 11-Sep-25 16:21:11 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=OSw6h0dYil_mzOUMGualSek7Bp.Wkc0v0.YYHD__Wsc-1757605871105-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -304,7 +291,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-0e094f2216bbe6c89 + - web-i-032144a96d20fd642 x-content-type-options: - nosniff x-rtd-domain: @@ -327,12 +314,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.7/projjson.schema.json response: @@ -861,19 +844,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4896' + - '563' CF-Cache-Status: - HIT CF-Ray: - - 9068accc986d7b2e-DEN + - 97d8533719c4d6cd-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:11 GMT ETag: - W/"b36c7ce9824d274cfd711a16ef45d221" Last-Modified: @@ -881,7 +864,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=Lqh0fFWRSpstHqmGYsYFmRpi5FxgHIdiCrRlQ7ggg3o-1737644653564-0.0.1.1-604800000; + - __cf_bm=CqNPFebftmtG2E7Pk5EU5OgaqD5YWlamzfWgZCgnArI-1757605871-1.0.1.1-eTHh2g9RNCF5gRrP36yL.obq06qPWY6Sk4BUKAfhZNl9FKKPn4u_njRXM_oOquwiGlwmVK1HsDcETExtuXXafbBy3VBFFxw8mVFuxuEeyzk; + path=/; expires=Thu, 11-Sep-25 16:21:11 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=_HgivTrXlTSi7OAejdbMsxZbikEBYArwIAnzN1iwdEc-1757605871255-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -896,15 +882,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - n2NTSPT0WWjlK8zmhzVTYFBu1kvns6atxrkzUjak6bfL3lMyEzDoXFzKqqXUs65CTv0tDNxNWtcawPJPBlaXIZQv2j+N260bae6DTw9i/RM= + - 4CqUgAmdf2KJHeNFOeM5b06wSNvruKF2lIJzahRPcLccmToa5RuePCq61GcMLumrjEh4f144QTg= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - M96JRD3SBG9P985F + - 7J1TVVY6X3T9P0V9 x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-0a1be46b278ef1748 + - web-i-0642c5cf0fa7f07c2 x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/extensions/cassettes/test_projection/test_epsg.yaml b/tests/extensions/cassettes/test_projection/test_epsg.yaml index c90ef413c..02a71e067 100644 --- a/tests/extensions/cassettes/test_projection/test_epsg.yaml +++ b/tests/extensions/cassettes/test_projection/test_epsg.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '353' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:08 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 666bc566cfb5c62dffc99a5ea6242301b067d7b9 + - a8f92af665debb2b586f1732c4ee1e3425a70da6 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4681-BOS X-Timer: - - S1737644654.645440,VS0,VE1 + - S1757605868.054165,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '353' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:08 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -233,17 +223,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 8191f426c24706e7efaee2c50d2e1d196c374c1a + - 781298adeb80ecbc23aa8a7e174a3b38b39e346d X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4620-BOS X-Timer: - - S1737644654.670211,VS0,VE1 + - S1757605868.137335,VS0,VE3 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.7/projjson.schema.json response: @@ -267,15 +251,15 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '1017' CF-Cache-Status: - HIT CF-Ray: - - 9068accda94a5341-DEN + - 97d8532488171771-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -283,16 +267,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:08 GMT Location: - https://proj.org/en/latest/schemas/v0.7/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=dxFAdm5mLTTnRBWZzae0lw5bSx7hhLrpNJ8m1hwxOjM-1737644653739-0.0.1.1-604800000; + - __cf_bm=aPLmrij2Wob1ZHok4IR.cvd2U2P6rGbOKaquQERX8RY-1757605868-1.0.1.1-fFiqeC2EWMeuw8Qy2CHa7cETV1CdDgeRW0MgQ6HB08rh9YvwSt8E.xfby6IB_Wp0_OybM3w0TRqSDb7DzOs97JA16O9YEr34aBU1xOW..Ck; + path=/; expires=Thu, 11-Sep-25 16:21:08 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=jJ08tx04Z0M.fdlSp8WRQa9sgmE1e2LT6g2XjqyIlKo-1757605868303-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -304,7 +291,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-0e094f2216bbe6c89 + - web-i-032144a96d20fd642 x-content-type-options: - nosniff x-rtd-domain: @@ -327,12 +314,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.7/projjson.schema.json response: @@ -861,19 +844,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4896' + - '560' CF-Cache-Status: - HIT CF-Ray: - - 9068acce092a1f3d-DEN + - 97d853258b71d67b-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:08 GMT ETag: - W/"b36c7ce9824d274cfd711a16ef45d221" Last-Modified: @@ -881,7 +864,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=CpK1vI7NFs232WsXJweX.WxQbvu422dQkFOYNhzmF3k-1737644653789-0.0.1.1-604800000; + - __cf_bm=PXbV2CB9ryMhA7AqSciSjx2af5A.EfJAhyMIoZ9Ddqk-1757605868-1.0.1.1-6w_34ix7D8GppCfpcREACHe96kfPUK9bCaa4IgZzy7H0oLyJK0kHSAC6JO.1GuiF1Z67Ugi9nXsxvNGg65fB_wn4PYkS2PkmMKozpqgHXfM; + path=/; expires=Thu, 11-Sep-25 16:21:08 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=aShIy.ct5ZV20sxcQLKWxVyV65YLV1yvh1k0Ah2Anb0-1757605868432-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -896,15 +882,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - n2NTSPT0WWjlK8zmhzVTYFBu1kvns6atxrkzUjak6bfL3lMyEzDoXFzKqqXUs65CTv0tDNxNWtcawPJPBlaXIZQv2j+N260bae6DTw9i/RM= + - 4CqUgAmdf2KJHeNFOeM5b06wSNvruKF2lIJzahRPcLccmToa5RuePCq61GcMLumrjEh4f144QTg= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - M96JRD3SBG9P985F + - 7J1TVVY6X3T9P0V9 x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-0a1be46b278ef1748 + - web-i-0642c5cf0fa7f07c2 x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/extensions/cassettes/test_projection/test_geometry.yaml b/tests/extensions/cassettes/test_projection/test_geometry.yaml index af6a1b5e0..96392f55b 100644 --- a/tests/extensions/cassettes/test_projection/test_geometry.yaml +++ b/tests/extensions/cassettes/test_projection/test_geometry.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '355' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:09 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 2fa45a43e58127b0f1d5b2cc020a87aed8a0ee0f + - f84bf8cee44f37bc13b4e7b7e7e75c36f4b27b26 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4691-BOS X-Timer: - - S1737644654.843947,VS0,VE1 + - S1757605870.852111,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '355' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:09 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -233,17 +223,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f041728c197d96e137f1fcc73bbab225fafc4ed8 + - 90ea36422cf3cc075e7e91a09f889199d39d0c44 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300049-DEN + - cache-bos4691-BOS X-Timer: - - S1737644654.860836,VS0,VE1 + - S1757605870.918534,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.7/projjson.schema.json response: @@ -267,15 +251,15 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '1019' CF-Cache-Status: - HIT CF-Ray: - - 9068accecbc71f41-DEN + - 97d8532faee6602a-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -283,16 +267,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:10 GMT Location: - https://proj.org/en/latest/schemas/v0.7/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=ct6NexAbOJbzvhStvWrCmwJ8TTZTANpwbmJUYFi0z5o-1737644653947-0.0.1.1-604800000; + - __cf_bm=e2DZcVacEW5ox2wpX0Ye9dVM9eoUKo4F.Xz0irIH9VI-1757605870-1.0.1.1-zuyEs3mSBSHXyzjQy0BXKfrkcA2lSnal2wjBMPCwRwXb5p80vQDsfXHO48UfZz2nmLVyi7IYLAIhbph4VaZa_E7J3nLEWwNTA79WmW0GJA8; + path=/; expires=Thu, 11-Sep-25 16:21:10 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=opKKMQWJAD5btP..SVsuaqyA3UN4xtuUrgeBl3C8HMY-1757605870081-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -304,7 +291,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-0e094f2216bbe6c89 + - web-i-032144a96d20fd642 x-content-type-options: - nosniff x-rtd-domain: @@ -327,12 +314,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.7/projjson.schema.json response: @@ -861,19 +844,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4896' + - '562' CF-Cache-Status: - HIT CF-Ray: - - 9068accf4f16e659-DEN + - 97d853309f33fe99-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:13 GMT + - Thu, 11 Sep 2025 15:51:10 GMT ETag: - W/"b36c7ce9824d274cfd711a16ef45d221" Last-Modified: @@ -881,7 +864,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=.jJLIRaTCy79v_e3_XNa4YVCO5sPeIg0jrI_qlt7RPE-1737644653986-0.0.1.1-604800000; + - __cf_bm=UEG0g8S3bONjenA36_WULY.Zpp5ITwiHvp_E9ZMUepo-1757605870-1.0.1.1-WBPMUILibVWdYXmzN0XH0DJoilVmWcuHWXEdZ88kaEUm5QO3_CnhtRApA9PHvtQ4mXE3Fp1vGV4nXjkUVdUmhYxQqhy7_I0euFFqYzteK.U; + path=/; expires=Thu, 11-Sep-25 16:21:10 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=wnVeU2iYAXUpZToI0QztI4H.nIO.csN1IuWk3rok5hs-1757605870212-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -896,15 +882,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - n2NTSPT0WWjlK8zmhzVTYFBu1kvns6atxrkzUjak6bfL3lMyEzDoXFzKqqXUs65CTv0tDNxNWtcawPJPBlaXIZQv2j+N260bae6DTw9i/RM= + - 4CqUgAmdf2KJHeNFOeM5b06wSNvruKF2lIJzahRPcLccmToa5RuePCq61GcMLumrjEh4f144QTg= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - M96JRD3SBG9P985F + - 7J1TVVY6X3T9P0V9 x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-0a1be46b278ef1748 + - web-i-0642c5cf0fa7f07c2 x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/extensions/cassettes/test_projection/test_partial_apply.yaml b/tests/extensions/cassettes/test_projection/test_partial_apply.yaml index 4d9a9078f..0876dee95 100644 --- a/tests/extensions/cassettes/test_projection/test_partial_apply.yaml +++ b/tests/extensions/cassettes/test_projection/test_partial_apply.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '352' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:07 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - efb7ffbaed3da7839b5ea9573578f26a0374e33f + - 309adb372da9154e49d0dcf34905f233d788d2f6 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4627-BOS X-Timer: - - S1737644654.076303,VS0,VE1 + - S1757605867.082129,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '352' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:07 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -231,19 +221,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 0b067b225005426d71cc060a6c4a6be995acaafe + - 844428a507132532e11ec0a7577daabe3eb75bf2 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4632-BOS X-Timer: - - S1737644654.094281,VS0,VE1 + - S1757605867.156951,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.7/projjson.schema.json response: @@ -267,15 +251,15 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '1016' CF-Cache-Status: - HIT CF-Ray: - - 9068acd03e98e673-DEN + - 97d8531e6f0c1e81-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -283,16 +267,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:07 GMT Location: - https://proj.org/en/latest/schemas/v0.7/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=19Uyr.DRRoKLlyVMZCLtTfoo1bp4asH28w7Ez8PgbQg-1737644654149-0.0.1.1-604800000; + - __cf_bm=sBsd0Y5ofoTnGxsU_JaV1fkHF6EpI7InZiQqgI4oCpA-1757605867-1.0.1.1-NzeEgLixzCWngwGXalaIzvcF8VhdDbZmnYiSWWM9bIUAx6PDqzQVq9GF18XJm1_089r0pqHXbA4kALegO46E_kXGgZheEoCi5VSHvyr1LqE; + path=/; expires=Thu, 11-Sep-25 16:21:07 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=K1xIWEAJ6K484Rs0aDb6oQO4zzo4q4xT7wTSZhxhzT4-1757605867300-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -304,7 +291,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-0e094f2216bbe6c89 + - web-i-032144a96d20fd642 x-content-type-options: - nosniff x-rtd-domain: @@ -327,12 +314,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.7/projjson.schema.json response: @@ -861,19 +844,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4897' + - '559' CF-Cache-Status: - HIT CF-Ray: - - 9068acd08b6ee677-DEN + - 97d8531f3bebe5ed-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:07 GMT ETag: - W/"b36c7ce9824d274cfd711a16ef45d221" Last-Modified: @@ -881,7 +864,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=q9eYkfp7CWsiUWEV8pGrqlfrTKrIrveYZvgczbPjfdI-1737644654185-0.0.1.1-604800000; + - __cf_bm=V97EC82Q3UD8DO_4.Yvs1USIrHUCqvnWcfGEkq47rWg-1757605867-1.0.1.1-.S856gcx2FWWmx0swWhO8A_pUiWdqLuwZ92vuqi3_EhS6iXa2bi5jam9mhd9ZN5zS8TFA0z.y_AyurfobqFSYDA..8NvZzQcWT6uZfJ5b4A; + path=/; expires=Thu, 11-Sep-25 16:21:07 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=yhkOxGdQT4ByaY8fEAcoagjKPrUVMkfUcmxJkxFGZfU-1757605867441-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -896,15 +882,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - n2NTSPT0WWjlK8zmhzVTYFBu1kvns6atxrkzUjak6bfL3lMyEzDoXFzKqqXUs65CTv0tDNxNWtcawPJPBlaXIZQv2j+N260bae6DTw9i/RM= + - 4CqUgAmdf2KJHeNFOeM5b06wSNvruKF2lIJzahRPcLccmToa5RuePCq61GcMLumrjEh4f144QTg= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - M96JRD3SBG9P985F + - 7J1TVVY6X3T9P0V9 x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-0a1be46b278ef1748 + - web-i-0642c5cf0fa7f07c2 x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/extensions/cassettes/test_projection/test_projjson.yaml b/tests/extensions/cassettes/test_projection/test_projjson.yaml index 1cf303c6e..a2aea489a 100644 --- a/tests/extensions/cassettes/test_projection/test_projjson.yaml +++ b/tests/extensions/cassettes/test_projection/test_projjson.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '355' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:09 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -111,19 +107,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 0bcddec34307d7efeff56c5e3a9ef3ba473b21d8 + - ea1d343cf3590d634fd39c2ea66f15d8c3c47df4 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4630-BOS X-Timer: - - S1737644654.226397,VS0,VE1 + - S1757605869.039828,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '354' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:09 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -233,17 +223,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 26e6208b766ce583425f0003ed0777fbdcac7c71 + - 05bb084184175784194a6d515cdab6ca2b88e5e9 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4682-BOS X-Timer: - - S1737644654.244720,VS0,VE1 + - S1757605869.115548,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.7/projjson.schema.json response: @@ -267,15 +251,15 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '1018' CF-Cache-Status: - HIT CF-Ray: - - 9068acd1290be673-DEN + - 97d8532aafccfe99-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -283,16 +267,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:09 GMT Location: - https://proj.org/en/latest/schemas/v0.7/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=FkM.CWxXMJ0BGfrKS9cX_bgCDEOglJP3CKCrdpfszWE-1737644654286-0.0.1.1-604800000; + - __cf_bm=K8Q40560a2EgSUVGNWtFnlfakUhlbknF.GBUsf.CdPU-1757605869-1.0.1.1-7m80FZ53cDz9kYsdKYYi5LwXaQ1Gd0CtcupGiGntps28KmLsgDPKxtASD.Rw.xKqGBprlXfWxHsQDw_PnFyoq7bA5P.i10wKdsgeQ11ja3c; + path=/; expires=Thu, 11-Sep-25 16:21:09 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=wWL_HdAbxT2EnDeEPJWFm0yJ4cKHh2CKaJyLk.NdXLs-1757605869263-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -304,7 +291,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-0e094f2216bbe6c89 + - web-i-032144a96d20fd642 x-content-type-options: - nosniff x-rtd-domain: @@ -327,12 +314,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.7/projjson.schema.json response: @@ -861,19 +844,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4897' + - '561' CF-Cache-Status: - HIT CF-Ray: - - 9068acd16f667b16-DEN + - 97d8532b8b30397f-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:09 GMT ETag: - W/"b36c7ce9824d274cfd711a16ef45d221" Last-Modified: @@ -881,7 +864,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=8xwl_tmf5J7dpfwM882aoQOLpuxfg5Q0WX8wtlVOhP8-1737644654338-0.0.1.1-604800000; + - __cf_bm=TbxQJcFbL5.01HWdsSTZ7Z0QFf_c7cG5brorG7htXTA-1757605869-1.0.1.1-KwMixeQphGU6SMyvD8RU6xFX_5st1UX98kv.fZttKQVZevhoL3ONToJym_0_OM8TP.bFc4bKnWfyRYWW34iMEe0UH4FGS.o4PTPbJyC2wcQ; + path=/; expires=Thu, 11-Sep-25 16:21:09 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=HqT60q2x75SDgojAG1XXyj_7UDZ1uO4v.Sk4fNVjCag-1757605869550-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -896,15 +882,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - n2NTSPT0WWjlK8zmhzVTYFBu1kvns6atxrkzUjak6bfL3lMyEzDoXFzKqqXUs65CTv0tDNxNWtcawPJPBlaXIZQv2j+N260bae6DTw9i/RM= + - 4CqUgAmdf2KJHeNFOeM5b06wSNvruKF2lIJzahRPcLccmToa5RuePCq61GcMLumrjEh4f144QTg= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - M96JRD3SBG9P985F + - 7J1TVVY6X3T9P0V9 x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-0a1be46b278ef1748 + - web-i-0642c5cf0fa7f07c2 x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/extensions/cassettes/test_projection/test_shape.yaml b/tests/extensions/cassettes/test_projection/test_shape.yaml index dc4c28b8f..14f621128 100644 --- a/tests/extensions/cassettes/test_projection/test_shape.yaml +++ b/tests/extensions/cassettes/test_projection/test_shape.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:11 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 46edf9db49325ece0edd8116b0ec9b9c8fdf1793 + - 8c3ac086e41e9ac552f1d5a7bff440e1bda65163 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4674-BOS X-Timer: - - S1737644654.430991,VS0,VE1 + - S1757605871.441874,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:11 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -233,17 +223,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 9a5b355b3b5eaee96113b9adde4fc7950f3275a9 + - ddc23dc9bca6aa787c5e1b71327c52836f393a01 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4666-BOS X-Timer: - - S1737644654.448909,VS0,VE1 + - S1757605872.519663,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.7/projjson.schema.json response: @@ -267,15 +251,15 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '1020' CF-Cache-Status: - HIT CF-Ray: - - 9068acd27abae76f-DEN + - 97d85339ab4dc973-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -283,16 +267,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:11 GMT Location: - https://proj.org/en/latest/schemas/v0.7/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=ieFBCoPySbFnk1XDgrcinoCBIpAmLUZVgWgRHjx2n6I-1737644654492-0.0.1.1-604800000; + - __cf_bm=oAPz0ScYpyhK9h6unNXppDzut6iu8kqN5LvAEK9annY-1757605871-1.0.1.1-D5MW9X47As5AW3P_0YcHph9GfZ4116UtnKohe4pwpUrRDmsveBPox0TawajpbonB00.3yuaYx3P4GYXlNOvJBsCRi18vTJYVJgreKmG1Sbc; + path=/; expires=Thu, 11-Sep-25 16:21:11 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=HfiqtP.64BxUbNXsPE1noxWhD7b0J5HNIx99e3sEnW0-1757605871682-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -304,7 +291,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-0e094f2216bbe6c89 + - web-i-032144a96d20fd642 x-content-type-options: - nosniff x-rtd-domain: @@ -327,12 +314,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.7/projjson.schema.json response: @@ -861,19 +844,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4897' + - '563' CF-Cache-Status: - HIT CF-Ray: - - 9068acd2bca9e74d-DEN + - 97d8533aabb0d6c0-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:11 GMT ETag: - W/"b36c7ce9824d274cfd711a16ef45d221" Last-Modified: @@ -881,7 +864,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=3Og0n4NrIFgHPee3NU9ECukeBhwM39190ty0JnMhnvs-1737644654543-0.0.1.1-604800000; + - __cf_bm=mjZ_gTIZDODvKzxh2F8fiKO3K.Uv3CtuxxENQ_bepSk-1757605871-1.0.1.1-keCX3M8pCYrQrqfMYb_Mx10pa2t.G0jVLrZX8Qtqj0mWRyEi3RVthq4SJkEL3z5LvyD_kGYZHMneXJ704EzpnmEycAQ1nfRv5BJECBhwVU4; + path=/; expires=Thu, 11-Sep-25 16:21:11 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=Dw8zsOn2msYQMLsdJdQUhEgZb6t8KAaPxehviFQ3.N8-1757605871809-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -896,15 +882,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - n2NTSPT0WWjlK8zmhzVTYFBu1kvns6atxrkzUjak6bfL3lMyEzDoXFzKqqXUs65CTv0tDNxNWtcawPJPBlaXIZQv2j+N260bae6DTw9i/RM= + - 4CqUgAmdf2KJHeNFOeM5b06wSNvruKF2lIJzahRPcLccmToa5RuePCq61GcMLumrjEh4f144QTg= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - M96JRD3SBG9P985F + - 7J1TVVY6X3T9P0V9 x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-0a1be46b278ef1748 + - web-i-0642c5cf0fa7f07c2 x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/extensions/cassettes/test_projection/test_transform.yaml b/tests/extensions/cassettes/test_projection/test_transform.yaml index c37dbb852..821ead2d3 100644 --- a/tests/extensions/cassettes/test_projection/test_transform.yaml +++ b/tests/extensions/cassettes/test_projection/test_transform.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:11 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -111,19 +107,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '12' + - '2' X-Fastly-Request-ID: - - 1128c8cb4b8aa2de44aaa2b22b1426d779980e3a + - 726256211b975e8f20f60bc4f2af6fd93b1cb53f X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4687-BOS X-Timer: - - S1737644655.615397,VS0,VE0 + - S1757605872.944111,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:12 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -233,17 +223,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 95a6a8985beda6767c9bfd03636422fc71bfa3fb + - 5ca48098c013320043a4a04e9bb41d7f0adb79fb X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4673-BOS X-Timer: - - S1737644655.631259,VS0,VE1 + - S1757605872.011696,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.7/projjson.schema.json response: @@ -267,15 +251,15 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '1021' CF-Cache-Status: - HIT CF-Ray: - - 9068acd39a7ae64f-DEN + - 97d8533cbca305c2-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -283,16 +267,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:12 GMT Location: - https://proj.org/en/latest/schemas/v0.7/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=G8iTPWhCyXdlBPI.YI_yoX8uC0pFXsoDj0e_0K8MIIk-1737644654686-0.0.1.1-604800000; + - __cf_bm=pb.lMMWnKef1OI.2ULrqjdPyrPufr2.1R8GSXQOYsnE-1757605872-1.0.1.1-AokjluIjaEpDAASf7i0hS2DT4SmsxRtZkjgBfwBlBdro8iTZLITJaeNKkBazPX44TTyFO7Qw.UmYHLvR5Qgz3kQzry3Eae64MmrUEPaz0HM; + path=/; expires=Thu, 11-Sep-25 16:21:12 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=ohC7bNScf4QJJQNC0cnPOKopLP6bcVJ_PZhCwycmd14-1757605872179-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -304,7 +291,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-0e094f2216bbe6c89 + - web-i-032144a96d20fd642 x-content-type-options: - nosniff x-rtd-domain: @@ -327,12 +314,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.7/projjson.schema.json response: @@ -861,19 +844,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4897' + - '564' CF-Cache-Status: - HIT CF-Ray: - - 9068acd3ee38e665-DEN + - 97d8533db901a568-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:12 GMT ETag: - W/"b36c7ce9824d274cfd711a16ef45d221" Last-Modified: @@ -881,7 +864,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=ZBa0OyzpqL_P0q7Ud1tg4sandOOES5xXx_ECC8pPNp8-1737644654726-0.0.1.1-604800000; + - __cf_bm=ktbUJHUTn3qDnsTmBonvj80s6p7MqD7W1YnkrBClWrg-1757605872-1.0.1.1-6Bzr6Zo8CXIDstwnyeWbgNK90EMgqGgZVGRLwO52WUXo22fPaO_7MUv27jpaoZfflNoiZqz5thJUHc9IHnoUpncfun0DSkiLKaRiuYg_kEM; + path=/; expires=Thu, 11-Sep-25 16:21:12 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=D4Gv7gKLMG_vGCPdSRxH.legsuoEkiEGAHfy.WF2yuM-1757605872331-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -896,15 +882,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - n2NTSPT0WWjlK8zmhzVTYFBu1kvns6atxrkzUjak6bfL3lMyEzDoXFzKqqXUs65CTv0tDNxNWtcawPJPBlaXIZQv2j+N260bae6DTw9i/RM= + - 4CqUgAmdf2KJHeNFOeM5b06wSNvruKF2lIJzahRPcLccmToa5RuePCq61GcMLumrjEh4f144QTg= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - M96JRD3SBG9P985F + - 7J1TVVY6X3T9P0V9 x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-0a1be46b278ef1748 + - web-i-0642c5cf0fa7f07c2 x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/extensions/cassettes/test_projection/test_validate_proj.yaml b/tests/extensions/cassettes/test_projection/test_validate_proj.yaml index 30fb81f84..c42571ea2 100644 --- a/tests/extensions/cassettes/test_projection/test_validate_proj.yaml +++ b/tests/extensions/cassettes/test_projection/test_validate_proj.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '353' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:07 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 3a16719e4c4cb8007188f3987c894e2944947104 + - 0036a46df442ecc31ed73686b5f38839b482ed9a X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300071-DEN + - cache-bos4639-BOS X-Timer: - - S1737644655.767987,VS0,VE1 + - S1757605868.555966,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '353' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:07 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -233,17 +223,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 11d3b83ca9b6629bb95613455d8c2f92da419ec5 + - 5a4f25f44e368bb147dad589450e3d10a8ea85c8 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4643-BOS X-Timer: - - S1737644655.785286,VS0,VE1 + - S1757605868.626343,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.7/projjson.schema.json response: @@ -267,15 +251,15 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '1016' CF-Cache-Status: - HIT CF-Ray: - - 9068acd48dbae75b-DEN + - 97d853213a33d6a4-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -283,16 +267,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:07 GMT Location: - https://proj.org/en/latest/schemas/v0.7/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=FDPRgvhEkzhJxJcDduVXmyXO3AD4W5qv9IwoMy9UhfA-1737644654829-0.0.1.1-604800000; + - __cf_bm=S3SUxELBQ6.bZ.fIp3Jo0AptjymGDlzIwkrYhcT..PE-1757605867-1.0.1.1-A47BElJGd114oRgJsoTCyNGwflUpkFuE6HQpBWqphX.Qx6DH5x8Bl3MJtfjgaMzL4HakOrpGpfHw7RomGDDv7L0gJbvT3z8KmWn51Ss928Y; + path=/; expires=Thu, 11-Sep-25 16:21:07 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=O94C1DfpCiCcb2y2XTGWAZ6VfJJfqmmgKlwO8r_5fh4-1757605867770-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -304,7 +291,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-0e094f2216bbe6c89 + - web-i-032144a96d20fd642 x-content-type-options: - nosniff x-rtd-domain: @@ -327,12 +314,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.7/projjson.schema.json response: @@ -861,19 +844,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4897' + - '559' CF-Cache-Status: - HIT CF-Ray: - - 9068acd4cb717b16-DEN + - 97d8532228a7d6d4-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:07 GMT ETag: - W/"b36c7ce9824d274cfd711a16ef45d221" Last-Modified: @@ -881,7 +864,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=EAnnZiaJe1zRWtkc_RoYLAtfFdjLAI79tIqqnyUM9h4-1737644654871-0.0.1.1-604800000; + - __cf_bm=UB6M3gq3hczFJTnOkyOra17CiRoGn6Ocl9ZUnUQhip8-1757605867-1.0.1.1-PCRcQlypdCYGoQlTdcT60Mh1EWiNFAhxZsVN4I8wp5suul_CqlVFouiEcDyEINeVddNlP3KKz5HR9q85LtKP2DdqP3kzmRJ.8fhprMgyOeQ; + path=/; expires=Thu, 11-Sep-25 16:21:07 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=eT1eWHI39cQXOYh_vOFbn8D49EtcqupBdrqHZ_74T8M-1757605867919-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -896,15 +882,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - n2NTSPT0WWjlK8zmhzVTYFBu1kvns6atxrkzUjak6bfL3lMyEzDoXFzKqqXUs65CTv0tDNxNWtcawPJPBlaXIZQv2j+N260bae6DTw9i/RM= + - 4CqUgAmdf2KJHeNFOeM5b06wSNvruKF2lIJzahRPcLccmToa5RuePCq61GcMLumrjEh4f144QTg= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - M96JRD3SBG9P985F + - 7J1TVVY6X3T9P0V9 x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-0a1be46b278ef1748 + - web-i-0642c5cf0fa7f07c2 x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/extensions/cassettes/test_projection/test_wkt2.yaml b/tests/extensions/cassettes/test_projection/test_wkt2.yaml index 4989602b1..548c6c32a 100644 --- a/tests/extensions/cassettes/test_projection/test_wkt2.yaml +++ b/tests/extensions/cassettes/test_projection/test_wkt2.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '354' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:08 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 636336c99d04145448c8036bdbbcdc23bf4106a9 + - 9fc5455e810e0a2c516824a07c2deb1748e0f130 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4691-BOS X-Timer: - - S1737644655.922843,VS0,VE1 + - S1757605869.566328,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '354' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:14 GMT + - Thu, 11 Sep 2025 15:51:08 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -231,19 +221,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - d07617dac43853d07e9f5c3c4d2a103d999419ee + - 62ba0d7e4be6be9392562c02c8e1f0e9b06f61f9 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4657-BOS X-Timer: - - S1737644655.940961,VS0,VE1 + - S1757605869.636281,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.7/projjson.schema.json response: @@ -267,15 +251,15 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '1017' CF-Cache-Status: - HIT CF-Ray: - - 9068acd58bbe7b30-DEN + - 97d853279e53d62c-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -283,16 +267,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:08 GMT Location: - https://proj.org/en/latest/schemas/v0.7/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=_NB9s7GAuazFfJS1hf91tlda.MEjjAf3qAgbAGYPcVw-1737644655038-0.0.1.1-604800000; + - __cf_bm=bZBFJTK59ceYCgBKnS4yorNdxeZ1rW3ziGs5rxloGH4-1757605868-1.0.1.1-4sq0X4ZTyw0dcXrCftG1pMtGS4mA58CmCgbjxuOkr0t9kivriibSOs3oFDJgtkH8iERpwfxulLmQ9lSM2VweA48WVgxvQEvIsTvaMpsz24k; + path=/; expires=Thu, 11-Sep-25 16:21:08 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=Tx46o9YMz3THrfJsgKRhLPlLvmnS92FAaDWIPcopv_E-1757605868773-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -304,7 +291,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-0e094f2216bbe6c89 + - web-i-032144a96d20fd642 x-content-type-options: - nosniff x-rtd-domain: @@ -327,12 +314,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.7/projjson.schema.json response: @@ -861,19 +844,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4898' + - '560' CF-Cache-Status: - HIT CF-Ray: - - 9068acd62a567c26-DEN + - 97d8532879e5f276-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:08 GMT ETag: - W/"b36c7ce9824d274cfd711a16ef45d221" Last-Modified: @@ -881,7 +864,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=sB4dsWgv6CTQ.6ny_yXxhbKvWZYX0GCtUm6ERdVDhpE-1737644655093-0.0.1.1-604800000; + - __cf_bm=oGumYuLyuMh6ix.xXUjMz_eITlPVxQ5PGnQ2YgPofoA-1757605868-1.0.1.1-NNv94hfpshe.WOHiV4VoGdlKXGkFf9d4ni9IZ7pBbyBzJ_SJH0f2JAYqg9mSqP3QOh4Qo1Hvv5o3UfyspLL0QnR9gVe8f6R00znU0tW5EAk; + path=/; expires=Thu, 11-Sep-25 16:21:08 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=U9e1r2Use4jqb0oDJ2MOknfxA6o7fp0ZU3_XkOzLHdU-1757605868909-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -896,15 +882,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - n2NTSPT0WWjlK8zmhzVTYFBu1kvns6atxrkzUjak6bfL3lMyEzDoXFzKqqXUs65CTv0tDNxNWtcawPJPBlaXIZQv2j+N260bae6DTw9i/RM= + - 4CqUgAmdf2KJHeNFOeM5b06wSNvruKF2lIJzahRPcLccmToa5RuePCq61GcMLumrjEh4f144QTg= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - M96JRD3SBG9P985F + - 7J1TVVY6X3T9P0V9 x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-0a1be46b278ef1748 + - web-i-0642c5cf0fa7f07c2 x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/extensions/cassettes/test_raster/test_asset_bands.yaml b/tests/extensions/cassettes/test_raster/test_asset_bands.yaml index 699a193a6..682fd3c67 100644 --- a/tests/extensions/cassettes/test_raster/test_asset_bands.yaml +++ b/tests/extensions/cassettes/test_raster/test_asset_bands.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:12 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -111,19 +107,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - dbf658b4dc4f1c0590d62be069b8b827f2b5291c + - 34148e7461c8b53ffc78fd252da2eacc66ba319d X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4656-BOS X-Timer: - - S1737644655.168538,VS0,VE1 + - S1757605873.974424,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -195,21 +185,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:13 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -223,17 +213,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 7a03e1237e6694d34cdd2727bdc13c6313841e31 + - b2dfb80470d7363e836f3c8e78ae1d16a10e02ab X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4668-BOS X-Timer: - - S1737644655.186199,VS0,VE1 + - S1757605873.052296,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -242,12 +230,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -315,17 +299,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:13 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -343,17 +327,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - fc701b12b7f310298c1f735e4699c8fbc5259e4f + - b369660ed4faede7604825f750e9e0aea398def2 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4688-BOS X-Timer: - - S1737644655.203484,VS0,VE1 + - S1757605873.117869,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -362,12 +344,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/raster/v1.1.0/schema.json response: @@ -464,17 +442,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '359' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6318' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:13 GMT ETag: - '"66df5c80-18ae"' Last-Modified: @@ -492,17 +470,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 34bb5d8b0c47a2814ad5c1ee553fcb80a1f0c896 + - 8745484379de4e6040eaad0b34f5727a82714ad8 X-GitHub-Request-Id: - - FD79:88CBB:1216BCD:1493B10:67925168 + - 6F8C:14A94E:C2B049:DE4F27:68C2EE8A X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4624-BOS X-Timer: - - S1737644655.222233,VS0,VE1 + - S1757605873.189893,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:46 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_raster/test_validate_raster.yaml b/tests/extensions/cassettes/test_raster/test_validate_raster.yaml index 880ab5b52..9fc69fda1 100644 --- a/tests/extensions/cassettes/test_raster/test_validate_raster.yaml +++ b/tests/extensions/cassettes/test_raster/test_validate_raster.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -67,17 +63,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:12 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -95,17 +91,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - a06018e9492b58f798ec003a21486750334bb043 + - 3a0c5b8a042b2b46bd622239d991a5d7ccea1e2e X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4645-BOS X-Timer: - - S1737644655.255292,VS0,VE56 + - S1757605872.490567,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: @@ -114,12 +108,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -177,21 +167,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:12 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -205,17 +195,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e8fe7cec6e90b002a7c9afafdd2fac2a5511fcb0 + - 3740c8e73a9e9b9c02a7c1f76e906261b9535e63 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4630-BOS X-Timer: - - S1737644655.330062,VS0,VE1 + - S1757605873.558516,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -224,12 +212,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -297,17 +281,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:12 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -323,19 +307,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 7061e4bcf5bf7704b74e685ad89c5e9e94946c6a + - 4d810d48b43dcf1f73d35b5503e6037d90d79d46 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4654-BOS X-Timer: - - S1737644655.349486,VS0,VE1 + - S1757605873.633250,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -344,12 +326,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -427,17 +405,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:12 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -453,19 +431,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - d873dcaa66a1a2e9276e1ac84126e7c9b47ed00a + - a50844db26e5679225196bed565b867b98072fb6 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4684-BOS X-Timer: - - S1737644655.368802,VS0,VE1 + - S1757605873.711649,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -474,12 +450,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/processing/v1.0.0/schema.json response: @@ -564,17 +536,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5729' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:12 GMT ETag: - '"663cfd3e-1661"' Last-Modified: @@ -588,21 +560,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - - '0' + - '1' X-Fastly-Request-ID: - - b3f17d547747a26a5d5806fe6275065dc18c61b4 + - bcf7d9a893a04f185540f680bbaaf4a6054097e4 X-GitHub-Request-Id: - - C18D:1720:30D426:372F86:67925A6E + - 175A:14434E:B843F9:D3E52E:68C2EE98 X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4679-BOS X-Timer: - - S1737644655.388964,VS0,VE59 + - S1757605873.781878,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:15 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:29 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -611,12 +583,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/raster/v1.1.0/schema.json response: @@ -713,17 +681,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6318' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:12 GMT ETag: - '"66df5c80-18ae"' Last-Modified: @@ -741,17 +709,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 7bce19f51ec1b52691fd6e80cae85b9b5bb82ceb + - a088a5243c99b7e8991368a306e590d400433e00 X-GitHub-Request-Id: - - FD79:88CBB:1216BCD:1493B10:67925168 + - 6F8C:14A94E:C2B049:DE4F27:68C2EE8A X-Served-By: - - cache-den-kden1300067-DEN + - cache-bos4687-BOS X-Timer: - - S1737644655.475097,VS0,VE1 + - S1757605873.852413,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:46 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_render/test_collection_validate.yaml b/tests/extensions/cassettes/test_render/test_collection_validate.yaml index 1fc417330..7f0fdbac9 100644 --- a/tests/extensions/cassettes/test_render/test_collection_validate.yaml +++ b/tests/extensions/cassettes/test_render/test_collection_validate.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/render/v2.0.0/schema.json response: @@ -101,17 +97,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6280' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:13 GMT ETag: - '"673d1188-1888"' Last-Modified: @@ -129,17 +125,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 348f914f773744210738a9e1114b6c4075dc0782 + - 2cfdb602306dc2a6fd0c12abd09550ccf5d4d4cb X-GitHub-Request-Id: - - 83EA:151BE8:FC6242:11A2C10:67925A6F + - 1865:153265:C41CFD:DFC0BB:68C2EE99 X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4672-BOS X-Timer: - - S1737644656.653024,VS0,VE1 + - S1757605873.403542,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:15 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:29 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_render/test_item_validate.yaml b/tests/extensions/cassettes/test_render/test_item_validate.yaml index 8431e49c5..4d19af3b1 100644 --- a/tests/extensions/cassettes/test_render/test_item_validate.yaml +++ b/tests/extensions/cassettes/test_render/test_item_validate.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/render/v2.0.0/schema.json response: @@ -101,17 +97,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6280' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:13 GMT ETag: - '"673d1188-1888"' Last-Modified: @@ -125,21 +121,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 70076c2b0310de555316f0a5b71a72a5c8c5119a + - dfd4dade812e20d40138a6da810eb3c4d0547d81 X-GitHub-Request-Id: - - 83EA:151BE8:FC6242:11A2C10:67925A6F + - 1865:153265:C41CFD:DFC0BB:68C2EE99 X-Served-By: - - cache-den-kden1300040-DEN + - cache-bos4664-BOS X-Timer: - - S1737644656.547777,VS0,VE73 + - S1757605873.312142,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:15 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:29 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sar/test_all.yaml b/tests/extensions/cassettes/test_sar/test_all.yaml index 017aeb856..747d6b112 100644 --- a/tests/extensions/cassettes/test_sar/test_all.yaml +++ b/tests/extensions/cassettes/test_sar/test_all.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sar/v1.0.0/schema.json response: @@ -86,21 +82,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5087' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:13 GMT ETag: - - '"676219a3-13df"' + - '"687775e1-13df"' Last-Modified: - - Wed, 18 Dec 2024 00:38:59 GMT + - Wed, 16 Jul 2025 09:50:25 GMT Server: - GitHub.com Strict-Transport-Security: @@ -110,21 +106,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - - '0' + - '1' X-Fastly-Request-ID: - - 367b09a4f601a88cb90c65543879939b1253e8eb + - f7385b3127c6025fc2ed0163911ff886de3ac0e5 X-GitHub-Request-Id: - - 3CD4:2259D3:103FE85:121C807:67925A6F + - ED10:15FE94:C59F45:E13E7A:68C2EE97 X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4673-BOS X-Timer: - - S1737644656.696384,VS0,VE58 + - S1757605874.575968,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:15 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:30 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sar/test_required.yaml b/tests/extensions/cassettes/test_sar/test_required.yaml index fb0673c3a..ac6eebb33 100644 --- a/tests/extensions/cassettes/test_sar/test_required.yaml +++ b/tests/extensions/cassettes/test_sar/test_required.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sar/v1.0.0/schema.json response: @@ -86,21 +82,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5087' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:13 GMT ETag: - - '"676219a3-13df"' + - '"687775e1-13df"' Last-Modified: - - Wed, 18 Dec 2024 00:38:59 GMT + - Wed, 16 Jul 2025 09:50:25 GMT Server: - GitHub.com Strict-Transport-Security: @@ -112,19 +108,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - fc9c09df035177fc552577d0c7db98067c3e0ee0 + - bfe9edf2e1931e06b6de9f8bd440a594df27b84a X-GitHub-Request-Id: - - 3CD4:2259D3:103FE85:121C807:67925A6F + - ED10:15FE94:C59F45:E13E7A:68C2EE97 X-Served-By: - - cache-den-kden1300077-DEN + - cache-bos4679-BOS X-Timer: - - S1737644656.782149,VS0,VE1 + - S1757605873.493736,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:15 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:30 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sat/test_absolute_orbit.yaml b/tests/extensions/cassettes/test_sat/test_absolute_orbit.yaml index 346f8eaa0..bf2a4edcb 100644 --- a/tests/extensions/cassettes/test_sat/test_absolute_orbit.yaml +++ b/tests/extensions/cassettes/test_sat/test_absolute_orbit.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -67,17 +63,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:13 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -93,19 +89,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - d4f9ddca58be05ecad07d108d665f0b5f13f9514 + - 1323840dabcbd3f4b37ff9a1fb2ad5cd80eb4ec3 X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4657-BOS X-Timer: - - S1737644656.818366,VS0,VE1 + - S1757605874.923953,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sat/test_anx_datetime.yaml b/tests/extensions/cassettes/test_sat/test_anx_datetime.yaml index acde0c5d1..532ac2c98 100644 --- a/tests/extensions/cassettes/test_sat/test_anx_datetime.yaml +++ b/tests/extensions/cassettes/test_sat/test_anx_datetime.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -67,17 +63,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:13 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -93,19 +89,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 605ffd585fa62f06af42454202cf8d0db08d1d0c + - 57bbff1f623a865391e3ac440315ab0a07b8626f X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4623-BOS X-Timer: - - S1737644656.840848,VS0,VE1 + - S1757605874.992404,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sat/test_both.yaml b/tests/extensions/cassettes/test_sat/test_both.yaml index 0b6a0f637..db011af1a 100644 --- a/tests/extensions/cassettes/test_sat/test_both.yaml +++ b/tests/extensions/cassettes/test_sat/test_both.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -67,17 +63,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:14 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -95,17 +91,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 28c5f6ab26ebb34c306c0b1451b3f4cc9a6ef764 + - 3b00a94f7a91354aed63702ab91136573b1df07c X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4671-BOS X-Timer: - - S1737644656.865411,VS0,VE1 + - S1757605874.205909,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sat/test_clear_orbit_state.yaml b/tests/extensions/cassettes/test_sat/test_clear_orbit_state.yaml index 2b1d6e24d..b2d46c84f 100644 --- a/tests/extensions/cassettes/test_sat/test_clear_orbit_state.yaml +++ b/tests/extensions/cassettes/test_sat/test_clear_orbit_state.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -67,17 +63,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:14 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -95,17 +91,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 326cb1a015c866fffedcf920089470a42c0723c4 + - 70b3484addeed5b9f3852643005474b32625af8e X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4652-BOS X-Timer: - - S1737644656.888954,VS0,VE2 + - S1757605874.355622,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sat/test_clear_relative_orbit.yaml b/tests/extensions/cassettes/test_sat/test_clear_relative_orbit.yaml index 960070e0d..d0939f536 100644 --- a/tests/extensions/cassettes/test_sat/test_clear_relative_orbit.yaml +++ b/tests/extensions/cassettes/test_sat/test_clear_relative_orbit.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -67,17 +63,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:14 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -95,17 +91,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 67a74253fa5dbb63dc55996042c8fc38f6b2d5bc + - 00a896761f8fb6e88eed7f07d9d87961a915611a X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4658-BOS X-Timer: - - S1737644656.913475,VS0,VE1 + - S1757605874.432650,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sat/test_modify.yaml b/tests/extensions/cassettes/test_sat/test_modify.yaml index c8bb67ff4..bd7a6392d 100644 --- a/tests/extensions/cassettes/test_sat/test_modify.yaml +++ b/tests/extensions/cassettes/test_sat/test_modify.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -67,17 +63,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:14 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -95,17 +91,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e3a34b3939e776885d924c9dacd1ffaf72c8c660 + - 1feccaea5c785adf6c04e772bde93a418d8bf075 X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4631-BOS X-Timer: - - S1737644656.937407,VS0,VE1 + - S1757605874.280042,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sat/test_no_args_fails.yaml b/tests/extensions/cassettes/test_sat/test_no_args_fails.yaml index aaf31a8a2..780618e86 100644 --- a/tests/extensions/cassettes/test_sat/test_no_args_fails.yaml +++ b/tests/extensions/cassettes/test_sat/test_no_args_fails.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -67,17 +63,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:13 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -93,19 +89,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - e95e3ba2520935affa85d6725196b483a31d003e + - 396b45781dfe01317ac4797b1e377572dd82f570 X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4633-BOS X-Timer: - - S1737644656.959234,VS0,VE0 + - S1757605874.679879,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sat/test_orbit_state.yaml b/tests/extensions/cassettes/test_sat/test_orbit_state.yaml index 7a4bddb0d..fcfa7fdb4 100644 --- a/tests/extensions/cassettes/test_sat/test_orbit_state.yaml +++ b/tests/extensions/cassettes/test_sat/test_orbit_state.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -67,17 +63,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:15 GMT + - Thu, 11 Sep 2025 15:51:13 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -95,17 +91,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 844ac82659e2a2af5de3383e2db5b72c7cc586bb + - ef5121a402bcc8949513e4801e5941d5a3649db7 X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300049-DEN + - cache-bos4675-BOS X-Timer: - - S1737644656.980889,VS0,VE1 + - S1757605874.769035,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sat/test_platform_international_designator.yaml b/tests/extensions/cassettes/test_sat/test_platform_international_designator.yaml index e84eda9f6..e47bdf2e7 100644 --- a/tests/extensions/cassettes/test_sat/test_platform_international_designator.yaml +++ b/tests/extensions/cassettes/test_sat/test_platform_international_designator.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -67,17 +63,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:14 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -93,19 +89,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 3ecebb28c2d01f41990681137d8bf628e0d426c0 + - 2d127e395a64ebe7b6d78e87b5b17bad7038a628 X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4629-BOS X-Timer: - - S1737644656.004047,VS0,VE1 + - S1757605874.064292,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sat/test_relative_orbit.yaml b/tests/extensions/cassettes/test_sat/test_relative_orbit.yaml index ea00eadfe..a1de6ad4e 100644 --- a/tests/extensions/cassettes/test_sat/test_relative_orbit.yaml +++ b/tests/extensions/cassettes/test_sat/test_relative_orbit.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -67,17 +63,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:13 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -93,19 +89,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - bbfc36f4b44146725cee137682518fa19b55a742 + - 0e568d3819a62b75f999b626d735b31667c945df X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4667-BOS X-Timer: - - S1737644656.029161,VS0,VE0 + - S1757605874.846544,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_sat/test_relative_orbit_no_negative.yaml b/tests/extensions/cassettes/test_sat/test_relative_orbit_no_negative.yaml index 86b043d35..ef7c1c1cf 100644 --- a/tests/extensions/cassettes/test_sat/test_relative_orbit_no_negative.yaml +++ b/tests/extensions/cassettes/test_sat/test_relative_orbit_no_negative.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -67,17 +63,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:14 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -93,19 +89,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '3' + - '1' X-Fastly-Request-ID: - - 370f80dc643102ea0ab80fbda0b438f918e8aeaf + - 917fc7cb3b8cd5bd378e73cf2d3c63deda946da0 X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4634-BOS X-Timer: - - S1737644656.052439,VS0,VE1 + - S1757605874.141695,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_citation.yaml b/tests/extensions/cassettes/test_scientific/test_citation.yaml index 17cfdab47..19d281aaf 100644 --- a/tests/extensions/cassettes/test_scientific/test_citation.yaml +++ b/tests/extensions/cassettes/test_scientific/test_citation.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '356' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:14 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -119,19 +115,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 2581412e1c2df45cc4f3a12eb5249c4e35240757 + - 9d90a574d6656a6ab708c67712a3c685343f9058 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4628-BOS X-Timer: - - S1737644656.081970,VS0,VE1 + - S1757605875.636892,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_collection_citation.yaml b/tests/extensions/cassettes/test_scientific/test_collection_citation.yaml index 4b4f0f71d..4ea9a4ead 100644 --- a/tests/extensions/cassettes/test_scientific/test_collection_citation.yaml +++ b/tests/extensions/cassettes/test_scientific/test_collection_citation.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:15 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -121,17 +117,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 216a3ffe02c84152ec96311c8b165aecaafc9fcf + - a455a5fd2f79bf50b41d081cbea801dd0fa64c1f X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4645-BOS X-Timer: - - S1737644656.395440,VS0,VE2 + - S1757605876.508730,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_collection_doi.yaml b/tests/extensions/cassettes/test_scientific/test_collection_doi.yaml index 605414db3..5b1dfffd0 100644 --- a/tests/extensions/cassettes/test_scientific/test_collection_doi.yaml +++ b/tests/extensions/cassettes/test_scientific/test_collection_doi.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:15 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -119,19 +115,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 99b74ff8bbbaf9c55376267d372f2a4c97047fbb + - ee7bf5eb718cfbea89231400e8a65d97eb7a9539 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4661-BOS X-Timer: - - S1737644656.418353,VS0,VE0 + - S1757605875.407589,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_collection_publications.yaml b/tests/extensions/cassettes/test_scientific/test_collection_publications.yaml index b1a0e3536..917f52550 100644 --- a/tests/extensions/cassettes/test_scientific/test_collection_publications.yaml +++ b/tests/extensions/cassettes/test_scientific/test_collection_publications.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:15 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -121,17 +117,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 5c807bb8b19fb6651add8f2414d1d1868a38be05 + - a59534d8586232e8e3d0c9bd09b1f1ab408d3286 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4671-BOS X-Timer: - - S1737644656.446270,VS0,VE1 + - S1757605876.684771,VS0,VE44 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_collection_publications_one.yaml b/tests/extensions/cassettes/test_scientific/test_collection_publications_one.yaml index d22593b99..75542913a 100644 --- a/tests/extensions/cassettes/test_scientific/test_collection_publications_one.yaml +++ b/tests/extensions/cassettes/test_scientific/test_collection_publications_one.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:15 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -121,17 +117,15 @@ interactions: X-Cache-Hits: - '3' X-Fastly-Request-ID: - - bc7895e08f8e3a728da3cad04543d3e421945837 + - f1a1184305272d0aa21d506d1310153d239cc474 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4641-BOS X-Timer: - - S1737644656.467228,VS0,VE0 + - S1757605876.602576,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_collection_remove_all_publications_one.yaml b/tests/extensions/cassettes/test_scientific/test_collection_remove_all_publications_one.yaml index a91384839..84808dd30 100644 --- a/tests/extensions/cassettes/test_scientific/test_collection_remove_all_publications_one.yaml +++ b/tests/extensions/cassettes/test_scientific/test_collection_remove_all_publications_one.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:15 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -121,17 +117,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - ba71f8fc2012967c53389831f2dbad382fc08f2d + - 674bd584e104ee858762b56202babbf2f888fd8a X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4669-BOS X-Timer: - - S1737644656.488397,VS0,VE2 + - S1757605876.878690,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_collection_remove_all_publications_with_none.yaml b/tests/extensions/cassettes/test_scientific/test_collection_remove_all_publications_with_none.yaml index 9f95825f3..1cec558bd 100644 --- a/tests/extensions/cassettes/test_scientific/test_collection_remove_all_publications_with_none.yaml +++ b/tests/extensions/cassettes/test_scientific/test_collection_remove_all_publications_with_none.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:16 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -119,19 +115,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '18' + - '2' X-Fastly-Request-ID: - - 8de1b28a8d782b938c55fc4e6db5665b05013af0 + - a415215da04498032af573ee7fb3cd4b025e586e X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4629-BOS X-Timer: - - S1737644657.511455,VS0,VE0 + - S1757605876.228644,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_collection_remove_all_publications_with_some.yaml b/tests/extensions/cassettes/test_scientific/test_collection_remove_all_publications_with_some.yaml index 166e8be73..37abe82fc 100644 --- a/tests/extensions/cassettes/test_scientific/test_collection_remove_all_publications_with_some.yaml +++ b/tests/extensions/cassettes/test_scientific/test_collection_remove_all_publications_with_some.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:16 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -119,19 +115,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 3d7ee7605d272f4c2c5dd8d3570089f74f5b5c63 + - 235a7118993343169acaeda6761117e421852c39 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4629-BOS X-Timer: - - S1737644657.533412,VS0,VE0 + - S1757605876.144602,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_collection_remove_publication_forward.yaml b/tests/extensions/cassettes/test_scientific/test_collection_remove_publication_forward.yaml index 8355c931a..2e7d6e6c9 100644 --- a/tests/extensions/cassettes/test_scientific/test_collection_remove_publication_forward.yaml +++ b/tests/extensions/cassettes/test_scientific/test_collection_remove_publication_forward.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:15 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -119,19 +115,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 523849c7eee14f2da61e40d80b1c4491de3b2a82 + - 60d84c6536087932ad163cc2c738275bc851eb53 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4638-BOS X-Timer: - - S1737644657.555249,VS0,VE1 + - S1757605876.967481,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_collection_remove_publication_one.yaml b/tests/extensions/cassettes/test_scientific/test_collection_remove_publication_one.yaml index 764f4eade..04346e656 100644 --- a/tests/extensions/cassettes/test_scientific/test_collection_remove_publication_one.yaml +++ b/tests/extensions/cassettes/test_scientific/test_collection_remove_publication_one.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:15 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -119,19 +115,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - a24a624c7feb09b5ffb41bf5b40dbad27dc1819f + - f53c85d8a17ca0ecaeda92cc8113316825200b5d X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4666-BOS X-Timer: - - S1737644657.581395,VS0,VE1 + - S1757605876.805828,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_collection_remove_publication_reverse.yaml b/tests/extensions/cassettes/test_scientific/test_collection_remove_publication_reverse.yaml index 239034e99..aab93dcae 100644 --- a/tests/extensions/cassettes/test_scientific/test_collection_remove_publication_reverse.yaml +++ b/tests/extensions/cassettes/test_scientific/test_collection_remove_publication_reverse.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:16 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -119,19 +115,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 5ecccc91299828d03f2e9ac36b16d54520f6ef0c + - a42e9ea6400ee14d61fe50b63bd81f7698d2713c X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4664-BOS X-Timer: - - S1737644657.602341,VS0,VE0 + - S1757605876.054606,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_doi.yaml b/tests/extensions/cassettes/test_scientific/test_doi.yaml index 1660a3ea0..72c27f43f 100644 --- a/tests/extensions/cassettes/test_scientific/test_doi.yaml +++ b/tests/extensions/cassettes/test_scientific/test_doi.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '356' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:14 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -119,19 +115,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - e94941f5a74336ed96e3a8a92d8e1e0ab474e689 + - 3fc4ea6b4fe185197fad9d86813b7511b0b919a6 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4691-BOS X-Timer: - - S1737644656.107072,VS0,VE1 + - S1757605875.533994,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_publications.yaml b/tests/extensions/cassettes/test_scientific/test_publications.yaml index f5a238fd6..d70df5d35 100644 --- a/tests/extensions/cassettes/test_scientific/test_publications.yaml +++ b/tests/extensions/cassettes/test_scientific/test_publications.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:14 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -119,19 +115,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - a187b0de20fe6d1e90f9a6fea9c15a909e35db97 + - a01d78ebde7bbd1863de6429898e4873e41369b0 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4687-BOS X-Timer: - - S1737644656.147162,VS0,VE1 + - S1757605875.814452,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_publications_one.yaml b/tests/extensions/cassettes/test_scientific/test_publications_one.yaml index 0ccae9bee..9ef47c5b9 100644 --- a/tests/extensions/cassettes/test_scientific/test_publications_one.yaml +++ b/tests/extensions/cassettes/test_scientific/test_publications_one.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '356' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:14 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -121,17 +117,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 61609b13c809cbe8ad1bb755c89fb3bffd21ea6d + - a1e0a5d6a609927000f7eb0a71c5e1c32d0e0508 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4672-BOS X-Timer: - - S1737644656.176051,VS0,VE1 + - S1757605875.723205,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_remove_all_publications_one.yaml b/tests/extensions/cassettes/test_scientific/test_remove_all_publications_one.yaml index 1a39f6fbc..bb6b1a59b 100644 --- a/tests/extensions/cassettes/test_scientific/test_remove_all_publications_one.yaml +++ b/tests/extensions/cassettes/test_scientific/test_remove_all_publications_one.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:14 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -119,19 +115,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - be264bf588ca692775f0c4727a926c9688a83b76 + - b62b9f9cc2b253cb2c4ded060ac0e457f6cfea7b X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4638-BOS X-Timer: - - S1737644656.202302,VS0,VE1 + - S1757605875.989326,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_remove_all_publications_with_none.yaml b/tests/extensions/cassettes/test_scientific/test_remove_all_publications_with_none.yaml index c260a41d1..bf59e3b29 100644 --- a/tests/extensions/cassettes/test_scientific/test_remove_all_publications_with_none.yaml +++ b/tests/extensions/cassettes/test_scientific/test_remove_all_publications_with_none.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:15 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -121,17 +117,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 2d3a8d87cd4a9081768a4942be28f443977b1857 + - 13f6bc2786d1887f11e6b914a67669e311e73ae1 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4621-BOS X-Timer: - - S1737644656.238305,VS0,VE1 + - S1757605875.317859,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_remove_all_publications_with_some.yaml b/tests/extensions/cassettes/test_scientific/test_remove_all_publications_with_some.yaml index f9b092e38..df22ca252 100644 --- a/tests/extensions/cassettes/test_scientific/test_remove_all_publications_with_some.yaml +++ b/tests/extensions/cassettes/test_scientific/test_remove_all_publications_with_some.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:15 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -119,19 +115,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 62d449473d99943948e1fd7accac4b0f9447731c + - 940ac51801a8a81a732b143e40ac560207c0c843 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4651-BOS X-Timer: - - S1737644656.263122,VS0,VE1 + - S1757605875.236999,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_remove_publication_forward.yaml b/tests/extensions/cassettes/test_scientific/test_remove_publication_forward.yaml index 258628720..4d6c509e4 100644 --- a/tests/extensions/cassettes/test_scientific/test_remove_publication_forward.yaml +++ b/tests/extensions/cassettes/test_scientific/test_remove_publication_forward.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:15 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -121,17 +117,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 051c49652fc815551ee832d5e1a7a3970f27dbfd + - a475dea1213a4fd2abbec8f1e6b01dbd7138fa35 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4673-BOS X-Timer: - - S1737644656.308126,VS0,VE0 + - S1757605875.071664,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_remove_publication_one.yaml b/tests/extensions/cassettes/test_scientific/test_remove_publication_one.yaml index 152949cea..2ba32d9eb 100644 --- a/tests/extensions/cassettes/test_scientific/test_remove_publication_one.yaml +++ b/tests/extensions/cassettes/test_scientific/test_remove_publication_one.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:14 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -121,17 +117,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 7b17ac35fcbe7a003056020c3eb3f3b1b44b4cf5 + - 0092b0148622f344e8cff5c5e0022350c70eb589 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4624-BOS X-Timer: - - S1737644656.338055,VS0,VE3 + - S1757605875.895763,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_scientific/test_remove_publication_reverse.yaml b/tests/extensions/cassettes/test_scientific/test_remove_publication_reverse.yaml index 512e558a1..d562c267b 100644 --- a/tests/extensions/cassettes/test_scientific/test_remove_publication_reverse.yaml +++ b/tests/extensions/cassettes/test_scientific/test_remove_publication_reverse.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -93,17 +89,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '7' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:15 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -119,19 +115,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - a48453c07c79fe7155f7fbe72f0a8dfb1ca2c322 + - 837a95738c75a6641ef7944dbe551f4b12875889 X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4623-BOS X-Timer: - - S1737644656.370604,VS0,VE0 + - S1757605875.158302,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_storage/test_asset_platform.yaml b/tests/extensions/cassettes/test_storage/test_asset_platform.yaml index 4beb0b698..5b773ac8a 100644 --- a/tests/extensions/cassettes/test_storage/test_asset_platform.yaml +++ b/tests/extensions/cassettes/test_storage/test_asset_platform.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/storage/v1.0.0/schema.json response: @@ -57,17 +53,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2963' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:16 GMT ETag: - '"6718ce4f-b93"' Last-Modified: @@ -83,19 +79,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - d939de1b5d8c2c2e41026e87e1214c282a40b2cc + - 92674dc3dfaefe5b3479061fdefa80bda6920c04 X-GitHub-Request-Id: - - D7B8:13D22C:FC0AF0:119D558:67925A68 + - EA28:14A395:C58F5E:E13700:68C2EE9C X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4656-BOS X-Timer: - - S1737644657.722164,VS0,VE1 + - S1757605876.432360,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:16 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:32 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_storage/test_asset_region.yaml b/tests/extensions/cassettes/test_storage/test_asset_region.yaml index 33f63d179..8e25033eb 100644 --- a/tests/extensions/cassettes/test_storage/test_asset_region.yaml +++ b/tests/extensions/cassettes/test_storage/test_asset_region.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/storage/v1.0.0/schema.json response: @@ -57,17 +53,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2963' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:16 GMT ETag: - '"6718ce4f-b93"' Last-Modified: @@ -85,17 +81,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 557467f6c5c327d334489907901a1dd2812261a0 + - e5ff930a35d9971257acf5bf329b54c55c4ae20f X-GitHub-Request-Id: - - D7B8:13D22C:FC0AF0:119D558:67925A68 + - EA28:14A395:C58F5E:E13700:68C2EE9C X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4651-BOS X-Timer: - - S1737644657.746250,VS0,VE1 + - S1757605877.524961,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:16 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:32 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_storage/test_asset_requester_pays.yaml b/tests/extensions/cassettes/test_storage/test_asset_requester_pays.yaml index a67570cfa..4b6fd1607 100644 --- a/tests/extensions/cassettes/test_storage/test_asset_requester_pays.yaml +++ b/tests/extensions/cassettes/test_storage/test_asset_requester_pays.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/storage/v1.0.0/schema.json response: @@ -57,17 +53,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2963' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:16 GMT ETag: - '"6718ce4f-b93"' Last-Modified: @@ -85,17 +81,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 203518cdaeca1973ca3b45ec780f39f505a31e27 + - 3a03e05e5620f03f0551af03f53d8630e6940446 X-GitHub-Request-Id: - - D7B8:13D22C:FC0AF0:119D558:67925A68 + - EA28:14A395:C58F5E:E13700:68C2EE9C X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4688-BOS X-Timer: - - S1737644657.784564,VS0,VE1 + - S1757605877.613861,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:16 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:32 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_storage/test_asset_tier.yaml b/tests/extensions/cassettes/test_storage/test_asset_tier.yaml index 369d0ed68..5a125e06f 100644 --- a/tests/extensions/cassettes/test_storage/test_asset_tier.yaml +++ b/tests/extensions/cassettes/test_storage/test_asset_tier.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/storage/v1.0.0/schema.json response: @@ -57,17 +53,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2963' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:16 GMT ETag: - '"6718ce4f-b93"' Last-Modified: @@ -83,19 +79,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 5130210f9c14dd6b026949c7c19181861264a54b + - d0228bdff814b6e1338fd913e7452c142bceb5bd X-GitHub-Request-Id: - - D7B8:13D22C:FC0AF0:119D558:67925A68 + - EA28:14A395:C58F5E:E13700:68C2EE9C X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4656-BOS X-Timer: - - S1737644657.809853,VS0,VE1 + - S1757605877.707950,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:16 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:32 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_storage/test_validate_storage.yaml b/tests/extensions/cassettes/test_storage/test_validate_storage.yaml index 4c3b65fb3..b6409f222 100644 --- a/tests/extensions/cassettes/test_storage/test_validate_storage.yaml +++ b/tests/extensions/cassettes/test_storage/test_validate_storage.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/storage/v1.0.0/schema.json response: @@ -57,17 +53,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2963' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:16 GMT ETag: - '"6718ce4f-b93"' Last-Modified: @@ -81,21 +77,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - f5066e4d26e4d7461314910f1f9bb040c2843be9 + - ad6f364553f4de6791f2532325ce5528079d63c6 X-GitHub-Request-Id: - - D7B8:13D22C:FC0AF0:119D558:67925A68 + - EA28:14A395:C58F5E:E13700:68C2EE9C X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4657-BOS X-Timer: - - S1737644657.636492,VS0,VE57 + - S1757605876.328052,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:16 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:32 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_table/test_validate.yaml b/tests/extensions/cassettes/test_table/test_validate.yaml index 46665a742..66981a3fb 100644 --- a/tests/extensions/cassettes/test_table/test_validate.yaml +++ b/tests/extensions/cassettes/test_table/test_validate.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/table/v1.2.0/schema.json response: @@ -95,17 +91,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5826' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:16 GMT ETag: - '"612cf691-16c2"' Last-Modified: @@ -119,23 +115,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - b6fcc801d8429223f5f01881943f54a3c44c3751 + - 57bb53a070dda24684ba11d932b50ad36c76c180 X-GitHub-Request-Id: - - 83EA:151BE8:FC6369:11A2D50:67925A6F + - E2AA:1C0114:1BE7583:1F239CF:68C2EE9B X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4648-BOS X-Timer: - - S1737644657.835903,VS0,VE58 + - S1757605877.790121,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:16 GMT - permissions-policy: - - interest-cohort=() - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_timestamps/test_expires.yaml b/tests/extensions/cassettes/test_timestamps/test_expires.yaml index 9ca82287a..5aced700a 100644 --- a/tests/extensions/cassettes/test_timestamps/test_expires.yaml +++ b/tests/extensions/cassettes/test_timestamps/test_expires.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/timestamps/v1.1.0/schema.json response: @@ -63,17 +59,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3337' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:16 GMT + - Thu, 11 Sep 2025 15:51:16 GMT ETag: - '"63b6c089-d09"' Last-Modified: @@ -87,21 +83,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - - '0' + - '1' X-Fastly-Request-ID: - - 124ab152da5a4a209dbdd9775243601f451406da + - 3bb8bdcc61f03279d8bc8a7f3988ef54275708da X-GitHub-Request-Id: - - 5391:178431:10D293A:12AF3E3:67925A70 + - 5D7C:128B70:CBAEF3:E74C93:68C2EE9D X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4627-BOS X-Timer: - - S1737644657.927920,VS0,VE55 + - S1757605877.980313,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:16 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_timestamps/test_published.yaml b/tests/extensions/cassettes/test_timestamps/test_published.yaml index 7c39e259f..13d3aa2b5 100644 --- a/tests/extensions/cassettes/test_timestamps/test_published.yaml +++ b/tests/extensions/cassettes/test_timestamps/test_published.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/timestamps/v1.1.0/schema.json response: @@ -63,17 +59,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3337' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:17 GMT ETag: - '"63b6c089-d09"' Last-Modified: @@ -91,17 +87,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - d284a8343f6e608a519c93b92ee8a746b700a392 + - c619794cfc5aa00f7109eebc5b1465c23ab9ebc4 X-GitHub-Request-Id: - - 5391:178431:10D293A:12AF3E3:67925A70 + - 5D7C:128B70:CBAEF3:E74C93:68C2EE9D X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4642-BOS X-Timer: - - S1737644657.013299,VS0,VE1 + - S1757605877.061845,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:16 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_timestamps/test_unpublished.yaml b/tests/extensions/cassettes/test_timestamps/test_unpublished.yaml index 0e43b85c3..7b95ed9ba 100644 --- a/tests/extensions/cassettes/test_timestamps/test_unpublished.yaml +++ b/tests/extensions/cassettes/test_timestamps/test_unpublished.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/timestamps/v1.1.0/schema.json response: @@ -63,17 +59,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3337' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:17 GMT ETag: - '"63b6c089-d09"' Last-Modified: @@ -91,17 +87,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 011dd34bf79d70fbe88d4871e9eb0084bc08aacc + - 6443e152e55deeb32cf8ae077d0bf0ad60cedc6e X-GitHub-Request-Id: - - 5391:178431:10D293A:12AF3E3:67925A70 + - 5D7C:128B70:CBAEF3:E74C93:68C2EE9D X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4676-BOS X-Timer: - - S1737644657.040667,VS0,VE1 + - S1757605877.143592,VS0,VE19 expires: - - Thu, 23 Jan 2025 15:14:16 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_timestamps/test_validate_timestamps.yaml b/tests/extensions/cassettes/test_timestamps/test_validate_timestamps.yaml index c49ea4bb1..26fa50dbf 100644 --- a/tests/extensions/cassettes/test_timestamps/test_validate_timestamps.yaml +++ b/tests/extensions/cassettes/test_timestamps/test_validate_timestamps.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/timestamps/v1.1.0/schema.json response: @@ -63,17 +59,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3337' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:16 GMT ETag: - '"63b6c089-d09"' Last-Modified: @@ -89,19 +85,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - b7ea4b4e8374319dc314b29fa6430f144b2ef56b + - ea0b039508b3ba49effa555463b93285e44b25c9 X-GitHub-Request-Id: - - 5391:178431:10D293A:12AF3E3:67925A70 + - 5D7C:128B70:CBAEF3:E74C93:68C2EE9D X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4693-BOS X-Timer: - - S1737644657.066787,VS0,VE1 + - S1757605877.891833,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:16 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_add_deprecated_version.yaml b/tests/extensions/cassettes/test_version/test_add_deprecated_version.yaml index 46bbead6d..439d81157 100644 --- a/tests/extensions/cassettes/test_version/test_add_deprecated_version.yaml +++ b/tests/extensions/cassettes/test_version/test_add_deprecated_version.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:17 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 877292097956c395d9cbb15e25bb20a43391d179 + - e02308b9c9d43240b5d79d4755a3241f1cb44f37 X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4679-BOS X-Timer: - - S1737644657.234235,VS0,VE1 + - S1757605878.525758,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_add_not_deprecated_version.yaml b/tests/extensions/cassettes/test_version/test_add_not_deprecated_version.yaml index 7e52ff59a..6da78a7f9 100644 --- a/tests/extensions/cassettes/test_version/test_add_not_deprecated_version.yaml +++ b/tests/extensions/cassettes/test_version/test_add_not_deprecated_version.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:17 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 2389d6424d12f565e3ac22708e7e30681f481d50 + - d5fd921db094029cbd71022dca1f0dab033d6eb0 X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4673-BOS X-Timer: - - S1737644657.209574,VS0,VE1 + - S1757605877.432382,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_add_version.yaml b/tests/extensions/cassettes/test_version/test_add_version.yaml index bef2974eb..d4ca989c5 100644 --- a/tests/extensions/cassettes/test_version/test_add_version.yaml +++ b/tests/extensions/cassettes/test_version/test_add_version.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:17 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -89,21 +85,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 812060801616d23263c1b7fd804eeccbffd839f2 + - 63c1886d816dd3f2fc8551d3835010ad83cbd308 X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4636-BOS X-Timer: - - S1737644657.094309,VS0,VE62 + - S1757605877.259243,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_all_links.yaml b/tests/extensions/cassettes/test_version/test_all_links.yaml index 92cafccb7..66acfcff9 100644 --- a/tests/extensions/cassettes/test_version/test_all_links.yaml +++ b/tests/extensions/cassettes/test_version/test_all_links.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:17 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - c49550f0ec6d8d262065c15aee7f352e09007e73 + - 6cfaa26545b134de92d0dc45e90d43d1a0e3ea3a X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4684-BOS X-Timer: - - S1737644657.333910,VS0,VE0 + - S1757605878.893950,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_assets.yaml b/tests/extensions/cassettes/test_version/test_assets.yaml index 169d4e628..c7143b123 100644 --- a/tests/extensions/cassettes/test_version/test_assets.yaml +++ b/tests/extensions/cassettes/test_version/test_assets.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:18 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 52269a475af55ddef9422f2469be1ed7451d7ec1 + - 7daeff350efc41cbc53e7e5feb6240817b47eb9b X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4622-BOS X-Timer: - - S1737644657.479042,VS0,VE1 + - S1757605878.419745,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_catalog_add_version.yaml b/tests/extensions/cassettes/test_version/test_catalog_add_version.yaml index 643725847..37fc80d64 100644 --- a/tests/extensions/cassettes/test_version/test_catalog_add_version.yaml +++ b/tests/extensions/cassettes/test_version/test_catalog_add_version.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:18 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -91,19 +87,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 672211b32d37d35370b8206660f957674f19c941 + - a26d241bc163be5ba317cccc527f665db42fa9a3 X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4673-BOS X-Timer: - - S1737644657.408769,VS0,VE1 + - S1757605878.159751,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_catalog_validate_all.yaml b/tests/extensions/cassettes/test_version/test_catalog_validate_all.yaml index 2cd0bceca..9958a844f 100644 --- a/tests/extensions/cassettes/test_version/test_catalog_validate_all.yaml +++ b/tests/extensions/cassettes/test_version/test_catalog_validate_all.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:18 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -91,19 +87,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 13fd24683995b649400badee0b9cdbbd320ccbe0 + - ea4978360fa53533bd08053539b00efc28cf6985 X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4665-BOS X-Timer: - - S1737644657.429739,VS0,VE1 + - S1757605878.239809,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_collection_add_version.yaml b/tests/extensions/cassettes/test_version/test_collection_add_version.yaml index ef25c85b2..1e002762f 100644 --- a/tests/extensions/cassettes/test_version/test_collection_add_version.yaml +++ b/tests/extensions/cassettes/test_version/test_collection_add_version.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:17 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 84dda9d2d6210390f14820e05fe3cfe0cf6d0713 + - 6476e3484316639fd3f2bebec0628d15a60558cc X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4654-BOS X-Timer: - - S1737644657.364801,VS0,VE1 + - S1757605878.997349,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_collection_validate_all.yaml b/tests/extensions/cassettes/test_version/test_collection_validate_all.yaml index 9c1c6d60c..3e1fe473a 100644 --- a/tests/extensions/cassettes/test_version/test_collection_validate_all.yaml +++ b/tests/extensions/cassettes/test_version/test_collection_validate_all.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:18 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 73b3dbe2a8e5d269e37025782f95d5973d7c4c6e + - 9d3011b53e4b80e9ecf15e118088ac32fca87a32 X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4641-BOS X-Timer: - - S1737644657.387893,VS0,VE1 + - S1757605878.081506,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_latest.yaml b/tests/extensions/cassettes/test_version/test_latest.yaml index a5239cfcf..e2db039eb 100644 --- a/tests/extensions/cassettes/test_version/test_latest.yaml +++ b/tests/extensions/cassettes/test_version/test_latest.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:17 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - b0191de53143f93dccef994670fc768af8b155da + - 4bac1c9dfe3353e70f3fd6585967ae0341ba657d X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4689-BOS X-Timer: - - S1737644657.258438,VS0,VE1 + - S1757605878.613827,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_optional_version.yaml b/tests/extensions/cassettes/test_version/test_optional_version.yaml index ab673acdd..fb1c052a9 100644 --- a/tests/extensions/cassettes/test_version/test_optional_version.yaml +++ b/tests/extensions/cassettes/test_version/test_optional_version.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:18 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 0fa18f33f85294f2c71726bff77af79c42376d57 + - 0f61ed8c107e61e296214629af8366336090e93c X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4631-BOS X-Timer: - - S1737644657.454668,VS0,VE1 + - S1757605878.334062,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_predecessor.yaml b/tests/extensions/cassettes/test_version/test_predecessor.yaml index 96a6fec92..b4d27fbdf 100644 --- a/tests/extensions/cassettes/test_version/test_predecessor.yaml +++ b/tests/extensions/cassettes/test_version/test_predecessor.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:17 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 501997f8f16f1144c5b1a14a539f4823587070d6 + - ee179789cb698339bccfbf0ae10cd4931b10c636 X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4686-BOS X-Timer: - - S1737644657.282702,VS0,VE1 + - S1757605878.700460,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_successor.yaml b/tests/extensions/cassettes/test_version/test_successor.yaml index e2e50e94b..a2fffc0e0 100644 --- a/tests/extensions/cassettes/test_version/test_successor.yaml +++ b/tests/extensions/cassettes/test_version/test_successor.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:17 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e588b90c94535f206b7f052a907b8e2897f99305 + - 86cd0355c4f0ab9829557dc0c226cba84e6f5c49 X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300077-DEN + - cache-bos4676-BOS X-Timer: - - S1737644657.307196,VS0,VE3 + - S1757605878.794081,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_version/test_version_in_properties.yaml b/tests/extensions/cassettes/test_version/test_version_in_properties.yaml index 17c32fdb4..e12e9b655 100644 --- a/tests/extensions/cassettes/test_version/test_version_in_properties.yaml +++ b/tests/extensions/cassettes/test_version/test_version_in_properties.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/version/v1.2.0/schema.json response: @@ -65,17 +61,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3405' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:17 GMT ETag: - '"645249bd-d4d"' Last-Modified: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c626a3d457f95b54854812e74c6c9a45b7e62835 + - f9795f155ecbc879d0c72d404e5b7af9e9dd1b46 X-GitHub-Request-Id: - - D01F:1077E4:105B8A5:12382A6:67925A70 + - 7032:A4A55:2162D75:253434B:68C2EE9B X-Served-By: - - cache-den-kden1300040-DEN + - cache-bos4621-BOS X-Timer: - - S1737644657.182337,VS0,VE1 + - S1757605877.346270,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:33 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_view/test_azimuth.yaml b/tests/extensions/cassettes/test_view/test_azimuth.yaml index 830b4b031..5208e3fee 100644 --- a/tests/extensions/cassettes/test_view/test_azimuth.yaml +++ b/tests/extensions/cassettes/test_view/test_azimuth.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -65,21 +61,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '8' + - '364' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:19 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -91,19 +87,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 9b17b3bc406c34c5d135ab9ec7cc55a62774d85c + - 93f1f03fa00865c90d9d0a2f3f2023ad6ebf2c7f X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4681-BOS X-Timer: - - S1737644658.507357,VS0,VE0 + - S1757605879.016357,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -112,12 +106,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -177,17 +167,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '350' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:19 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -205,17 +195,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 5e11446b3ff221d12e9e125fbf481bb6555d5f27 + - 17c5d71e8b8109002c6fa39279edb202e4bfd632 X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4690-BOS X-Timer: - - S1737644658.525927,VS0,VE1 + - S1757605879.090662,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_view/test_incidence_angle.yaml b/tests/extensions/cassettes/test_view/test_incidence_angle.yaml index a9a7a2b53..c382e9085 100644 --- a/tests/extensions/cassettes/test_view/test_incidence_angle.yaml +++ b/tests/extensions/cassettes/test_view/test_incidence_angle.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -65,21 +61,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '8' + - '364' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:18 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 166cdb5ba6301dbd84068f93e29adb3c9526d44d + - a966c945542031a87eb6e139b23b4fdeefcc1b32 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300059-DEN + - cache-bos4691-BOS X-Timer: - - S1737644658.552283,VS0,VE1 + - S1757605879.838876,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -112,12 +106,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -177,17 +167,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '350' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:18 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -205,17 +195,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - b6ce64f3698a7e2df545b7705912ba56480af498 + - 0344106e07d543980d51f1c428b6f5b11e7e87f1 X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4621-BOS X-Timer: - - S1737644658.570423,VS0,VE1 + - S1757605879.916157,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_view/test_off_nadir.yaml b/tests/extensions/cassettes/test_view/test_off_nadir.yaml index c4de661bd..8cf7febe6 100644 --- a/tests/extensions/cassettes/test_view/test_off_nadir.yaml +++ b/tests/extensions/cassettes/test_view/test_off_nadir.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -65,21 +61,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '8' + - '364' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:18 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -91,19 +87,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - f49882016ce04d9ce8cd7b20d0222d9f348fa968 + - 9b2cbd7b60eb1d4ab8cbe887d06b9e0a9570ae61 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4672-BOS X-Timer: - - S1737644658.596775,VS0,VE0 + - S1757605879.679590,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -112,12 +106,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -177,17 +167,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '350' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:18 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -205,17 +195,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - b3e9bcea570edd001de990a0475b9568c3715940 + - e6f8ffbb73ad0afe551b27e53133fd1dd14db1d3 X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4684-BOS X-Timer: - - S1737644658.614538,VS0,VE1 + - S1757605879.753677,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_view/test_sun_azimuth.yaml b/tests/extensions/cassettes/test_view/test_sun_azimuth.yaml index ec025e476..2e447485c 100644 --- a/tests/extensions/cassettes/test_view/test_sun_azimuth.yaml +++ b/tests/extensions/cassettes/test_view/test_sun_azimuth.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -65,21 +61,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '8' + - '364' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:19 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -91,19 +87,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - ca4c5b8b33271714aa061c5242e9553b48d89e61 + - 92a30d073aca2b8d783ff7965c6607cc614146a4 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4642-BOS X-Timer: - - S1737644658.641114,VS0,VE1 + - S1757605879.174497,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -112,12 +106,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -177,17 +167,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '350' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:19 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -205,17 +195,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 703777e7f0c43efe3ac05fa1a9e3242e0d312c9c + - 1c9ccea2424ea316c4747fbbc94ddf0e16cbd287 X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4637-BOS X-Timer: - - S1737644658.660304,VS0,VE1 + - S1757605879.252300,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_view/test_sun_elevation.yaml b/tests/extensions/cassettes/test_view/test_sun_elevation.yaml index ee3f73811..298b0a3a9 100644 --- a/tests/extensions/cassettes/test_view/test_sun_elevation.yaml +++ b/tests/extensions/cassettes/test_view/test_sun_elevation.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -65,21 +61,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '8' + - '365' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:19 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -91,19 +87,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 1f22f7638370d01025d4a418e7745652d3d4f576 + - 9c455742885a4586227aa974964836c72d1193e9 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4622-BOS X-Timer: - - S1737644658.686290,VS0,VE0 + - S1757605879.349683,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -112,12 +106,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -177,17 +167,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '350' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:19 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -205,17 +195,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 52323fb600a38567338770afb6fe9a075e6f0f66 + - c3dbeeed12e3e1b96094bb47fe8a9f724193b5be X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4653-BOS X-Timer: - - S1737644658.704913,VS0,VE1 + - S1757605879.423264,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_view/test_validate_view.yaml b/tests/extensions/cassettes/test_view/test_validate_view.yaml index ef0491a5e..86fe9582b 100644 --- a/tests/extensions/cassettes/test_view/test_validate_view.yaml +++ b/tests/extensions/cassettes/test_view/test_validate_view.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -65,21 +61,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '9' + - '364' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:18 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -93,17 +89,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 30da14aacf8ff7791bb33d6be4f108cdd1ab2d0a + - eb40b8c62a07fd12ea60cd3e0dc2fea322208d25 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4675-BOS X-Timer: - - S1737644658.747606,VS0,VE1 + - S1757605879.513287,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -112,12 +106,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -177,17 +167,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '350' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:18 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -205,17 +195,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 091ea0482ae595288e2282544d55dc4eb03b25cf + - 09de6858f38e155edb1d204cfd3ea2fff29fddef X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4655-BOS X-Timer: - - S1737644658.766686,VS0,VE1 + - S1757605879.589720,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_xarray_assets/test_collection_validate.yaml b/tests/extensions/cassettes/test_xarray_assets/test_collection_validate.yaml index 18d340f49..4514c0a6c 100644 --- a/tests/extensions/cassettes/test_xarray_assets/test_collection_validate.yaml +++ b/tests/extensions/cassettes/test_xarray_assets/test_collection_validate.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/xarray-assets/v1.0.0/schema.json response: @@ -59,17 +55,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2992' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:19 GMT ETag: - '"60dcd7ae-bb0"' Last-Modified: @@ -87,17 +83,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 23a2a04586c9d58695c830adc69b945d900a89f6 + - e9dec127e4753155db0cdc527383d705822f94af X-GitHub-Request-Id: - - D340:3FEBF1:1029C9A:12065EA:67925A71 + - 1500:E8E53:1F59330:2329BE7:68C2EE9E X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4624-BOS X-Timer: - - S1737644658.913917,VS0,VE1 + - S1757605880.625969,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:35 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_xarray_assets/test_item_validate.yaml b/tests/extensions/cassettes/test_xarray_assets/test_item_validate.yaml index 28c9850b0..146a7e268 100644 --- a/tests/extensions/cassettes/test_xarray_assets/test_item_validate.yaml +++ b/tests/extensions/cassettes/test_xarray_assets/test_item_validate.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/xarray-assets/v1.0.0/schema.json response: @@ -59,17 +55,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2992' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:19 GMT ETag: - '"60dcd7ae-bb0"' Last-Modified: @@ -83,21 +79,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - c898b637c18eea64650e7d7fa1351e8ed210ed09 + - f9a9dcd2b1fde5c0df4c8b89808aac99ca0eb450 X-GitHub-Request-Id: - - D340:3FEBF1:1029C9A:12065EA:67925A71 + - 1500:E8E53:1F59330:2329BE7:68C2EE9E X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4634-BOS X-Timer: - - S1737644658.803239,VS0,VE83 + - S1757605880.536473,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:35 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_xarray_assets/test_set_field[open_kwargs-value1].yaml b/tests/extensions/cassettes/test_xarray_assets/test_set_field[open_kwargs-value1].yaml index 8258ff28a..f73c1909d 100644 --- a/tests/extensions/cassettes/test_xarray_assets/test_set_field[open_kwargs-value1].yaml +++ b/tests/extensions/cassettes/test_xarray_assets/test_set_field[open_kwargs-value1].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/xarray-assets/v1.0.0/schema.json response: @@ -59,17 +55,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2992' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:19 GMT ETag: - '"60dcd7ae-bb0"' Last-Modified: @@ -87,17 +83,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 8ba345d728af263bb108fc9c8157211a52342028 + - 01f52138d03a2d308b9b1f77a5d003aa9d50ddea X-GitHub-Request-Id: - - D340:3FEBF1:1029C9A:12065EA:67925A71 + - 1500:E8E53:1F59330:2329BE7:68C2EE9E X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4625-BOS X-Timer: - - S1737644658.968478,VS0,VE1 + - S1757605880.797007,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:35 GMT x-proxy-cache: - MISS status: diff --git a/tests/extensions/cassettes/test_xarray_assets/test_set_field[storage_options-value0].yaml b/tests/extensions/cassettes/test_xarray_assets/test_set_field[storage_options-value0].yaml index fa76317f5..ead00bc4b 100644 --- a/tests/extensions/cassettes/test_xarray_assets/test_set_field[storage_options-value0].yaml +++ b/tests/extensions/cassettes/test_xarray_assets/test_set_field[storage_options-value0].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/xarray-assets/v1.0.0/schema.json response: @@ -59,17 +55,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2992' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:17 GMT + - Thu, 11 Sep 2025 15:51:19 GMT ETag: - '"60dcd7ae-bb0"' Last-Modified: @@ -87,17 +83,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 00aee853a0c741ae53f92d432ac09b1c3b49125c + - b43465fabc364e8e20077ed1c0f962a05a3442fe X-GitHub-Request-Id: - - D340:3FEBF1:1029C9A:12065EA:67925A71 + - 1500:E8E53:1F59330:2329BE7:68C2EE9E X-Served-By: - - cache-den-kden1300040-DEN + - cache-bos4653-BOS X-Timer: - - S1737644658.942696,VS0,VE1 + - S1757605880.714020,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:17 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:35 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all.yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all.yaml index 53a1522ce..3ff31b9c2 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all.yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '38' + - '422' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:39 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -136,19 +132,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - e343f510e30fb0e7b0da2c8560204b6a5fab7d8d + - ebacd30bc14dbb83789f73144910dcc0de2b0f65 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4646-BOS X-Timer: - - S1737644698.860720,VS0,VE1 + - S1757605960.882614,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_deprecated_dict_arg.yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_deprecated_dict_arg.yaml index 6b2a099e1..a2a444dcd 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_deprecated_dict_arg.yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_deprecated_dict_arg.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '38' + - '422' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:39 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,17 +134,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 26cd1e5c6377f4aaf0f29bd33293acd12d96d394 + - 86fa5a02b8ffe8141e1cab3967857ca13a6d4f02 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4641-BOS X-Timer: - - S1737644698.795092,VS0,VE2 + - S1757605960.726986,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case0].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case0].yaml index 06590a5a5..3ef10db01 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case0].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case0].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '38' + - '422' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:40 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -136,19 +132,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 0dd56d98fcb164ba837d8ccab87c008f4e66f100 + - 26133ab205b0cc4ce2de2eff1443e3c9ef7bf657 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4642-BOS X-Timer: - - S1737644698.915288,VS0,VE1 + - S1757605960.046245,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: @@ -157,12 +151,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -213,7 +203,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -223,17 +213,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:40 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:57 GMT + - Thu, 11 Sep 2025 15:57:40 GMT Source-Age: - - '28' + - '58' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -243,15 +233,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 67f54e86d4934b1dbe1d9b0f568f127724eccdc5 + - 063a013b9f5b534a2dd44fa16204b3f3e47ab17e X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4686-BOS X-Timer: - - S1737644698.976596,VS0,VE1 + - S1757605960.185871,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -260,12 +250,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -337,7 +323,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -347,35 +333,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:40 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:09:57 GMT + - Thu, 11 Sep 2025 15:57:40 GMT Source-Age: - - '27' + - '58' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '24' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 80259c4bfa2c07a2867bce964cd8757b820bafd6 + - 8da8be92c62c779967d3727e1e4e59c9b9be4b06 X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4634-BOS X-Timer: - - S1737644698.993681,VS0,VE1 + - S1757605960.255840,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -384,12 +370,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/item.json response: @@ -493,17 +475,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6970' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:40 GMT ETag: - '"66e1651c-1b3a"' Last-Modified: @@ -515,19 +497,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 7e42e3f9bfcd389e075556978e14debfe5f9017b + - da9ee7e3c89eb60d85d24f68a59a9753a3396818 X-GitHub-Request-Id: - - DB9E:12A08B:1291AD5:151D9A9:67925A97 + - BF31:3B188F:1EF9FB5:2255ED5:68C2EEF6 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4638-BOS X-Timer: - - S1737644698.012587,VS0,VE63 + - S1757605960.346992,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -536,12 +518,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/basics.json response: @@ -560,17 +538,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '538' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:40 GMT ETag: - '"66e1651c-21a"' Last-Modified: @@ -582,19 +560,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - - '0' + - '2' X-Fastly-Request-ID: - - 41751f3201fd19a442b13b8472bec9587bf5c5c4 + - ebdc696c2be9a1b3364389dba6ec0309b7e352dc X-GitHub-Request-Id: - - E8AE:19BE31:12E009D:156BF84:67925A98 + - C9D0:1561A9:1E3A377:21988BC:68C2EEF4 X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4620-BOS X-Timer: - - S1737644698.098263,VS0,VE55 + - S1757605960.443257,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -603,12 +581,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/datetime.json response: @@ -640,17 +614,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1477' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:40 GMT ETag: - '"66e1651c-5c5"' Last-Modified: @@ -662,19 +636,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - - '0' + - '2' X-Fastly-Request-ID: - - 2b2b58fbae0bd52526451d20b96fc0d8661e5bd3 + - 761e814062cfbc2b6d215ab0232b60015b600169 X-GitHub-Request-Id: - - 3D6B:2A3DED:11A53BA:14311CA:67925A9A + - B8DE:2B753C:1FB3308:2311128:68C2EEF6 X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4690-BOS X-Timer: - - S1737644698.173487,VS0,VE71 + - S1757605961.521880,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -683,12 +657,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/instrument.json response: @@ -709,17 +679,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '701' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:40 GMT ETag: - '"66e1651c-2bd"' Last-Modified: @@ -731,21 +701,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - f96ea5a6c23a63b6571158018b4201106f4e8dc3 + - 9b30d6200d526026e432199febe7d43ff14ae28c X-GitHub-Request-Id: - - BC75:2CA3FC:11F6658:1482525:67925A98 + - 448A:38B0E6:1FA06BD:22FBE14:68C2EEF6 X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4673-BOS X-Timer: - - S1737644698.267961,VS0,VE53 + - S1757605961.612080,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -754,12 +722,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/licensing.json response: @@ -775,17 +739,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '307' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:40 GMT ETag: - '"66e1651c-133"' Last-Modified: @@ -797,19 +761,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - bad275d9bbf570893ffc487958d02040df68f3ca + - f6068d9370798eb046ee12d2b148741461392793 X-GitHub-Request-Id: - - 0E83:2CA3FC:11F6670:1482536:67925A98 + - 13EA:108A1F:1F46494:22A2D65:68C2EEF6 X-Served-By: - - cache-den-kden1300049-DEN + - cache-bos4652-BOS X-Timer: - - S1737644698.345339,VS0,VE59 + - S1757605961.699635,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -820,12 +784,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/provider.json response: @@ -852,17 +812,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1140' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:40 GMT ETag: - '"66e1651c-474"' Last-Modified: @@ -874,19 +834,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 20af34dee451445c5ab0a21c0cbe2c8cf3b2f419 + - 5707954c6f61ca6e5a8a00639478b8580df2def5 X-GitHub-Request-Id: - - 776B:21E15:12E0ED4:156CE64:67925A9A + - 60B8:99D9B:1ED51A9:2232520:68C2EEF6 X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4687-BOS X-Timer: - - S1737644698.427965,VS0,VE64 + - S1757605961.782036,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -897,12 +857,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/asset/json-schema/schema.json response: @@ -929,7 +885,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1002' Content-Security-Policy: @@ -939,17 +895,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:41 GMT ETag: - '"cffbb0036f526b016f24477e0ad674e75b6fefb89708ca796686de9d2e2a67ed"' Expires: - - Thu, 23 Jan 2025 15:09:58 GMT + - Thu, 11 Sep 2025 15:57:41 GMT Source-Age: - - '27' + - '58' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -959,15 +915,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0f17f98dcced13ca671ab05c3b98b9fdcb46816e + - 35e2ab66a41a3eb1d440b49bc811a646de523ee9 X-Frame-Options: - deny X-GitHub-Request-Id: - - A6F4:38A00F:20C285:241345:67925A7C + - 635E:2ACBC:149CBC:1913A5:68C2EEB7 X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4652-BOS X-Timer: - - S1737644699.807177,VS0,VE1 + - S1757605961.400085,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case1].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case1].yaml index f276ca838..89c0eb1c9 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case1].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case1].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '39' + - '423' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:41 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,17 +134,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 36e6038cc92a848ce97d25986c4b7c71175b8ab2 + - 424caf1161e537a0afe4f26715a52a15c8b00a82 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4627-BOS X-Timer: - - S1737644699.844654,VS0,VE1 + - S1757605961.496075,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: @@ -157,12 +151,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -213,7 +203,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -223,35 +213,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:41 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:58 GMT + - Thu, 11 Sep 2025 15:57:41 GMT Source-Age: - - '28' + - '59' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e7f86363d01ac8573961ab718b1b3bae52873346 + - 9a46b6e59f4430d3146a3a418bee415708776896 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300061-DEN + - cache-bos4626-BOS X-Timer: - - S1737644699.883374,VS0,VE0 + - S1757605962.592067,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -260,12 +250,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -337,7 +323,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -347,17 +333,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:41 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:09:58 GMT + - Thu, 11 Sep 2025 15:57:41 GMT Source-Age: - - '28' + - '59' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -367,15 +353,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 77eb658d79a4036f767ae273a9f1591404a6b9d2 + - c02b46d86fd9a63dbbe5692b2681c0b9ff45b596 X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4659-BOS X-Timer: - - S1737644699.899610,VS0,VE1 + - S1757605962.660078,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -384,12 +370,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/item.json response: @@ -493,17 +475,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6970' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:41 GMT ETag: - '"66e1651c-1b3a"' Last-Modified: @@ -519,15 +501,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - cff3ca2e3a11521bf0c2c6e0958ea3fc27d3f978 + - 33f0a525026988388f5b84ec2626e7f9ade6a693 X-GitHub-Request-Id: - - DB9E:12A08B:1291AD5:151D9A9:67925A97 + - BF31:3B188F:1EF9FB5:2255ED5:68C2EEF6 X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4657-BOS X-Timer: - - S1737644699.916878,VS0,VE1 + - S1757605962.732267,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -536,12 +518,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/basics.json response: @@ -560,17 +538,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '538' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:41 GMT ETag: - '"66e1651c-21a"' Last-Modified: @@ -584,17 +562,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - aef918c4c15ae6fde3d3b129aa67f177611171d8 + - f42264c0fe1599f757bb4490d6bfb5f0dd26370d X-GitHub-Request-Id: - - E8AE:19BE31:12E009D:156BF84:67925A98 + - C9D0:1561A9:1E3A377:21988BC:68C2EEF4 X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4655-BOS X-Timer: - - S1737644699.937914,VS0,VE1 + - S1757605962.814186,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -603,12 +581,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/datetime.json response: @@ -640,17 +614,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1477' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:41 GMT ETag: - '"66e1651c-5c5"' Last-Modified: @@ -664,17 +638,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 8650e93e5779ea599ea4c01f6438609fc536f172 + - 64ff36a83919154fd7d81ade85796dbc0b0f66c2 X-GitHub-Request-Id: - - 3D6B:2A3DED:11A53BA:14311CA:67925A9A + - B8DE:2B753C:1FB3308:2311128:68C2EEF6 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4626-BOS X-Timer: - - S1737644699.954774,VS0,VE1 + - S1757605962.883974,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -683,12 +657,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/instrument.json response: @@ -709,17 +679,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '701' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:41 GMT ETag: - '"66e1651c-2bd"' Last-Modified: @@ -735,17 +705,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 0e0290eb13521c650107c8c9f92b0da4e6174303 + - 57a6c26b687cea4196f9aeb3a6580f8b9e995492 X-GitHub-Request-Id: - - BC75:2CA3FC:11F6658:1482525:67925A98 + - 448A:38B0E6:1FA06BD:22FBE14:68C2EEF6 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4661-BOS X-Timer: - - S1737644699.972437,VS0,VE1 + - S1757605962.949449,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:58 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -754,12 +722,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/licensing.json response: @@ -775,17 +739,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '307' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:58 GMT + - Thu, 11 Sep 2025 15:52:42 GMT ETag: - '"66e1651c-133"' Last-Modified: @@ -801,15 +765,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 7149309d155036619ebdbf17469b5c0ecdecfe29 + - e2ce81b2f7819dd0969655c190b2daee12476f5e X-GitHub-Request-Id: - - 0E83:2CA3FC:11F6670:1482536:67925A98 + - 13EA:108A1F:1F46494:22A2D65:68C2EEF6 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4630-BOS X-Timer: - - S1737644699.990218,VS0,VE1 + - S1757605962.019707,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -820,12 +784,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/provider.json response: @@ -852,17 +812,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1140' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:42 GMT ETag: - '"66e1651c-474"' Last-Modified: @@ -878,15 +838,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c46b5b4374e96f2ed4caf4d15fa1d9cb6feecf4a + - 989da648aa6b096be12b1c28aad48556652476e1 X-GitHub-Request-Id: - - 776B:21E15:12E0ED4:156CE64:67925A9A + - 60B8:99D9B:1ED51A9:2232520:68C2EEF6 X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4664-BOS X-Timer: - - S1737644699.008829,VS0,VE1 + - S1757605962.096166,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -897,12 +857,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/asset/json-schema/schema.json response: @@ -929,7 +885,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1002' Content-Security-Policy: @@ -939,17 +895,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:42 GMT ETag: - '"cffbb0036f526b016f24477e0ad674e75b6fefb89708ca796686de9d2e2a67ed"' Expires: - - Thu, 23 Jan 2025 15:09:59 GMT + - Thu, 11 Sep 2025 15:57:42 GMT Source-Age: - - '28' + - '60' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -959,15 +915,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 9f06864f9e32ae12bc744c3b3ed30b882d6c80f2 + - 5a0d0c422b2b0ba412948359f7bc8cfa8c8fe149 X-Frame-Options: - deny X-GitHub-Request-Id: - - A6F4:38A00F:20C285:241345:67925A7C + - 635E:2ACBC:149CBC:1913A5:68C2EEB7 X-Served-By: - - cache-den-kden1300040-DEN + - cache-bos4666-BOS X-Timer: - - S1737644699.332777,VS0,VE2 + - S1757605963.725679,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case2].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case2].yaml index 64145ec55..e5208ca6f 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case2].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case2].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -58,7 +54,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -68,35 +64,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:42 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:59 GMT + - Thu, 11 Sep 2025 15:57:42 GMT Source-Age: - - '29' + - '61' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 90c7d94fc9c3a0ad6e258d9024bab9fe1cdaf2a4 + - 7cf9efbe563201bf0a888e358650a707e2d08811 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4676-BOS X-Timer: - - S1737644699.378434,VS0,VE0 + - S1757605963.805878,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -105,12 +101,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -182,7 +174,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -192,35 +184,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:42 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:09:59 GMT + - Thu, 11 Sep 2025 15:57:42 GMT Source-Age: - - '29' + - '60' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7c24ad29ec74f2fbae64e49263944fc0a0d76c8a + - 306d0d0dfd7bd1551948ba5ce21f91b045a01155 X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4659-BOS X-Timer: - - S1737644699.396934,VS0,VE1 + - S1757605963.878023,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -229,12 +221,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/item.json response: @@ -338,17 +326,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6970' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:42 GMT ETag: - '"66e1651c-1b3a"' Last-Modified: @@ -362,17 +350,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '3' X-Fastly-Request-ID: - - 59c5ef287782260a3aa513ba776ae107d43e2da2 + - c67bcffce65a6707c232c8b21efed2cc2fda34e5 X-GitHub-Request-Id: - - DB9E:12A08B:1291AD5:151D9A9:67925A97 + - BF31:3B188F:1EF9FB5:2255ED5:68C2EEF6 X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4691-BOS X-Timer: - - S1737644699.415856,VS0,VE0 + - S1757605963.964163,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -381,12 +369,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/basics.json response: @@ -405,17 +389,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '538' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:43 GMT ETag: - '"66e1651c-21a"' Last-Modified: @@ -431,15 +415,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - a42ed2c6993d8106a5e9070a3fb319673412b2f8 + - a1742fc4050f8dfd1f37952ac87074f2ebbe625e X-GitHub-Request-Id: - - E8AE:19BE31:12E009D:156BF84:67925A98 + - C9D0:1561A9:1E3A377:21988BC:68C2EEF4 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4656-BOS X-Timer: - - S1737644699.437330,VS0,VE2 + - S1757605963.066020,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -448,12 +432,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/datetime.json response: @@ -485,17 +465,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1477' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:43 GMT ETag: - '"66e1651c-5c5"' Last-Modified: @@ -509,17 +489,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - c0e9d9835452765817d7b8364af124c704abf352 + - 9557fcf87053f5d0eb63a247e61e5b6a9a93a9bd X-GitHub-Request-Id: - - 3D6B:2A3DED:11A53BA:14311CA:67925A9A + - B8DE:2B753C:1FB3308:2311128:68C2EEF6 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4654-BOS X-Timer: - - S1737644699.456280,VS0,VE1 + - S1757605963.155215,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -528,12 +508,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/instrument.json response: @@ -554,17 +530,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '701' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:43 GMT ETag: - '"66e1651c-2bd"' Last-Modified: @@ -580,17 +556,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - fac8c573cdb882dfc664c2b18dde5d8dbd7cca5f + - 7fdd72be3eea0352208973ff36e0ce6915f3080b X-GitHub-Request-Id: - - BC75:2CA3FC:11F6658:1482525:67925A98 + - 448A:38B0E6:1FA06BD:22FBE14:68C2EEF6 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4631-BOS X-Timer: - - S1737644699.474605,VS0,VE1 + - S1757605963.225671,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -599,12 +573,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/licensing.json response: @@ -620,17 +590,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '307' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:43 GMT ETag: - '"66e1651c-133"' Last-Modified: @@ -646,15 +616,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 70d4d7c8b79847d4bcf8c1f2ced2a685eb9a1622 + - 15bda26604f4fc180180e2557373385247e3531c X-GitHub-Request-Id: - - 0E83:2CA3FC:11F6670:1482536:67925A98 + - 13EA:108A1F:1F46494:22A2D65:68C2EEF6 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4684-BOS X-Timer: - - S1737644699.493467,VS0,VE1 + - S1757605963.316206,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -665,12 +635,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/provider.json response: @@ -697,17 +663,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1140' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:43 GMT ETag: - '"66e1651c-474"' Last-Modified: @@ -723,15 +689,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 6181132f1f1b32fa1b60f074e82985323412116f + - 6fa72e6ae85dcc4213be33e5d9d78a2ca9072777 X-GitHub-Request-Id: - - 776B:21E15:12E0ED4:156CE64:67925A9A + - 60B8:99D9B:1ED51A9:2232520:68C2EEF6 X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4679-BOS X-Timer: - - S1737644700.510923,VS0,VE1 + - S1757605963.402932,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -742,12 +708,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -850,17 +812,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '40' + - '425' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:43 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -878,17 +840,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 24fe0345f205c0ea885b8480783ff7d55d598589 + - 39ef2419148e2a71c522936053d820efe61ddbc8 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4624-BOS X-Timer: - - S1737644700.539762,VS0,VE1 + - S1757605963.491957,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: @@ -897,12 +857,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/asset/json-schema/schema.json response: @@ -929,7 +885,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1002' Content-Security-Policy: @@ -939,17 +895,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:44 GMT ETag: - '"cffbb0036f526b016f24477e0ad674e75b6fefb89708ca796686de9d2e2a67ed"' Expires: - - Thu, 23 Jan 2025 15:09:59 GMT + - Thu, 11 Sep 2025 15:57:44 GMT Source-Age: - - '28' + - '61' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -959,15 +915,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - cdbebf92bb58e019f5636490516e769d16c2df7c + - d362d6960f257885859f07f7df5c6185167cb382 X-Frame-Options: - deny X-GitHub-Request-Id: - - A6F4:38A00F:20C285:241345:67925A7C + - 635E:2ACBC:149CBC:1913A5:68C2EEB7 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4693-BOS X-Timer: - - S1737644700.832763,VS0,VE1 + - S1757605964.114032,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case3].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case3].yaml index 92b43ff65..3b57b9581 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case3].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case3].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -110,17 +106,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '40' + - '426' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:59 GMT + - Thu, 11 Sep 2025 15:52:44 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,17 +134,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 517cd8c133bec18421e9cb7b88b6dde641d695dd + - df892dec9b4482b8dd6f69f9ea267f17dd767427 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4643-BOS X-Timer: - - S1737644700.870812,VS0,VE1 + - S1757605964.212121,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: @@ -157,12 +151,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -213,7 +203,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -223,17 +213,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:44 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:10:00 GMT + - Thu, 11 Sep 2025 15:57:44 GMT Source-Age: - - '30' + - '63' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -243,15 +233,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 872f8fdb739a1fbc816b8f3c6d6eedad9ed1003f + - cc651262759972d899470f58d77f75ef8b20a808 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4660-BOS X-Timer: - - S1737644700.244116,VS0,VE1 + - S1757605965.909498,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -260,12 +250,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -337,7 +323,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -347,35 +333,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:44 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:10:00 GMT + - Thu, 11 Sep 2025 15:57:44 GMT Source-Age: - - '30' + - '62' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b81ebd8668f618e06e1920d666da885fafeca6a8 + - 41760543072a5169be90804c4ddf7e6011727bfe X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4659-BOS X-Timer: - - S1737644700.260869,VS0,VE1 + - S1757605965.972498,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -384,12 +370,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/item.json response: @@ -493,17 +475,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6970' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:45 GMT ETag: - '"66e1651c-1b3a"' Last-Modified: @@ -519,15 +501,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 356cce180fdb394bf3c85040a0f0e31108e8b0ed + - 5974cb448f6e04b47ebf994afc728dee19596583 X-GitHub-Request-Id: - - DB9E:12A08B:1291AD5:151D9A9:67925A97 + - BF31:3B188F:1EF9FB5:2255ED5:68C2EEF6 X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4653-BOS X-Timer: - - S1737644700.278654,VS0,VE1 + - S1757605965.037328,VS0,VE18 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -536,12 +518,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/basics.json response: @@ -560,17 +538,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '538' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:45 GMT ETag: - '"66e1651c-21a"' Last-Modified: @@ -586,15 +564,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 73ef5f17c2bbd88ab7404ea7fcefc1ff3ddfd763 + - 0ea997bd5af9e57b6e615c16ac8771a68ecdb7f2 X-GitHub-Request-Id: - - E8AE:19BE31:12E009D:156BF84:67925A98 + - C9D0:1561A9:1E3A377:21988BC:68C2EEF4 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4675-BOS X-Timer: - - S1737644700.298714,VS0,VE1 + - S1757605965.140707,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -603,12 +581,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/datetime.json response: @@ -640,17 +614,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1477' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:45 GMT ETag: - '"66e1651c-5c5"' Last-Modified: @@ -666,15 +640,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 6bf5344131743eb0c6fdbbfd873de65a2975084b + - 6035d75b518194f2227be153ff52f4add383627b X-GitHub-Request-Id: - - 3D6B:2A3DED:11A53BA:14311CA:67925A9A + - B8DE:2B753C:1FB3308:2311128:68C2EEF6 X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4633-BOS X-Timer: - - S1737644700.314864,VS0,VE1 + - S1757605965.210606,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -683,12 +657,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/instrument.json response: @@ -709,17 +679,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '701' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:45 GMT ETag: - '"66e1651c-2bd"' Last-Modified: @@ -735,17 +705,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - a7832cf119c74be01ec11f032c550a48edc76f6d + - 4878b25cbf60f2f43a9ef54964f847c228b4e185 X-GitHub-Request-Id: - - BC75:2CA3FC:11F6658:1482525:67925A98 + - 448A:38B0E6:1FA06BD:22FBE14:68C2EEF6 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4684-BOS X-Timer: - - S1737644700.331183,VS0,VE1 + - S1757605965.279714,VS0,VE4 expires: - - Thu, 23 Jan 2025 15:14:58 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -754,12 +722,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/licensing.json response: @@ -775,17 +739,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '307' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:45 GMT ETag: - '"66e1651c-133"' Last-Modified: @@ -801,15 +765,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 4bbc7a684efbe90bdbfe5ff030d3b424c8481a47 + - 2cd47569b5deeacb23c0daab939dbf69507a1a12 X-GitHub-Request-Id: - - 0E83:2CA3FC:11F6670:1482536:67925A98 + - 13EA:108A1F:1F46494:22A2D65:68C2EEF6 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4663-BOS X-Timer: - - S1737644700.348192,VS0,VE1 + - S1757605965.358112,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -820,12 +784,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/provider.json response: @@ -852,17 +812,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1140' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:45 GMT ETag: - '"66e1651c-474"' Last-Modified: @@ -876,17 +836,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 134069884d203291306883d02207207b423646bf + - e58ec716faf57677b5d87ad8dd7fadeddc03a23d X-GitHub-Request-Id: - - 776B:21E15:12E0ED4:156CE64:67925A9A + - 60B8:99D9B:1ED51A9:2232520:68C2EEF6 X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4668-BOS X-Timer: - - S1737644700.366821,VS0,VE1 + - S1757605965.439659,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -897,12 +857,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/asset/json-schema/schema.json response: @@ -929,7 +885,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1002' Content-Security-Policy: @@ -939,17 +895,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:46 GMT ETag: - '"cffbb0036f526b016f24477e0ad674e75b6fefb89708ca796686de9d2e2a67ed"' Expires: - - Thu, 23 Jan 2025 15:10:00 GMT + - Thu, 11 Sep 2025 15:57:46 GMT Source-Age: - - '29' + - '63' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -959,15 +915,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6bc838c7b6447da045952abd5dbf73f6913372a7 + - 76d4b0c5b3d8b29997c8e8475c9a51f1039c119a X-Frame-Options: - deny X-GitHub-Request-Id: - - A6F4:38A00F:20C285:241345:67925A7C + - 635E:2ACBC:149CBC:1913A5:68C2EEB7 X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4671-BOS X-Timer: - - S1737644701.659534,VS0,VE1 + - S1757605966.078430,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case4].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case4].yaml index d61a05aa2..e384fe61f 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case4].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case4].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -85,17 +81,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '51' + - '452' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:46 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -113,17 +109,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - cdd12f412874318f47fa4a8f82e2779cddfa4f89 + - 0f1a7248719e3dcb0afb65239430ad362caa9227 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4625-BOS X-Timer: - - S1737644701.692844,VS0,VE0 + - S1757605966.182378,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -132,12 +126,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -205,17 +195,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '52' + - '451' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:46 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -231,19 +221,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '0' X-Fastly-Request-ID: - - 20675de4f5fa1d0b40e286d19ac5896b2e015a42 + - d801a6566a8d5f706697eb3c22c5c05b046b1bf5 X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4651-BOS X-Timer: - - S1737644701.708815,VS0,VE0 + - S1757605966.259115,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -252,12 +240,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -315,21 +299,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '51' + - '451' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:46 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -343,17 +327,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - aed0b274142070c552d892abd209d5e864185617 + - 5ad8f21b738fb21ad14c14b6b79bc96865ae0aec X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4682-BOS X-Timer: - - S1737644701.724337,VS0,VE0 + - S1757605966.335257,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -362,12 +344,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -418,7 +396,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -428,17 +406,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:46 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:10:00 GMT + - Thu, 11 Sep 2025 15:57:46 GMT Source-Age: - - '30' + - '64' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -448,15 +426,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 06dc26b2a3d5ef97b5fd6cf4dd382850fecb928f + - 5fa2067de2b68c0ad00b3ca7c16568cbaef855d5 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4655-BOS X-Timer: - - S1737644701.757925,VS0,VE1 + - S1757605966.410170,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -465,12 +443,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -542,7 +516,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -552,17 +526,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:46 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:10:00 GMT + - Thu, 11 Sep 2025 15:57:46 GMT Source-Age: - - '30' + - '64' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -572,15 +546,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e59b875bd2ded27ba3190cad18415ccc7de7f4bb + - db970263f35e11ca690432c35ca4f452ef57d20a X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300071-DEN + - cache-bos4665-BOS X-Timer: - - S1737644701.775361,VS0,VE1 + - S1757605966.488000,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -589,12 +563,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/item.json response: @@ -698,17 +668,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6970' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:46 GMT ETag: - '"66e1651c-1b3a"' Last-Modified: @@ -724,15 +694,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 7b12d3de4701f4b576a0b58fe805119b27e62b3e + - f1c982a40191af3c54f778b088259a0c6421b7c8 X-GitHub-Request-Id: - - DB9E:12A08B:1291AD5:151D9A9:67925A97 + - BF31:3B188F:1EF9FB5:2255ED5:68C2EEF6 X-Served-By: - - cache-den-kden1300047-DEN + - cache-bos4688-BOS X-Timer: - - S1737644701.792539,VS0,VE1 + - S1757605967.579878,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -741,12 +711,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/basics.json response: @@ -765,17 +731,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '538' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:46 GMT ETag: - '"66e1651c-21a"' Last-Modified: @@ -791,15 +757,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f3981d7bcc3983f7ab905c357a85eeedc9993e8b + - 9e60b68762ed8caba40d572140ab5da5e031e079 X-GitHub-Request-Id: - - E8AE:19BE31:12E009D:156BF84:67925A98 + - C9D0:1561A9:1E3A377:21988BC:68C2EEF4 X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4690-BOS X-Timer: - - S1737644701.815261,VS0,VE1 + - S1757605967.670152,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -808,12 +774,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/datetime.json response: @@ -845,17 +807,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1477' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:46 GMT ETag: - '"66e1651c-5c5"' Last-Modified: @@ -871,15 +833,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 2d4e79fbf882b1f89e41ab2a6b5c9dc5571940a3 + - ef367bb2a4e9bf7137eb39cd883901e48f756f0b X-GitHub-Request-Id: - - 3D6B:2A3DED:11A53BA:14311CA:67925A9A + - B8DE:2B753C:1FB3308:2311128:68C2EEF6 X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4692-BOS X-Timer: - - S1737644701.832861,VS0,VE1 + - S1757605967.755940,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -888,12 +850,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/instrument.json response: @@ -914,17 +872,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '701' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:46 GMT ETag: - '"66e1651c-2bd"' Last-Modified: @@ -938,19 +896,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 97951c363342e5329983e941cabfa2e7c6be92d3 + - a73e7f260fb6acebe20d7fcb1493078c6f445104 X-GitHub-Request-Id: - - BC75:2CA3FC:11F6658:1482525:67925A98 + - 448A:38B0E6:1FA06BD:22FBE14:68C2EEF6 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4640-BOS X-Timer: - - S1737644701.849835,VS0,VE1 + - S1757605967.848994,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:58 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -959,12 +915,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/licensing.json response: @@ -980,17 +932,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '307' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:46 GMT ETag: - '"66e1651c-133"' Last-Modified: @@ -1004,17 +956,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '4' + - '2' X-Fastly-Request-ID: - - 75d52adf0a2d1c3e22fabfbb0d6752ee437ad939 + - c3f071f5c8560687e2664c373fbd3f9bb49edfd8 X-GitHub-Request-Id: - - 0E83:2CA3FC:11F6670:1482536:67925A98 + - 13EA:108A1F:1F46494:22A2D65:68C2EEF6 X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4621-BOS X-Timer: - - S1737644701.866982,VS0,VE0 + - S1757605967.937992,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -1025,12 +977,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/provider.json response: @@ -1057,17 +1005,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1140' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:47 GMT ETag: - '"66e1651c-474"' Last-Modified: @@ -1083,15 +1031,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 943474a59176f2ce85847b77bf1566e752483bf3 + - 18f4dd27b351d0bdbc1ce1a353c494a7f51966e3 X-GitHub-Request-Id: - - 776B:21E15:12E0ED4:156CE64:67925A9A + - 60B8:99D9B:1ED51A9:2232520:68C2EEF6 X-Served-By: - - cache-den-kden1300077-DEN + - cache-bos4660-BOS X-Timer: - - S1737644701.884036,VS0,VE1 + - S1757605967.028195,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -1102,12 +1050,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -1210,17 +1154,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '41' + - '429' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:00 GMT + - Thu, 11 Sep 2025 15:52:47 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -1236,19 +1180,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - e8f870d064e3cd4942ddc9942e4b0901f416a1d1 + - f9c18dd0c6e9cc23a4eaf776c28c4d250218fb68 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4627-BOS X-Timer: - - S1737644701.915923,VS0,VE1 + - S1757605967.122202,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: @@ -1257,12 +1199,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/asset/json-schema/schema.json response: @@ -1289,7 +1227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1002' Content-Security-Policy: @@ -1299,17 +1237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:05:01 GMT + - Thu, 11 Sep 2025 15:52:47 GMT ETag: - '"cffbb0036f526b016f24477e0ad674e75b6fefb89708ca796686de9d2e2a67ed"' Expires: - - Thu, 23 Jan 2025 15:10:01 GMT + - Thu, 11 Sep 2025 15:57:47 GMT Source-Age: - - '30' + - '65' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -1319,15 +1257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 749e857a5032a00560ef7d52243081f1847ec36c + - c0f6b2f6efbe068c77dbd4f4e9bf532a20ca3e86 X-Frame-Options: - deny X-GitHub-Request-Id: - - A6F4:38A00F:20C285:241345:67925A7C + - 635E:2ACBC:149CBC:1913A5:68C2EEB7 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4660-BOS X-Timer: - - S1737644701.210043,VS0,VE3 + - S1757605968.751937,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case5].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case5].yaml index 3599bdb0b..596afc9b2 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case5].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case5].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -58,7 +54,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -68,17 +64,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:05:01 GMT + - Thu, 11 Sep 2025 15:52:47 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:10:01 GMT + - Thu, 11 Sep 2025 15:57:47 GMT Source-Age: - - '31' + - '66' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -88,15 +84,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - fafc09c7958ef982f4a181420724b726e61200b9 + - 3d9b99f4228b9208105778f52fd8bb204423f3a0 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4636-BOS X-Timer: - - S1737644701.239061,VS0,VE0 + - S1757605968.841893,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -105,12 +101,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -182,7 +174,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -192,17 +184,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:05:01 GMT + - Thu, 11 Sep 2025 15:52:47 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:10:01 GMT + - Thu, 11 Sep 2025 15:57:47 GMT Source-Age: - - '31' + - '66' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -212,15 +204,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e5e0e5cf14ca049d0370a3fdaba8f3fed8ffb13e + - 86ffa44647d9235840e8d42ab109eb342c057dff X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4681-BOS X-Timer: - - S1737644701.255934,VS0,VE1 + - S1757605968.917921,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -229,12 +221,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/item.json response: @@ -338,17 +326,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6970' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:01 GMT + - Thu, 11 Sep 2025 15:52:48 GMT ETag: - '"66e1651c-1b3a"' Last-Modified: @@ -362,17 +350,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 967b588aada3979432f7635a98467a36a2dca9d6 + - 6fe7f3450adddd47b9e98b093a7b230921b32771 X-GitHub-Request-Id: - - DB9E:12A08B:1291AD5:151D9A9:67925A97 + - BF31:3B188F:1EF9FB5:2255ED5:68C2EEF6 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4653-BOS X-Timer: - - S1737644701.271968,VS0,VE1 + - S1757605968.001405,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -381,12 +369,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/basics.json response: @@ -405,17 +389,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '538' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:01 GMT + - Thu, 11 Sep 2025 15:52:48 GMT ETag: - '"66e1651c-21a"' Last-Modified: @@ -431,15 +415,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - a47ec7bfc92152ffe8374c300ca80f19c919e635 + - 97ec3cd5d6ef65edf808f6177491880a69caffd6 X-GitHub-Request-Id: - - E8AE:19BE31:12E009D:156BF84:67925A98 + - C9D0:1561A9:1E3A377:21988BC:68C2EEF4 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4636-BOS X-Timer: - - S1737644701.292831,VS0,VE3 + - S1757605968.096623,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -448,12 +432,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/datetime.json response: @@ -485,17 +465,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1477' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:01 GMT + - Thu, 11 Sep 2025 15:52:48 GMT ETag: - '"66e1651c-5c5"' Last-Modified: @@ -511,15 +491,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f8184b15032feaebcaf2c925ed798f80f5be750c + - 12a1d0f3ef44dc8498f3619a98956531aec06376 X-GitHub-Request-Id: - - 3D6B:2A3DED:11A53BA:14311CA:67925A9A + - B8DE:2B753C:1FB3308:2311128:68C2EEF6 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4651-BOS X-Timer: - - S1737644701.310590,VS0,VE1 + - S1757605968.189115,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -528,12 +508,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/instrument.json response: @@ -554,17 +530,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '701' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:01 GMT + - Thu, 11 Sep 2025 15:52:48 GMT ETag: - '"66e1651c-2bd"' Last-Modified: @@ -580,17 +556,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 78e5cb09ee5b1cb908a17b62ea669e6f4a477c34 + - b7ac9a3ed697326a17ff79070f526ee417bde2fb X-GitHub-Request-Id: - - BC75:2CA3FC:11F6658:1482525:67925A98 + - 448A:38B0E6:1FA06BD:22FBE14:68C2EEF6 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4675-BOS X-Timer: - - S1737644701.327805,VS0,VE2 + - S1757605968.277044,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -599,12 +573,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/licensing.json response: @@ -620,17 +590,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '307' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:01 GMT + - Thu, 11 Sep 2025 15:52:48 GMT ETag: - '"66e1651c-133"' Last-Modified: @@ -646,15 +616,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 6c71d3a6c123e3885079597b609799d375fd6040 + - 0909ed2377eb68e34818c9bb2fc491920e012d5d X-GitHub-Request-Id: - - 0E83:2CA3FC:11F6670:1482536:67925A98 + - 13EA:108A1F:1F46494:22A2D65:68C2EEF6 X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4671-BOS X-Timer: - - S1737644701.345574,VS0,VE1 + - S1757605968.364654,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -665,12 +635,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/provider.json response: @@ -697,17 +663,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1140' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:01 GMT + - Thu, 11 Sep 2025 15:52:48 GMT ETag: - '"66e1651c-474"' Last-Modified: @@ -723,15 +689,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - ae5397d1ea3dc4bc3e610ac2d4f376247b9cffcf + - 6a578fda3d14d1d247beead2289945e705e14c77 X-GitHub-Request-Id: - - 776B:21E15:12E0ED4:156CE64:67925A9A + - 60B8:99D9B:1ED51A9:2232520:68C2EEF6 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4665-BOS X-Timer: - - S1737644701.363397,VS0,VE1 + - S1757605968.453752,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -742,12 +708,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -850,17 +812,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '42' + - '430' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:01 GMT + - Thu, 11 Sep 2025 15:52:48 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -878,17 +840,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - a2f97aab07b309b04cb7d5f43a0625c1c3dbd25a + - 44e6166e99108128a3042f79f8e4b6ae7dcea26c X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4660-BOS X-Timer: - - S1737644701.391788,VS0,VE0 + - S1757605969.541725,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: @@ -897,12 +857,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/asset/json-schema/schema.json response: @@ -929,7 +885,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1002' Content-Security-Policy: @@ -939,17 +895,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:05:01 GMT + - Thu, 11 Sep 2025 15:52:49 GMT ETag: - '"cffbb0036f526b016f24477e0ad674e75b6fefb89708ca796686de9d2e2a67ed"' Expires: - - Thu, 23 Jan 2025 15:10:01 GMT + - Thu, 11 Sep 2025 15:57:49 GMT Source-Age: - - '31' + - '67' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -959,15 +915,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 8a3bccdbd2c8da8115a8a640c4937f572177b617 + - 741105dd91a9c40443250a00ed90a32f81b7e443 X-Frame-Options: - deny X-GitHub-Request-Id: - - A6F4:38A00F:20C285:241345:67925A7C + - 635E:2ACBC:149CBC:1913A5:68C2EEB7 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4648-BOS X-Timer: - - S1737644702.993389,VS0,VE1 + - S1757605970.731969,VS0,VE2 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case6].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case6].yaml index 6a8392db3..081de21b4 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case6].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all_dict[test_case6].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '15' + - '381' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:49 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 54a71fd50f943cc27f4052d1b80c6a482a48c66e + - f669cbf79b11cf21de465719d4a9dd11ffac30aa X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4689-BOS X-Timer: - - S1737644702.021321,VS0,VE1 + - S1757605970.833831,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -179,17 +171,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '16' + - '382' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:49 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -203,17 +195,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 1c0ae2479684fc51be40b23d19f48fd83eb4d448 + - 892c057fe89b523961cbd08f4e93d659bcb521ce X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4675-BOS X-Timer: - - S1737644702.039138,VS0,VE1 + - S1757605970.924314,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: @@ -222,12 +214,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/item.json response: @@ -331,17 +319,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6970' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:50 GMT ETag: - '"66e1651c-1b3a"' Last-Modified: @@ -357,15 +345,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e70e30fe790430d3d6580ff725e7d9a4edad8de7 + - 42057d282d376f2f783c2420e27d144ddd7015e6 X-GitHub-Request-Id: - - DB9E:12A08B:1291AD5:151D9A9:67925A97 + - BF31:3B188F:1EF9FB5:2255ED5:68C2EEF6 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4647-BOS X-Timer: - - S1737644702.057259,VS0,VE1 + - S1757605970.009895,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -374,12 +362,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/basics.json response: @@ -398,17 +382,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '538' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:50 GMT ETag: - '"66e1651c-21a"' Last-Modified: @@ -424,15 +408,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 4d5cff418e435bdca5dc7788b7e5b6aa870eef48 + - bf1dfee7608dc4f63b07b96a994bd02baebe6bfd X-GitHub-Request-Id: - - E8AE:19BE31:12E009D:156BF84:67925A98 + - C9D0:1561A9:1E3A377:21988BC:68C2EEF4 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4669-BOS X-Timer: - - S1737644702.075888,VS0,VE1 + - S1757605970.105762,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -441,12 +425,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/datetime.json response: @@ -478,17 +458,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1477' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:50 GMT ETag: - '"66e1651c-5c5"' Last-Modified: @@ -504,15 +484,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - a266857457ab461621a0a17a724234924e24f16c + - e135e78f21592a23200f001e73d9c0446dd6c5bf X-GitHub-Request-Id: - - 3D6B:2A3DED:11A53BA:14311CA:67925A9A + - B8DE:2B753C:1FB3308:2311128:68C2EEF6 X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4644-BOS X-Timer: - - S1737644702.094514,VS0,VE2 + - S1757605970.196132,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -521,12 +501,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/instrument.json response: @@ -547,17 +523,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '701' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:50 GMT ETag: - '"66e1651c-2bd"' Last-Modified: @@ -573,17 +549,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e1e9cbaf4bc5158dcd95a9d13a7e9fd3b132d58e + - 2ab378bb45abf40e164a98daa826fb21a93d15b1 X-GitHub-Request-Id: - - BC75:2CA3FC:11F6658:1482525:67925A98 + - 448A:38B0E6:1FA06BD:22FBE14:68C2EEF6 X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4626-BOS X-Timer: - - S1737644702.113389,VS0,VE2 + - S1757605970.287300,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:57:02 GMT x-proxy-cache: - MISS status: @@ -592,12 +566,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/licensing.json response: @@ -613,17 +583,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '307' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:50 GMT ETag: - '"66e1651c-133"' Last-Modified: @@ -637,17 +607,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 694e4958bbd75f56504147adb2433f91e6fabf21 + - 81bb7f48c512808a170a8efa9c90757128453d6d X-GitHub-Request-Id: - - 0E83:2CA3FC:11F6670:1482536:67925A98 + - 13EA:108A1F:1F46494:22A2D65:68C2EEF6 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4634-BOS X-Timer: - - S1737644702.131363,VS0,VE0 + - S1757605970.375815,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -658,12 +628,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/provider.json response: @@ -690,17 +656,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1140' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:50 GMT ETag: - '"66e1651c-474"' Last-Modified: @@ -714,17 +680,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 188155d9e711c38a937019287e7b28efd85e1596 + - b0da0d76b5b2f0604de0ab0e95182c4f79e87ea6 X-GitHub-Request-Id: - - 776B:21E15:12E0ED4:156CE64:67925A9A + - 60B8:99D9B:1ED51A9:2232520:68C2EEF6 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4665-BOS X-Timer: - - S1737644702.147885,VS0,VE1 + - S1757605970.464222,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:58 GMT + - Thu, 11 Sep 2025 15:57:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -735,12 +701,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -818,17 +780,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '53' + - '456' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:50 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -844,19 +806,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 17188aef33f8fef52e63ed16d481141d47282c61 + - 0bcf7f6679eb9c4abd501225c4e82ec3fd35eb14 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4680-BOS X-Timer: - - S1737644702.189577,VS0,VE1 + - S1757605971.583982,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -865,12 +825,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -928,21 +884,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '53' + - '456' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:50 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -956,17 +912,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 22fa3bcbf338c31957ef1e8f42c8eb8371d2ced5 + - e037cc02833ee806bfe5a4e6892defde27002f86 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4647-BOS X-Timer: - - S1737644702.207862,VS0,VE0 + - S1757605971.656015,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -975,12 +929,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v2.0.0/schema.json response: @@ -1048,17 +998,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '53' + - '456' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4374' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:50 GMT ETag: - '"669e563b-1116"' Last-Modified: @@ -1074,19 +1024,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 0038e0d50c4d82d2bc389f7c4074a0bced5b5ed3 + - 59282e8f6c23920d44cd67656469de29c49c96cc X-GitHub-Request-Id: - - 92C1:1CC61C:FF1854:1259BDE:6792474C + - 21B3:2B753C:1E14E8F:2148802:68C2D6FB X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4671-BOS X-Timer: - - S1737644702.225470,VS0,VE1 + - S1757605971.730083,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 14:14:44 GMT x-proxy-cache: - MISS status: @@ -1095,12 +1043,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -1151,7 +1095,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -1161,17 +1105,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:50 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:10:02 GMT + - Thu, 11 Sep 2025 15:57:50 GMT Source-Age: - - '32' + - '69' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -1181,15 +1125,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 149ea13d1da417156f31784a8f7b6ba9c0849621 + - 86fa450db24e330b0f65614309c938fe58e95c98 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4651-BOS X-Timer: - - S1737644702.283929,VS0,VE1 + - S1757605971.844842,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -1198,12 +1142,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -1275,7 +1215,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -1285,35 +1225,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:50 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:10:02 GMT + - Thu, 11 Sep 2025 15:57:50 GMT Source-Age: - - '32' + - '69' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - fc67c316d514d3650901a9ef34a38e50b82c69a8 + - a462cec71265f898abef975e39bd4e88f201a91a X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4678-BOS X-Timer: - - S1737644702.300811,VS0,VE1 + - S1757605971.918003,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -1322,12 +1262,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -1430,17 +1366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '43' + - '433' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6847' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:51 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -1456,19 +1392,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 236f56c3c35149009c352f351cd678a809405c24 + - 3ce9ef7d811d599a2825ccf3deccaccb5fbe78e9 X-GitHub-Request-Id: - - 4D47:168048:F2615B:1102B6A:67925A72 + - FE08:128B70:CBB40B:E7523E:68C2EEA2 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4628-BOS X-Timer: - - S1737644702.327383,VS0,VE1 + - S1757605971.007664,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:19 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:38 GMT x-proxy-cache: - MISS status: @@ -1477,12 +1411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/asset/json-schema/schema.json response: @@ -1509,7 +1439,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1002' Content-Security-Policy: @@ -1519,35 +1449,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:51 GMT ETag: - '"cffbb0036f526b016f24477e0ad674e75b6fefb89708ca796686de9d2e2a67ed"' Expires: - - Thu, 23 Jan 2025 15:10:02 GMT + - Thu, 11 Sep 2025 15:57:51 GMT Source-Age: - - '31' + - '69' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a45b3bac53a4f2658a9ece31c3759c0d53a7e06e + - 129f5966dd78766e0aa1af415fc4ec089f748bdc X-Frame-Options: - deny X-GitHub-Request-Id: - - A6F4:38A00F:20C285:241345:67925A7C + - 635E:2ACBC:149CBC:1913A5:68C2EEB7 X-Served-By: - - cache-den-kden1300040-DEN + - cache-bos4688-BOS X-Timer: - - S1737644703.608199,VS0,VE0 + - S1757605972.721771,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_custom_validator.yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_custom_validator.yaml index 90fed5299..87f269daf 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_custom_validator.yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_custom_validator.yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/custom-extension/v1.0.0/schema.json response: @@ -58,9 +54,9 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '336' Connection: - - close + - keep-alive Content-Length: - '9379' Content-Security-Policy: @@ -69,7 +65,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:51 GMT ETag: - '"64d39a40-24a3"' Server: @@ -81,19 +77,17 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - b23137f65dca3efce34d84f19c6a2ec1ddac89db + - b96d8ff0fa27c9981a95595ca9c6fcf166a3eb6e X-GitHub-Request-Id: - - CFEA:26BEBB:12DC6C0:15685DF:67925A9D + - 5CA9:FA1FD:1EE767D:22450FC:68C2EF03 X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4664-BOS X-Timer: - - S1737644703.639919,VS0,VE57 - permissions-policy: - - interest-cohort=() + - S1757605972.802315,VS0,VE1 x-proxy-cache: - MISS status: @@ -102,12 +96,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/custom-extension/v1.0.0/schema.json response: @@ -158,9 +148,9 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '336' Connection: - - close + - keep-alive Content-Length: - '9379' Content-Security-Policy: @@ -169,7 +159,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:05:02 GMT + - Thu, 11 Sep 2025 15:52:51 GMT ETag: - '"64d39a40-24a3"' Server: @@ -185,15 +175,13 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - d92f06f6243de0361be0f4ec98db350a8280dfb4 + - 5d0f5a8400c75769e6b3d09a041d222a14a7228b X-GitHub-Request-Id: - - CFEA:26BEBB:12DC6C0:15685DF:67925A9D + - 5CA9:FA1FD:1EE767D:22450FC:68C2EF03 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4633-BOS X-Timer: - - S1737644703.726936,VS0,VE1 - permissions-policy: - - interest-cohort=() + - S1757605972.892075,VS0,VE2 x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example0].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example0].yaml index 5ecf842ce..16bc1f6e3 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example0].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example0].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -58,7 +54,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -68,35 +64,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:30 GMT + - Thu, 11 Sep 2025 15:51:42 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:30 GMT + - Thu, 11 Sep 2025 15:56:42 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0072fe4b9485f8d60f575097e38a8d2be57ea54d + - 849dd36f3f4f71abdd3c6e680782118eb9d3704f X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4658-BOS X-Timer: - - S1737644670.048000,VS0,VE349 + - S1757605902.108222,VS0,VE54 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example100].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example100].yaml index 44cedbf08..80747a176 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example100].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example100].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '403' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:24 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - d3a53052f5709fe1bf2b55e82bacd6cd22683570 + - 87bdda37c4dbc75ac165ef9b11471e1e00efec59 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300050-DEN + - cache-bos4686-BOS X-Timer: - - S1737644692.768253,VS0,VE1 + - S1757605945.911748,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '403' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:25 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - d11a35916ea1937ab9e8ee6de3f76ba488105fe4 + - 9d040cdb5002a62779c46fdb3f12647c6c551481 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4651-BOS X-Timer: - - S1737644692.789782,VS0,VE1 + - S1757605945.004447,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '403' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:25 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 8a134763f5c250981ca067ae7749da401c634609 + - 0d73ebf0c8c447e83171c2c5fd3a121875cdfc38 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4665-BOS X-Timer: - - S1737644692.808292,VS0,VE0 + - S1757605945.081902,VS0,VE7 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '403' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:25 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,17 +332,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 90fe69d7362c86dd62d2dd0957577a814cb0fc0b + - 0e391b5dd08d433c70e2d76f7a0f5fa7918f0ce4 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4659-BOS X-Timer: - - S1737644692.826350,VS0,VE0 + - S1757605945.175360,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '403' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:25 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 983441027f6667ceabf81ba4b6b2f353b2d97606 + - e36405b71558684acd9910623613e941846a0e21 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4629-BOS X-Timer: - - S1737644692.843106,VS0,VE0 + - S1757605945.262274,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '403' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:25 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - d0e52e21d7b8acd2ef838afedac2df6e8db00978 + - ca600abb448ea6a0673e740ed5705100e4dcc13b X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4661-BOS X-Timer: - - S1737644692.861690,VS0,VE1 + - S1757605945.348039,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/timestamps/json-schema/schema.json response: @@ -549,17 +517,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1653' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:25 GMT ETag: - '"66e1651c-675"' Last-Modified: @@ -571,19 +539,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - d36d51fab9206ec8fbd4e645b9891574fb31a049 + - 97af914cd6777aff3c1bffe054ac827037660e0c X-GitHub-Request-Id: - - FE85:140E8C:127351A:14FF291:67925A93 + - 33F9:38E837:1EE1EA6:223FBEE:68C2EEE6 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4658-BOS X-Timer: - - S1737644692.879059,VS0,VE63 + - S1757605945.430043,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:51 GMT + - Thu, 11 Sep 2025 15:56:46 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example101].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example101].yaml index dfe963ceb..ff80a23a5 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example101].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example101].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:25 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - b008baace9300421f9984ebf89c2da22c7c04273 + - 5b5026722f0360e58819cf5907e8a14bda53b2a0 X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4636-BOS X-Timer: - - S1737644692.977138,VS0,VE0 + - S1757605946.522451,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -179,17 +171,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:25 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -205,15 +197,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 972edd60986ba44fb05b1b7f0126573ce7d72bfa + - 44910438d71d10a30fa2affd6a98aca2d008ebec X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4652-BOS X-Timer: - - S1737644692.998149,VS0,VE0 + - S1757605946.700055,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: @@ -222,12 +214,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/version/json-schema/schema.json response: @@ -262,17 +250,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '353' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1803' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:25 GMT ETag: - '"66e1651c-70b"' Last-Modified: @@ -288,15 +276,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 80e6114ff1ba545753c6f830fe8ac634e7575b65 + - 98a4fb845838722d82d8a874f0d9c6f351ffaba7 X-GitHub-Request-Id: - - C26A:113064:120C9EA:149873E:67925A8E + - 3270:18947A:1F21620:227ED15:68C2EED8 X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4643-BOS X-Timer: - - S1737644692.016497,VS0,VE1 + - S1757605946.783725,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -307,12 +295,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -394,17 +378,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '404' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:25 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -420,15 +404,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - d8e200905adfd0a22653a10b637c14600e5a880f + - 339ddc8108ad50a9e577d7b840ad5e0d3679df6e X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4690-BOS X-Timer: - - S1737644692.040535,VS0,VE0 + - S1757605946.873606,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example102].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example102].yaml index 0187ac07b..b7b87d376 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example102].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example102].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '404' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:25 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - fef0f5f9f17d22d27946483a9e852e66882e45e9 + - 5a6fc718f3d1f901dc6c4255b7d5ec66bd6f7ef5 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4693-BOS X-Timer: - - S1737644692.066552,VS0,VE0 + - S1757605946.965712,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '405' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:26 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - ceb74fbcaa3a7e1ebbba6c861c9b8d690965267d + - 21174c9c56a508df44e1288fd16b6ed1eb8e9abe X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4621-BOS X-Timer: - - S1737644692.088490,VS0,VE1 + - S1757605946.050062,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '404' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:26 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 5a17ba2c2a67214417e69bd4d40b15c3f772b3d8 + - 197c7855faa48fa9a8c3b074c9f61c4639a78612 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4625-BOS X-Timer: - - S1737644692.106471,VS0,VE0 + - S1757605946.124126,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '404' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:26 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,17 +332,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 5ebc29a867a6da3df48402972dcf591e1f69efde + - 133b9de08aa2dafd09b532cab65f55fbf9aa0a7a X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4623-BOS X-Timer: - - S1737644692.124487,VS0,VE2 + - S1757605946.200252,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '404' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:26 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - d965896c8c377d67c1f4915f7779b10583735821 + - 1c95e383d123d18957f7a0ea8174b6de30225f62 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4693-BOS X-Timer: - - S1737644692.147448,VS0,VE1 + - S1757605946.286001,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '404' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:26 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,17 +462,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 1a31de90a938f02abbd883fbc7d7fbc4b833c838 + - 0b8da94d1ad7e53cc987d6ec4a75aa1ed1b099a0 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4632-BOS X-Timer: - - S1737644692.166267,VS0,VE1 + - S1757605946.359989,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/version/json-schema/schema.json response: @@ -551,17 +519,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '353' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1803' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:26 GMT ETag: - '"66e1651c-70b"' Last-Modified: @@ -577,15 +545,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 6337837b7ee40743a8f544e7876c40aa7eabe47a + - cf7cdf60a37c578a49f841467b70f40bb96bc924 X-GitHub-Request-Id: - - C26A:113064:120C9EA:149873E:67925A8E + - 3270:18947A:1F21620:227ED15:68C2EED8 X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4684-BOS X-Timer: - - S1737644692.185411,VS0,VE1 + - S1757605946.437107,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -596,12 +564,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -683,17 +647,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:26 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -707,17 +671,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - c6c0b53f5658a9c1befa3faec49d97dce1694891 + - 2e4957139c3db121fb3ba0ceee0ddff6977d4e8d X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4655-BOS X-Timer: - - S1737644692.211317,VS0,VE1 + - S1757605947.518435,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -726,12 +690,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -773,17 +733,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '359' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:26 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -799,15 +759,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 36d667c286d30056128e408dafe2876baad33c0e + - 44b515c4f683c3455f826703314d84a3593991cd X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4638-BOS X-Timer: - - S1737644692.231319,VS0,VE1 + - S1757605947.595240,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example103].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example103].yaml index c622702e6..a1e8d3b35 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example103].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example103].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '405' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:26 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 870539b11d6be90afe9eb698853ee532d87512a5 + - 2a6718c67f28790c428278eee33737703fd9f8a7 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4689-BOS X-Timer: - - S1737644692.259522,VS0,VE1 + - S1757605947.675554,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '405' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:26 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 9c9ebe08dedd4baccd857ef77d6150a345570b11 + - 997bc0422ff5f2f3d8dd1fa78ed174ebc73bf5fb X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4633-BOS X-Timer: - - S1737644692.283490,VS0,VE1 + - S1757605947.757901,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '405' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:26 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 5c45723b3de68d58eccc27c8e9ec4741d2738aeb + - 9a0d745bbce5544faece0c1641e84e0d390715d8 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300047-DEN + - cache-bos4668-BOS X-Timer: - - S1737644692.301250,VS0,VE1 + - S1757605947.838060,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '405' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:26 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 60052a2579aeb5f338cf34a9f6835a87d2d0f369 + - ae3545f039c9c64bb617127eb186b851a6b8328f X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300049-DEN + - cache-bos4679-BOS X-Timer: - - S1737644692.320325,VS0,VE0 + - S1757605947.926177,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '405' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - b69f9e7b55edfeef2cabc8931b0c07aae852b9a9 + - b4938c9038bccbf6813016fb8da2ffc771cfa79b X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4682-BOS X-Timer: - - S1737644692.340567,VS0,VE1 + - S1757605947.003860,VS0,VE3 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '405' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,17 +462,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '17' + - '1' X-Fastly-Request-ID: - - 13e85240f3e7786cd368d43953017b390f7bf57a + - d5b6d03de398f98113fa95c6b8e70dc180b08abc X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300049-DEN + - cache-bos4648-BOS X-Timer: - - S1737644692.360333,VS0,VE0 + - S1757605947.083619,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/sat/json-schema/schema.json response: @@ -546,17 +514,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '346' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1467' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-5bb"' Last-Modified: @@ -572,15 +540,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 26e099761f31897ebeaa11b47b8c28c9a0d88856 + - eb23ae336e30853c9cf7779a9f4da3e2ccbdc9a1 X-GitHub-Request-Id: - - 2380:F53EF:129D98A:1529815:67925A91 + - 2BE1:2BF852:1E93090:21F0E03:68C2EEE0 X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4626-BOS X-Timer: - - S1737644692.381442,VS0,VE1 + - S1757605947.160284,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:50 GMT + - Thu, 11 Sep 2025 15:56:41 GMT x-origin-cache: - HIT x-proxy-cache: @@ -591,12 +559,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/view/json-schema/schema.json response: @@ -635,17 +599,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '355' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2089' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-829"' Last-Modified: @@ -661,17 +625,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 4a6b2d4b92bf36226e25c58ce6958d634e3d4b12 + - e8cbe1e82645d7e5f2e394f83172397b225f58f7 X-GitHub-Request-Id: - - 88B6:16FB:E297CA:1041873:67925A8E + - 8BE4:15BCE:1E9511B:21F04EB:68C2EED7 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4635-BOS X-Timer: - - S1737644692.406696,VS0,VE1 + - S1757605947.238527,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example104].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example104].yaml index ea0a778ec..ee372ac42 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example104].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example104].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '406' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 547f27e2a444cdd1c38bcfae693556a4779ceb20 + - e98c056574dc64443ef27b1eb361e4651625de42 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4641-BOS X-Timer: - - S1737644692.438412,VS0,VE1 + - S1757605947.308071,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '406' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - dea2b7fcd95f56b8d633cc7f9104bfb2711d7413 + - ad0b919c6924b4d52051e730095f8b11276b8eb3 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300050-DEN + - cache-bos4630-BOS X-Timer: - - S1737644692.462625,VS0,VE1 + - S1757605947.387731,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '405' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - ea717d22e24165ecb9dd31d69727a4ef97b8324a + - 95ab0182b050dc9d41e2971f887a67b256601f9d X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4652-BOS X-Timer: - - S1737644692.481729,VS0,VE1 + - S1757605947.467708,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '405' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,17 +332,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - aed25a55bbf991a74b81f4d50f99d4c381214237 + - 3163fdd9dd26b02fa1c1a88f855ab85c7c46c6e0 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4682-BOS X-Timer: - - S1737644693.501652,VS0,VE1 + - S1757605948.545348,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '405' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 32590a140295fac488456daa300298dedea1a4b4 + - 6b216e08e509413e893038e4f527f2b5a8dd420b X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4656-BOS X-Timer: - - S1737644693.523266,VS0,VE1 + - S1757605948.622005,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '405' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,17 +462,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 975109a38181ae3c25d7d51a844f44c49408f612 + - c2aee3f7d8b1cd128a7d2e5362f6be919b3e44f3 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300061-DEN + - cache-bos4684-BOS X-Timer: - - S1737644693.544826,VS0,VE0 + - S1757605948.705669,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/projection/json-schema/schema.json response: @@ -570,17 +538,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '348' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3527' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-dc7"' Last-Modified: @@ -596,17 +564,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 7f1061e81985716f814861460853875afbb7ed4b + - a2a5259237ee999a6ce92ba021980778bd230512 X-GitHub-Request-Id: - - 6795:2AAC5:115A194:13E5F44:67925A90 + - A35A:108A1F:1F448D6:22A0F0C:68C2EEDF X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4631-BOS X-Timer: - - S1737644693.565016,VS0,VE1 + - S1757605948.781804,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:49 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:39 GMT x-proxy-cache: - MISS status: @@ -615,12 +581,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/view/json-schema/schema.json response: @@ -659,17 +621,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '356' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2089' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-829"' Last-Modified: @@ -685,17 +647,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e0ec9798db033b1985c0ac7591c765759afe59f5 + - 99b22368780308b0ffaa2c1866ea5de120dbfdd3 X-GitHub-Request-Id: - - 88B6:16FB:E297CA:1041873:67925A8E + - 8BE4:15BCE:1E9511B:21F04EB:68C2EED7 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4678-BOS X-Timer: - - S1737644693.590913,VS0,VE1 + - S1757605948.867815,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:47 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example105].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example105].yaml index dbefc3df4..b8e846806 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example105].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example105].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '406' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:27 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 0745df18c55693a55eb468540a0f14154a4fcbae + - 355189a4a6a84c813ef15a3b71255a3743e7018a X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4626-BOS X-Timer: - - S1737644693.622380,VS0,VE1 + - S1757605948.975264,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '406' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:28 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 0e4ed7eecebedc02a0612db5d3c9cce600505f97 + - c013735485d60977040804fcf1773de470a928d8 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4665-BOS X-Timer: - - S1737644693.645495,VS0,VE0 + - S1757605948.062353,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '406' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:28 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 3324fb6176bae45df1e74845fc5e07c49f7e82d4 + - 08e9208746ec15c70595597a80df9fb4887babb3 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4645-BOS X-Timer: - - S1737644693.663405,VS0,VE1 + - S1757605948.156182,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '406' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:28 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - cdcc8a472cb66f8e9a23f423525974618c97947b + - e3ba978ec5a12957b408171eb19af3e83a50381a X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4671-BOS X-Timer: - - S1737644693.682977,VS0,VE1 + - S1757605948.242879,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '406' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:28 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '22' + - '3' X-Fastly-Request-ID: - - f335a6c36c5337cf3b133689684444935b913608 + - d63a5c4be091288a5444d1cc1ba07aa9ac1d0426 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4669-BOS X-Timer: - - S1737644693.702943,VS0,VE0 + - S1757605948.329810,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '406' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:28 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,17 +462,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 396b24f74ce14247e783f6e48676fa95e2d1ede5 + - 39c3f1dfa4579e56e1e757b699e26c8d94f1fbf5 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300039-DEN + - cache-bos4643-BOS X-Timer: - - S1737644693.722978,VS0,VE1 + - S1757605948.420120,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example106].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example106].yaml index 32ba35079..09f033912 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example106].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example106].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '406' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:28 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - e0e4ef33d8236b27b03d17d12374fe4642d36a3e + - fce0e9924a9d3ec0ae224abfdc4b619160970452 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4635-BOS X-Timer: - - S1737644693.749227,VS0,VE1 + - S1757605949.508763,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '407' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:28 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - f4491af07e385beece78badbe7a6a8b42970324f + - bf6086f97bf392a781705a13b97aeaf218279905 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4681-BOS X-Timer: - - S1737644693.772315,VS0,VE0 + - S1757605949.622248,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '407' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:28 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f2e4fe827a68571b25d6ff76511a83d17c6faf1e + - 3af9c37e06896b538365d60a27638e6e76f9d180 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4655-BOS X-Timer: - - S1737644693.791512,VS0,VE1 + - S1757605949.710049,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '406' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:28 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '3' X-Fastly-Request-ID: - - 48fd059c014af92aa6ef695487aa5c568bce9ddf + - def75fe74252fb0466ea0fea3bbc8112e11da16f X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4650-BOS X-Timer: - - S1737644693.812299,VS0,VE0 + - S1757605949.801128,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '407' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:28 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 30c4409dc53395babad3e2b57df1274d97c03fbb + - b81ab832d6bb9506acd18ed6d22f577cae303019 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4686-BOS X-Timer: - - S1737644693.833042,VS0,VE0 + - S1757605949.877436,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '406' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:28 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,17 +462,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '3' X-Fastly-Request-ID: - - f410dc7b34577e2c524da31d7530b3d917bdc52d + - bd0bd120c5ea8a66fa7db1edce18a7c710336f05 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4677-BOS X-Timer: - - S1737644693.853689,VS0,VE0 + - S1757605949.950001,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/eo/json-schema/schema.json response: @@ -554,17 +522,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2053' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:29 GMT ETag: - '"66e1651c-805"' Last-Modified: @@ -580,15 +548,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 2eb8be4933f7991cd0c431fb8ffddf7ec38d133f + - ab4145baf9977caf7ad683bfc027b88eea683c3d X-GitHub-Request-Id: - - 6795:2AAC5:1159FF2:13E5D5D:67925A8E + - 61E0:85CEC:1F72DF5:22CFA7F:68C2EED7 X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4651-BOS X-Timer: - - S1737644693.874496,VS0,VE1 + - S1757605949.022982,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: @@ -597,12 +565,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/projection/json-schema/schema.json response: @@ -656,17 +620,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3527' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:29 GMT ETag: - '"66e1651c-dc7"' Last-Modified: @@ -682,17 +646,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 60b79e20fe25e78ed329cdd43a1001e8baa069d4 + - 127c20dc849f6a0d4dd1f24b988df8c317524436 X-GitHub-Request-Id: - - 6795:2AAC5:115A194:13E5F44:67925A90 + - A35A:108A1F:1F448D6:22A0F0C:68C2EEDF X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4625-BOS X-Timer: - - S1737644693.897552,VS0,VE1 + - S1757605949.100084,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:49 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:39 GMT x-proxy-cache: - MISS status: @@ -701,12 +663,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/view/json-schema/schema.json response: @@ -745,17 +703,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2089' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:29 GMT ETag: - '"66e1651c-829"' Last-Modified: @@ -771,17 +729,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f4a16f8b768fb2e104b465ddf545bdd7a5a090a7 + - b0304e691e2167e310b6e318f0cf9fbc2c136c68 X-GitHub-Request-Id: - - 88B6:16FB:E297CA:1041873:67925A8E + - 8BE4:15BCE:1E9511B:21F04EB:68C2EED7 X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4634-BOS X-Timer: - - S1737644693.929790,VS0,VE3 + - S1757605949.175713,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example107].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example107].yaml index 9c6125e2f..408f94020 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example107].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example107].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '408' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:52 GMT + - Thu, 11 Sep 2025 15:52:29 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f940df950028b5ef11d318876d66e9fa41cf1ba3 + - 6681f2822911163caa8d4cff0e4d62d961b27af7 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4651-BOS X-Timer: - - S1737644693.984861,VS0,VE1 + - S1757605949.262453,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '407' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:29 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 689e3122c74788966b410fe392225c73d0369acf + - 18501b04fd84738377fe8d56affdb17e021085ba X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4686-BOS X-Timer: - - S1737644693.006154,VS0,VE1 + - S1757605949.337520,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '407' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:29 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - bf4d84d48f13f9604e5bb8b44fdf6cf19bdffc12 + - 5b59f2d46c894c0dabe869676876a366fe38a6c2 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4642-BOS X-Timer: - - S1737644693.024686,VS0,VE1 + - S1757605949.420442,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '407' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:29 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 8664fdf1e01732cbcb7ab955d8b71e0d03ffe42c + - 93b384a9fa9ab46c07a78ba498a1be29978b95c7 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4676-BOS X-Timer: - - S1737644693.042947,VS0,VE1 + - S1757605950.505976,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '407' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:29 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e03cdb3607f9b72268e3c691cc5d109d405d36c8 + - 9c7fa5e2501eee65381cc068b15ca68d1fb88040 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4671-BOS X-Timer: - - S1737644693.060376,VS0,VE1 + - S1757605950.590217,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '31' + - '407' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:29 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 78e31fc24ada4e2036f5f939e3f3d5995763ea3e + - 23e80a25195ac3524a8a58f260ddfbcc4d4009bd X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4658-BOS X-Timer: - - S1737644693.079384,VS0,VE1 + - S1757605950.676292,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/eo/json-schema/schema.json response: @@ -554,17 +522,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2053' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:29 GMT ETag: - '"66e1651c-805"' Last-Modified: @@ -580,15 +548,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 21cae9a83e5a645269b52c2de7a132ecaaa30b94 + - 019894edfdc9a52708c831919f6526d5d2ec5986 X-GitHub-Request-Id: - - 6795:2AAC5:1159FF2:13E5D5D:67925A8E + - 61E0:85CEC:1F72DF5:22CFA7F:68C2EED7 X-Served-By: - - cache-den-kden1300039-DEN + - cache-bos4633-BOS X-Timer: - - S1737644693.096944,VS0,VE1 + - S1757605950.752215,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: @@ -597,12 +565,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/view/json-schema/schema.json response: @@ -641,17 +605,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2089' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:29 GMT ETag: - '"66e1651c-829"' Last-Modified: @@ -665,19 +629,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - f7e1f3b9ed4bd2e6961a3c4703ba44616b55b00e + - e4fa477020d0de733e77456a5f475629aa9340e8 X-GitHub-Request-Id: - - 88B6:16FB:E297CA:1041873:67925A8E + - 8BE4:15BCE:1E9511B:21F04EB:68C2EED7 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4652-BOS X-Timer: - - S1737644693.117655,VS0,VE1 + - S1757605950.834061,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example108].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example108].yaml index ae8641a53..0d8445aa4 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example108].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example108].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '408' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:29 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 398e5269f065f26cb03cc5290f65460e6d3b6199 + - 94907cf448c32dc5f7b354cc72071d3603f732b7 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4658-BOS X-Timer: - - S1737644693.144757,VS0,VE1 + - S1757605950.919893,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '408' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:30 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 4fc9786a1e65481f68e8b472e2eb0ffc804e1840 + - 13125d5a49585e9d52c04f079865b41ed7142f30 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4654-BOS X-Timer: - - S1737644693.166193,VS0,VE1 + - S1757605950.999549,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '408' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:30 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c9528977ad4c7d4357e74ffc142c53b978a0b669 + - 84c73b268e0328a8eb34164e8aebbd1034a3802b X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4660-BOS X-Timer: - - S1737644693.185609,VS0,VE1 + - S1757605950.071595,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '408' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:30 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - d72098e21a26112c4dae950ebc71834e8d0a0e2b + - 31200c653754e332300ed0813e6085b4757bf85b X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4676-BOS X-Timer: - - S1737644693.204468,VS0,VE1 + - S1757605950.143593,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '408' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:30 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - e5f104d95c43e4dcec377e67ffc0ead527d83ea8 + - b5326f62859a06e49b08b1180c60e4f68ff45ec8 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4647-BOS X-Timer: - - S1737644693.223553,VS0,VE0 + - S1757605950.218395,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '408' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:30 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 04c04b090fb29abd9a2489d7121d5cc49afa719f + - f3b5ade8bed4e893ff8ec77f517d7c21e6c32ef3 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4693-BOS X-Timer: - - S1737644693.242028,VS0,VE1 + - S1757605950.299682,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/eo/json-schema/schema.json response: @@ -554,17 +522,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2053' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:30 GMT ETag: - '"66e1651c-805"' Last-Modified: @@ -578,17 +546,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 0d89722881b494f3caa3d6f3a4ebe6059bd955c3 + - a4232e9fd7937e55792863d8a3aa2dcf11c5f0c2 X-GitHub-Request-Id: - - 6795:2AAC5:1159FF2:13E5D5D:67925A8E + - 61E0:85CEC:1F72DF5:22CFA7F:68C2EED7 X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4691-BOS X-Timer: - - S1737644693.259503,VS0,VE1 + - S1757605950.376054,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:47 GMT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: @@ -597,12 +565,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/view/json-schema/schema.json response: @@ -641,17 +605,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '358' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2089' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:30 GMT ETag: - '"66e1651c-829"' Last-Modified: @@ -665,19 +629,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - d41326646a407c788331986cb632f892601a10a6 + - 7c2efde449c1ba63bbc24757fdad98909ddef9ff X-GitHub-Request-Id: - - 88B6:16FB:E297CA:1041873:67925A8E + - 8BE4:15BCE:1E9511B:21F04EB:68C2EED7 X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4690-BOS X-Timer: - - S1737644693.278856,VS0,VE1 + - S1757605950.457544,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:47 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example109].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example109].yaml index b7e7be54d..f4e00e656 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example109].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example109].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '409' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:30 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 5c3c4914f86283533de039ab8ed372ad15162686 + - 6a3b2f74a01377aca557a4b575bf78f10b27e0ca X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4667-BOS X-Timer: - - S1737644693.306256,VS0,VE1 + - S1757605951.644669,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '409' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:30 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 67a981dcadab36a4f5e387550da8e90a4b380bfb + - d4811f3892883acabcd75bbe661e280c6bfdcbeb X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4664-BOS X-Timer: - - S1737644693.329693,VS0,VE1 + - S1757605951.739986,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '409' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:30 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 45c000cf646ea55daa011b5601bc4e6db7085007 + - 708be04dbecd283013a717ac49f4b0bda34551b4 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4621-BOS X-Timer: - - S1737644693.349082,VS0,VE1 + - S1757605951.820118,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '409' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:30 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - e7db28e0e84b02437980071afe0cf71f5e2ffb6c + - 7cce86766d5ca326c0938d50d4ed0134bb4c4009 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4620-BOS X-Timer: - - S1737644693.367740,VS0,VE0 + - S1757605951.909396,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '409' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:30 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 2bc931ab13484164ef01591cb126f925e62f657f + - 65c78480b5305ecd0aaea0d76feee0c298556507 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4633-BOS X-Timer: - - S1737644693.387847,VS0,VE1 + - S1757605951.994735,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '409' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:31 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 5b4730869ca34944ac5928a6f87f3ef49902fb9d + - 2735155b3448e73228771bc0ebe3081806383db1 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4679-BOS X-Timer: - - S1737644693.409883,VS0,VE1 + - S1757605951.067931,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/eo/json-schema/schema.json response: @@ -554,17 +522,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '359' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2053' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:31 GMT ETag: - '"66e1651c-805"' Last-Modified: @@ -580,15 +548,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - fe0c44cdec90b402e1b1f4e9748f1c4335708311 + - 858ecd4986e6a093d47a98a2fab9642337232cf7 X-GitHub-Request-Id: - - 6795:2AAC5:1159FF2:13E5D5D:67925A8E + - 61E0:85CEC:1F72DF5:22CFA7F:68C2EED7 X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4677-BOS X-Timer: - - S1737644693.428197,VS0,VE1 + - S1757605951.145546,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: @@ -597,12 +565,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/view/json-schema/schema.json response: @@ -641,17 +605,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '359' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2089' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:31 GMT ETag: - '"66e1651c-829"' Last-Modified: @@ -665,19 +629,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 5a42e8c3fc930167fed0a30827be246a750e0d3f + - 1adfbd820aaee2d193a08801c669df82fb6217fe X-GitHub-Request-Id: - - 88B6:16FB:E297CA:1041873:67925A8E + - 8BE4:15BCE:1E9511B:21F04EB:68C2EED7 X-Served-By: - - cache-den-kden1300050-DEN + - cache-bos4678-BOS X-Timer: - - S1737644693.453290,VS0,VE1 + - S1757605951.236009,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:47 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example10].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example10].yaml index 7169285f3..9b389e844 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example10].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example10].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -58,7 +54,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -68,35 +64,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:32 GMT + - Thu, 11 Sep 2025 15:51:43 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:32 GMT + - Thu, 11 Sep 2025 15:56:43 GMT Source-Age: - - '2' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b1bbb7c8ebb078020281c5c7723afb68e62ad7f4 + - 36e48d90253f4f0aa564077b2cbce3e828d74362 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300059-DEN + - cache-bos4622-BOS X-Timer: - - S1737644672.000315,VS0,VE1 + - S1757605904.655598,VS0,VE0 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example110].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example110].yaml index a30efb4f2..7b2ec77f8 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example110].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example110].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '410' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:31 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - c780830152307482e353bdce7812e777505f1d6a + - 9848f3f4e9bea3793a7278b3b04fc9c50fd722d2 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4663-BOS X-Timer: - - S1737644693.482336,VS0,VE0 + - S1757605951.336429,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '410' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:31 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '22' + - '1' X-Fastly-Request-ID: - - 15211401348dbe19dd3ea0877b52c0607ac79c6a + - a5eeb2aa8a33fa49e123787c2edd6925446c7ce9 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4643-BOS X-Timer: - - S1737644694.504904,VS0,VE0 + - S1757605951.425923,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '409' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:31 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 7a4c5c3e87cb2b868c570ec1b685bbd24f6c425d + - d4f013493362abcc57dba5e7b1b820dee2864a1d X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4629-BOS X-Timer: - - S1737644694.523759,VS0,VE0 + - S1757605952.508063,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '409' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:31 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '39' X-Fastly-Request-ID: - - 4256b6d9315870cedd97a4b66ab02b653e1879d3 + - 02439ad4bf82067715de1b9db508f1d35a2e6486 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4668-BOS X-Timer: - - S1737644694.542658,VS0,VE1 + - S1757605952.592418,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '409' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:31 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '3' + - '1' X-Fastly-Request-ID: - - ddc47ca7f955e7dfc9df1ca55a6051ef57186e45 + - e8febbda33370bca37d67ae4069ae3dc3ad8f2f6 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4679-BOS X-Timer: - - S1737644694.564947,VS0,VE0 + - S1757605952.678900,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '409' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:31 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 527064c444255a03bb67ebb88d4b76c7e1dd2599 + - ace3251e87db8e7874d214878a90b1c8c8aef360 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4645-BOS X-Timer: - - S1737644694.584105,VS0,VE1 + - S1757605952.766637,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example111].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example111].yaml index 684c6ddf6..8518e447f 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example111].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example111].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '410' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:31 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - f96d1db6ff747d84da64f87d9d0d10455803fd11 + - 6dfc81eb76f103cfaaf65d5b8111f2c3e7eae2a6 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4631-BOS X-Timer: - - S1737644694.609901,VS0,VE6 + - S1757605952.851683,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '410' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:31 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 5c15a02db97ae4f2b35d250e32a4f58fadfd7f7b + - 5484983581de1d86bd918d3db7184f6b58b23556 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4684-BOS X-Timer: - - S1737644694.639537,VS0,VE1 + - S1757605952.927996,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '410' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - d1a85acc426a952699c9e87f70de63a5432dd133 + - a0ff3bc82d6e1b6ae274348d3ed3c6e51b07cba3 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4684-BOS X-Timer: - - S1737644694.660190,VS0,VE0 + - S1757605952.999941,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '410' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,17 +332,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c165766537c63a0a701a1b4ce41809f087e5b2ee + - 3e373a36d5ba1c91c68940d072ed490a104e44f3 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4654-BOS X-Timer: - - S1737644694.680388,VS0,VE1 + - S1757605952.075499,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '410' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '4' X-Fastly-Request-ID: - - 806b7aeb8ce6072aba8431376b55bd87b284e68b + - e46728d84faecb8cb925719b359013df871a3147 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4656-BOS X-Timer: - - S1737644694.703553,VS0,VE0 + - S1757605952.150430,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '32' + - '410' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - d14c7c7ad7d923e6ec3f9b56562bda0aa85498cd + - 8b476a0f461dc5ce276e724dca82a401ff2bf5d5 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4628-BOS X-Timer: - - S1737644694.723399,VS0,VE1 + - S1757605952.226497,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/view/json-schema/schema.json response: @@ -555,17 +523,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '6' + - '360' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2089' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"66e1651c-829"' Last-Modified: @@ -579,19 +547,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 559393e1300e4fab5e6552b0d9ddd642d112b9f4 + - 6a6d5212008056186d06f75d402edeaf5408ea88 X-GitHub-Request-Id: - - 88B6:16FB:E297CA:1041873:67925A8E + - 8BE4:15BCE:1E9511B:21F04EB:68C2EED7 X-Served-By: - - cache-den-kden1300077-DEN + - cache-bos4624-BOS X-Timer: - - S1737644694.742227,VS0,VE1 + - S1757605952.302199,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: @@ -600,12 +566,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/projection/json-schema/schema.json response: @@ -659,17 +621,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '353' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3527' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"66e1651c-dc7"' Last-Modified: @@ -685,17 +647,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 848741b381fb5c5ba84b3edc565910b518f71ddc + - a75f7dbc43ade8b550d45a7e068b86746943b18e X-GitHub-Request-Id: - - 6795:2AAC5:115A194:13E5F44:67925A90 + - A35A:108A1F:1F448D6:22A0F0C:68C2EEDF X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4677-BOS X-Timer: - - S1737644694.766212,VS0,VE1 + - S1757605952.384324,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:49 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:39 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example112].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example112].yaml index 0f9876bea..4a2d9fb13 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example112].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example112].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -100,35 +96,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:53 GMT + - Thu, 11 Sep 2025 15:57:32 GMT Source-Age: - - '17' + - '42' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 92af52e2d31d4c8485a6f704526447636c204327 + - 4d2cc9de35afc318436b72ea7106eac18687c032 X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4682-BOS X-Timer: - - S1737644694.799170,VS0,VE1 + - S1757605952.457814,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -181,7 +173,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -191,17 +183,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:53 GMT + - Thu, 11 Sep 2025 15:57:32 GMT Source-Age: - - '18' + - '42' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -211,15 +203,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 54113ebdef4de426271e6d4ca9ee405042c20d85 + - 5e64a1893faabe01508fbf3d11b3ae58c0290e44 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300071-DEN + - cache-bos4669-BOS X-Timer: - - S1737644694.820767,VS0,VE1 + - S1757605953.525547,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example113].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example113].yaml index 7f13c24b8..6baa9c9c9 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example113].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example113].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -79,7 +75,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -89,17 +85,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:09:53 GMT + - Thu, 11 Sep 2025 15:57:32 GMT Source-Age: - - '23' + - '50' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -109,15 +105,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c102392449d08fe291a446a03a9f112fa43585ba + - a0034b757b75e9131b312574bccee313a34eda7c X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4658-BOS X-Timer: - - S1737644694.843225,VS0,VE1 + - S1757605953.596048,VS0,VE3 X-XSS-Protection: - 1; mode=block status: @@ -126,12 +122,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -182,7 +174,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -192,17 +184,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:53 GMT + - Thu, 11 Sep 2025 15:57:32 GMT Source-Age: - - '23' + - '51' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -212,15 +204,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0b053e8641d96d143706a8a97d5b474ce18197c9 + - 622d3c54e882792492e020400b488d56e72ce7ff X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4679-BOS X-Timer: - - S1737644694.864328,VS0,VE1 + - S1757605953.677512,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example114].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example114].yaml index c3db8197c..c70854fe7 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example114].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example114].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/item.json response: @@ -100,17 +96,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6137' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:53 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"66e1651c-17f9"' Last-Modified: @@ -122,19 +118,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - f35a9b01808ff5bd61a177187a5c9d4d681b46f7 + - 34cc6d7218d977b8a0e9bf46550d67788919d084 X-GitHub-Request-Id: - - A95D:2A3DED:11A5064:1430DF0:67925A95 + - 118F:D080E:1FEF938:234C243:68C2EEED X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4657-BOS X-Timer: - - S1737644694.887227,VS0,VE65 + - S1757605953.762213,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:53 GMT + - Thu, 11 Sep 2025 15:56:53 GMT x-proxy-cache: - MISS status: @@ -143,12 +139,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/basics.json response: @@ -167,17 +159,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '538' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:54 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"66e1651c-21a"' Last-Modified: @@ -189,19 +181,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 0900c230c479597c1e99af9b3aa1a3f29f37f91c + - fcadf7a1776276c0ec1151f18f3c45e195885d70 X-GitHub-Request-Id: - - 4716:2B172E:11FF5C5:148B491:67925A95 + - 2BDC:3A03AF:1DFA092:2158367:68C2EEED X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4649-BOS X-Timer: - - S1737644694.978209,VS0,VE68 + - S1757605953.853921,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:54 GMT + - Thu, 11 Sep 2025 15:56:53 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -210,12 +204,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/datetime.json response: @@ -245,17 +235,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1307' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:54 GMT + - Thu, 11 Sep 2025 15:52:32 GMT ETag: - '"66e1651c-51b"' Last-Modified: @@ -267,19 +257,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - c051ff4722d843c21fbcce499ed4f9a74e9bfe6c + - e9fa007b38f36756c5b5e7cb31924e7db26dc7c4 X-GitHub-Request-Id: - - F008:3F6432:11BF4E0:144B3C6:67925A95 + - B5AD:2BF852:1E9432D:21F2211:68C2EEED X-Served-By: - - cache-den-kden1300050-DEN + - cache-bos4692-BOS X-Timer: - - S1737644694.069380,VS0,VE66 + - S1757605953.927761,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:54 GMT + - Thu, 11 Sep 2025 15:56:54 GMT x-proxy-cache: - MISS status: @@ -288,12 +278,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/instrument.json response: @@ -314,17 +300,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '672' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:54 GMT + - Thu, 11 Sep 2025 15:52:33 GMT ETag: - '"66e1651c-2a0"' Last-Modified: @@ -336,19 +322,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 2ca7a6cbfa0a82e953a37502fb7fc08d7b619727 + - 0cdb3216871e94f8f56128603d6ba429b6c293a6 X-GitHub-Request-Id: - - 54AA:3DFDE1:11CBD3F:1457BCA:67925A95 + - 227C:3CD789:1F91BDD:22ED59D:68C2EEED X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4689-BOS X-Timer: - - S1737644694.158184,VS0,VE81 + - S1757605953.001586,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:54 GMT + - Thu, 11 Sep 2025 15:56:54 GMT x-proxy-cache: - MISS status: @@ -357,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/licensing.json response: @@ -378,17 +360,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '307' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:54 GMT + - Thu, 11 Sep 2025 15:52:33 GMT ETag: - '"66e1651c-133"' Last-Modified: @@ -400,19 +382,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 4634b18652fef33987286276f3cdaaaacef0df0b + - 6801e97d617745b0df206696ff590f4093e75873 X-GitHub-Request-Id: - - 2D0C:EEC2E:118BE2C:1417C1F:67925A95 + - E1FB:3FCF91:1F7612F:22D2144:68C2EEED X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4643-BOS X-Timer: - - S1737644694.262401,VS0,VE54 + - S1757605953.074156,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:54 GMT + - Thu, 11 Sep 2025 15:56:54 GMT x-origin-cache: - HIT x-proxy-cache: @@ -423,12 +405,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/provider.json response: @@ -455,17 +433,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1112' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:54 GMT + - Thu, 11 Sep 2025 15:52:33 GMT ETag: - '"66e1651c-458"' Last-Modified: @@ -477,19 +455,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 22662a3606c7b4a550eb15adad2dd3084d31210e + - dd23b93473f8f8445ad3b8a02607d968a96c2de3 X-GitHub-Request-Id: - - A38A:3D3696:1213E7C:149FB5A:67925A92 + - D639:11E81:1FAF471:230C531:68C2EEED X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4645-BOS X-Timer: - - S1737644694.339914,VS0,VE52 + - S1757605953.152881,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:54 GMT + - Thu, 11 Sep 2025 15:56:54 GMT x-origin-cache: - HIT x-proxy-cache: @@ -500,12 +478,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/extensions/eo/json-schema/schema.json response: @@ -571,17 +545,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4153' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:54 GMT + - Thu, 11 Sep 2025 15:52:33 GMT ETag: - '"66e1651c-1039"' Last-Modified: @@ -593,21 +567,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 7896b3aa0b760552bbdbda8fbb835397483a93cd + - 670c647c08c1824ed430a37fd839f07e473d19af X-GitHub-Request-Id: - - 60A7:1CC61C:1112097:139DDD2:67925A95 + - 2482:D080E:1FEF9F8:234C31C:68C2EEED X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4693-BOS X-Timer: - - S1737644694.453992,VS0,VE60 + - S1757605953.269872,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:54 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:54 GMT x-proxy-cache: - MISS status: @@ -616,12 +588,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/extensions/projection/json-schema/schema.json response: @@ -694,17 +662,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4679' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:54 GMT + - Thu, 11 Sep 2025 15:52:33 GMT ETag: - '"66e1651c-1247"' Last-Modified: @@ -716,19 +684,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 41afe3538fd4dcfb4038e571b50529ccdf1eee1d + - 63b283c025500ea8d14f4b2a3abe10927a2234ff X-GitHub-Request-Id: - - 9FAF:12A08B:12917B9:151D62D:67925A95 + - AB95:FB713:1DE0274:213E2AF:68C2EEEE X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4682-BOS X-Timer: - - S1737644695.536277,VS0,VE56 + - S1757605953.347912,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:54 GMT + - Thu, 11 Sep 2025 15:56:54 GMT x-origin-cache: - HIT x-proxy-cache: @@ -739,12 +707,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/extensions/scientific/json-schema/schema.json response: @@ -805,17 +769,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3695' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:54 GMT + - Thu, 11 Sep 2025 15:52:33 GMT ETag: - '"66e1651c-e6f"' Last-Modified: @@ -827,19 +791,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 86d912abfe1d741265e103385aaf137fca5f5c60 + - 0756842bc8020be5269c25dd528c1419cf8775b6 X-GitHub-Request-Id: - - A955:16FB:E29C73:1041DE5:67925A96 + - DE8D:FA1FD:1EE5E80:22436AE:68C2EEEE X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4692-BOS X-Timer: - - S1737644695.617238,VS0,VE60 + - S1757605953.419958,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:54 GMT + - Thu, 11 Sep 2025 15:56:54 GMT x-origin-cache: - HIT x-proxy-cache: @@ -850,12 +814,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/extensions/view/json-schema/schema.json response: @@ -914,17 +874,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3567' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:54 GMT + - Thu, 11 Sep 2025 15:52:33 GMT ETag: - '"66e1651c-def"' Last-Modified: @@ -936,19 +896,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - d5cfaef4ba9b4326b101f528a926248a0b8a68a2 + - 68b6ad3fc177e60edbb83f17818d381b143497a1 X-GitHub-Request-Id: - - A38A:3D3696:1213EC4:149FBB1:67925A96 + - 448A:38B0E6:1F9FCEE:22FB363:68C2EEEE X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4689-BOS X-Timer: - - S1737644695.703202,VS0,VE62 + - S1757605954.505946,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:54 GMT + - Thu, 11 Sep 2025 15:56:55 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example115].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example115].yaml index 4aae4e64f..961cd5d29 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example115].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example115].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.2/item-spec/json-schema/item.json response: @@ -102,17 +98,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6279' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:54 GMT + - Thu, 11 Sep 2025 15:52:33 GMT ETag: - '"66e1651c-1887"' Last-Modified: @@ -124,21 +120,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 5b84025d3eccecd84e751a4fab282587b831378f + - 80b8a162a8f88a9f6319c5c0a4e3a04ac11dd262 X-GitHub-Request-Id: - - B1BB:3BFE4B:1397E4E:1623E2A:67925A94 + - A479:38B0E6:1F9FD19:22FB390:68C2EEEE X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4649-BOS X-Timer: - - S1737644695.803956,VS0,VE69 + - S1757605954.604428,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:54 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:55 GMT x-proxy-cache: - MISS status: @@ -147,12 +141,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.2/item-spec/json-schema/basics.json response: @@ -171,17 +161,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '538' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:54 GMT + - Thu, 11 Sep 2025 15:52:33 GMT ETag: - '"66e1651c-21a"' Last-Modified: @@ -193,21 +183,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - edcf7585d01f5674dca0df3be070a95e648172f0 + - dd4e9e4e0fdbe05a0f0c512d44c9f295577e943c X-GitHub-Request-Id: - - 663E:25116D:11D0D41:145CBCB:67925A96 + - 4CF0:2A9F2B:1FA20B8:22FF1C7:68C2EEED X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4667-BOS X-Timer: - - S1737644695.904492,VS0,VE74 + - S1757605954.689726,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:54 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:55 GMT x-proxy-cache: - MISS status: @@ -216,12 +204,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.2/item-spec/json-schema/datetime.json response: @@ -251,17 +235,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1307' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:33 GMT ETag: - '"66e1651c-51b"' Last-Modified: @@ -273,19 +257,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 3a1e6973f70f55caef85e6eb1f9d6ac574b2be52 + - 001bc4a7624e640fa00d300a90b342f9c902b89c X-GitHub-Request-Id: - - B1BB:3BFE4B:1397E6C:1623E50:67925A96 + - B7EE:3CD789:1F91D5E:22ED73E:68C2EEED X-Served-By: - - cache-den-kden1300067-DEN + - cache-bos4686-BOS X-Timer: - - S1737644695.002049,VS0,VE58 + - S1757605954.777498,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:55 GMT + - Thu, 11 Sep 2025 15:56:55 GMT x-origin-cache: - HIT x-proxy-cache: @@ -296,12 +280,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.2/item-spec/json-schema/instrument.json response: @@ -322,17 +302,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '701' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:33 GMT ETag: - '"66e1651c-2bd"' Last-Modified: @@ -344,19 +324,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 38184f5ddca7705f86d4fc75569b124b2adc6e2d + - 54239936271fcc35ffb22009b7d9d5d02c019417 X-GitHub-Request-Id: - - DBD7:106179:12047C7:149058C:67925A94 + - 0E4B:FA1FD:1EE5F3B:224377B:68C2EEEE X-Served-By: - - cache-den-kden1300071-DEN + - cache-bos4651-BOS X-Timer: - - S1737644695.084165,VS0,VE61 + - S1757605954.856652,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:55 GMT + - Thu, 11 Sep 2025 15:56:55 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -365,12 +347,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.2/item-spec/json-schema/licensing.json response: @@ -386,17 +364,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '307' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:33 GMT ETag: - '"66e1651c-133"' Last-Modified: @@ -408,19 +386,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 6e706ce803ec8ad3bad46f6deab2337ca7a13a7a + - 29a6ee60dfe4be024711e52ecf8212878410bdd8 X-GitHub-Request-Id: - - B229:2FBEED:12651AC:14F105E:67925A96 + - A1A4:20D39C:1FB17CA:230D717:68C2EEEF X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4690-BOS X-Timer: - - S1737644695.168467,VS0,VE81 + - S1757605954.943262,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:55 GMT + - Thu, 11 Sep 2025 15:56:55 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -429,12 +409,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.2/item-spec/json-schema/provider.json response: @@ -461,17 +437,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1140' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:34 GMT ETag: - '"66e1651c-474"' Last-Modified: @@ -483,19 +459,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - b19dd57d2e6adcc330817dc8af79cc05279e9792 + - 023c396533e8682df55acbe832b13eddc4a8bf12 X-GitHub-Request-Id: - - E8AE:19BE31:12DFE9D:156BD21:67925A96 + - 227C:3CD789:1F91DC7:22ED7B1:68C2EEEF X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4666-BOS X-Timer: - - S1737644695.272296,VS0,VE57 + - S1757605954.029777,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:55 GMT + - Thu, 11 Sep 2025 15:56:55 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -504,12 +482,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -587,17 +561,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '46' + - '439' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:34 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -613,19 +587,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 48815352631235e832dc3a46dbe361d71119c39e + - 7c22bf90af86ce9c611229903022cd7da72f160f X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300050-DEN + - cache-bos4686-BOS X-Timer: - - S1737644695.390186,VS0,VE1 + - S1757605954.138228,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -634,12 +606,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v1.0.0/schema.json response: @@ -711,17 +679,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4646' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:34 GMT ETag: - '"669e563b-1226"' Last-Modified: @@ -739,17 +707,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 9c67ec0800641ad2cb97758f7d02a1fee7a46f9a + - e951bc4e7d712ee27e83c89d13e6b42c744ca82a X-GitHub-Request-Id: - - 737E:12A08B:117419E:13DC826:6792475C + - 495E:15BCE:1E96F66:21F25DD:68C2EEEF X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4685-BOS X-Timer: - - S1737644695.410445,VS0,VE55 + - S1757605954.209776,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -758,12 +724,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -849,17 +811,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '46' + - '436' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:34 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -875,19 +837,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - ada3d2b90804ba681bf46ffe27c9466ee25daec4 + - c0942ceaf0c4a54f12cc11508be42c18f7e3510a X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4681-BOS X-Timer: - - S1737644695.488434,VS0,VE2 + - S1757605954.279753,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: @@ -896,12 +856,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -959,21 +915,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '46' + - '440' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:34 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -985,19 +941,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 65f4b6ee86e327d07888aca4e4d021b0e1af897f + - 75bb7ab40b1646dc886f71605c27fc68c125e1e1 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4659-BOS X-Timer: - - S1737644696.513992,VS0,VE1 + - S1757605954.357949,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -1006,12 +960,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/remote-data/v1.0.0/schema.json response: @@ -1076,17 +1026,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3991' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:34 GMT ETag: - '"6046b731-f97"' Last-Modified: @@ -1104,17 +1054,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 80e81ef72c34051e71d390bf4cf80f4467de6012 + - 67078c67cf1f3b526948efd77931be0c31dec140 X-GitHub-Request-Id: - - EEC0:3DFDE1:10B55FA:131DCEF:67924757 + - B45E:3B188F:1EF9852:22556BA:68C2EEEF X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4673-BOS X-Timer: - - S1737644696.537348,VS0,VE59 + - S1757605954.431878,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example116].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example116].yaml index 61fa2d1f3..fd3c4e1a2 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example116].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example116].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/catalog-spec/json-schema/catalog.json response: @@ -49,17 +45,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2169' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:34 GMT ETag: - '"66e1651c-879"' Last-Modified: @@ -71,19 +67,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 86c564f95fef17eaef3dc14e68554bade28e8738 + - 86ecaeba3a7f3d59e2c57e3ec042fd1d36c3809b X-GitHub-Request-Id: - - B1BB:3BFE4B:1397EC8:1623EC4:67925A97 + - 920C:15BCE:1E96FCE:21F264B:68C2EEEF X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4630-BOS X-Timer: - - S1737644696.632525,VS0,VE61 + - S1757605955.527823,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:55 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example117].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example117].yaml index 6efdc8e9d..90f4abee9 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example117].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example117].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/collection-spec/json-schema/collection.json response: @@ -114,17 +110,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '7209' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:34 GMT ETag: - '"66e1651c-1c29"' Last-Modified: @@ -136,21 +132,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - a1d1a1146b1b101ee7091afe0246ede7210f13c3 + - 372e4d9c329b4ae36410f9f7f9a0443c66ff073e X-GitHub-Request-Id: - - 2D0C:EEC2E:118BF48:1417D6B:67925A96 + - A4D3:13E3A5:1E98041:21F570A:68C2EEF0 X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4681-BOS X-Timer: - - S1737644696.726462,VS0,VE61 + - S1757605955.631513,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:55 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -159,12 +153,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json response: @@ -265,17 +255,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6723' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:34 GMT ETag: - '"66e1651c-1a43"' Last-Modified: @@ -287,19 +277,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - - '0' + - '2' X-Fastly-Request-ID: - - 694bec141c537b900eb78022658acb144bc2947e + - e426d025099082da87f3081c29aa3d2217498a82 X-GitHub-Request-Id: - - 3EA9:21E15:12E0CB5:156CBF4:67925A97 + - 6830:FB713:1DE043F:213E4A8:68C2EEEE X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4638-BOS X-Timer: - - S1737644696.817260,VS0,VE66 + - S1757605955.718812,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:55 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-origin-cache: - HIT x-proxy-cache: @@ -310,12 +300,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/basics.json response: @@ -334,17 +320,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '533' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:55 GMT + - Thu, 11 Sep 2025 15:52:34 GMT ETag: - '"66e1651c-215"' Last-Modified: @@ -360,15 +346,17 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - db979d0b954c02a943ea12fbb9904c46fc25e904 + - 5b1c705adddb2000c540b443c772096c448806f6 X-GitHub-Request-Id: - - 703D:2259D3:FC84EA:1198989:67925148 + - 8BC5:2391:1FBEC5E:231AD43:68C2EEF0 X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4633-BOS X-Timer: - - S1737644696.904192,VS0,VE53 + - S1757605955.794213,VS0,VE2 expires: - - Thu, 23 Jan 2025 14:35:16 GMT + - Thu, 11 Sep 2025 15:56:56 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -377,12 +365,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/datetime.json response: @@ -414,17 +398,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1472' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:34 GMT ETag: - '"66e1651c-5c0"' Last-Modified: @@ -440,15 +424,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - c518f38c7da1bb46425337cbc102417aa193a671 + - a53501f56f51c40cf08d609724c6f90cb1d1d1b5 X-GitHub-Request-Id: - - 64E9:196FE:EA4984:1074E01:67925148 + - 280E:FA1FD:1EE60B6:2243920:68C2EEF0 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4642-BOS X-Timer: - - S1737644696.979225,VS0,VE62 + - S1757605955.884320,VS0,VE2 expires: - - Thu, 23 Jan 2025 14:35:16 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-origin-cache: - HIT x-proxy-cache: @@ -459,12 +443,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/instrument.json response: @@ -485,17 +465,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '696' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:34 GMT ETag: - '"66e1651c-2b8"' Last-Modified: @@ -511,17 +491,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - a1a15f751f743e9f5fb00e4447e1e49aaa840c03 + - 5b86d893ec38e23bbee84200f134a268cd0ffe43 X-GitHub-Request-Id: - - 1DA1:188222:F17CD1:10E8100:6792514C + - C268:C8585:1E15137:2173E2A:68C2EEF0 X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4674-BOS X-Timer: - - S1737644696.064418,VS0,VE56 + - S1757605955.959970,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -530,12 +508,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/licensing.json response: @@ -551,17 +525,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '302' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - '"66e1651c-12e"' Last-Modified: @@ -575,19 +549,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '0' + - '2' X-Fastly-Request-ID: - - cb8a2b12399a2f3a15dcc8d0b3bc8b9a90605038 + - d9f399d73b431221600aa1e22df9b851539f7bb3 X-GitHub-Request-Id: - - DA16:151BE8:F58D9E:112928A:6792514C + - 9288:FB713:1DE04AB:213E52A:68C2EEF0 X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4630-BOS X-Timer: - - S1737644696.142273,VS0,VE53 + - S1757605955.035746,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -596,12 +568,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/provider.json response: @@ -628,17 +596,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1135' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - '"66e1651c-46f"' Last-Modified: @@ -654,15 +622,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 93c476921f35697fec89b3b1b1a9a689e60e61c3 + - fb49a563fafd6e970d71a408b0869b44d34cfc47 X-GitHub-Request-Id: - - 4D99:3405BB:103FFE8:121049E:6792514C + - B5B2:C72BD:20215CF:237DE00:68C2EEF0 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4670-BOS X-Timer: - - S1737644696.219186,VS0,VE52 + - S1757605955.110080,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:17 GMT + - Thu, 11 Sep 2025 15:56:57 GMT x-origin-cache: - HIT x-proxy-cache: @@ -673,12 +641,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -756,17 +720,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '48' + - '441' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -784,17 +748,15 @@ interactions: X-Cache-Hits: - '3' X-Fastly-Request-ID: - - 721f74e39a7750be8bef56953835638e990595e9 + - 6c4a9b13aed6a133e03376b1844ec612309708ae X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4656-BOS X-Timer: - - S1737644696.293952,VS0,VE0 + - S1757605955.175936,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -803,12 +765,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v1.0.0/schema.json response: @@ -880,17 +838,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4646' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - '"669e563b-1226"' Last-Modified: @@ -908,17 +866,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 2978f9be8fdaf0fb4bf47e992975760531a5f511 + - 5da162a2d37547b31a6d75a456060cbc0e8eec2f X-GitHub-Request-Id: - - 737E:12A08B:117419E:13DC826:6792475C + - 495E:15BCE:1E96F66:21F25DD:68C2EEEF X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4634-BOS X-Timer: - - S1737644696.317795,VS0,VE1 + - S1757605955.240260,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -927,12 +883,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -990,21 +942,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '47' + - '440' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -1016,19 +968,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 4991aa377acbae7bf13a4b73a276eea08e48419d + - 2b02b1b57791e1325b8f5499e5c8372ac4915525 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4678-BOS X-Timer: - - S1737644696.343911,VS0,VE1 + - S1757605955.301866,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example118].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example118].yaml index dea3b6c00..24b150dc3 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example118].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example118].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/collection-spec/json-schema/collection.json response: @@ -114,17 +110,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '7209' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - '"66e1651c-1c29"' Last-Modified: @@ -140,17 +136,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - eb976ac4705c59b76b793e2c2256348b7d4daef3 + - eca94a018eeaa94be240eef5cbe30987820daaf2 X-GitHub-Request-Id: - - 2D0C:EEC2E:118BF48:1417D6B:67925A96 + - A4D3:13E3A5:1E98041:21F570A:68C2EEF0 X-Served-By: - - cache-den-kden1300071-DEN + - cache-bos4691-BOS X-Timer: - - S1737644696.382715,VS0,VE1 + - S1757605955.386227,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:55 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -159,12 +153,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -242,17 +232,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '47' + - '441' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -268,19 +258,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '3' + - '2' X-Fastly-Request-ID: - - a583b17a746329f6c2dd47b92ce860a30647f91a + - 5e66575afc0434cdb565c960922cfa4cd0506d0a X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4672-BOS X-Timer: - - S1737644696.406806,VS0,VE0 + - S1757605955.454618,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -289,12 +277,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -352,21 +336,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '47' + - '441' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -378,19 +362,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 893c07864913d255a1441f50bca08d71b196934c + - 87392513c314e8f607682a360d34ae1bcdfc7685 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4672-BOS X-Timer: - - S1737644696.428600,VS0,VE1 + - S1757605956.523730,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example119].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example119].yaml index 9ac2e7a2d..ead8e175e 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example119].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example119].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json response: @@ -108,17 +104,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6723' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - '"66e1651c-1a43"' Last-Modified: @@ -132,17 +128,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 28282b33381c17a98e70fa8164b7853eca5c8b32 + - 8057e616355766c8f7d4b4f387e28f787a407058 X-GitHub-Request-Id: - - 3EA9:21E15:12E0CB5:156CBF4:67925A97 + - 6830:FB713:1DE043F:213E4A8:68C2EEEE X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4676-BOS X-Timer: - - S1737644696.461002,VS0,VE1 + - S1757605956.605790,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:55 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-origin-cache: - HIT x-proxy-cache: @@ -153,12 +149,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/basics.json response: @@ -177,17 +169,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '533' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - '"66e1651c-215"' Last-Modified: @@ -203,15 +195,17 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 21da739e4ba2a2b3d1d7e46e39bdc2909c89324a + - deb11a5dade95c6ee68e63fa53ea356c61f46939 X-GitHub-Request-Id: - - 703D:2259D3:FC84EA:1198989:67925148 + - 8BC5:2391:1FBEC5E:231AD43:68C2EEF0 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4624-BOS X-Timer: - - S1737644696.485006,VS0,VE1 + - S1757605956.681905,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT + - Thu, 11 Sep 2025 15:56:56 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -220,12 +214,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/datetime.json response: @@ -257,17 +247,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1472' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - '"66e1651c-5c0"' Last-Modified: @@ -283,15 +273,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 9aaeae8e87b851cfe2e168a1c8d19a25f9e9beeb + - 3e79219835d8231e7446f513a82094d77d76c39d X-GitHub-Request-Id: - - 64E9:196FE:EA4984:1074E01:67925148 + - 280E:FA1FD:1EE60B6:2243920:68C2EEF0 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4674-BOS X-Timer: - - S1737644697.504865,VS0,VE1 + - S1757605956.759599,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-origin-cache: - HIT x-proxy-cache: @@ -302,12 +292,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/instrument.json response: @@ -328,17 +314,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '696' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - '"66e1651c-2b8"' Last-Modified: @@ -354,17 +340,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 269a891697959abb40d0eb57959f94426ec737d2 + - 71c3fb2c27f14cfcdf6b72f38dc389837bac5560 X-GitHub-Request-Id: - - 1DA1:188222:F17CD1:10E8100:6792514C + - C268:C8585:1E15137:2173E2A:68C2EEF0 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4645-BOS X-Timer: - - S1737644697.524500,VS0,VE1 + - S1757605956.840545,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -373,12 +357,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/licensing.json response: @@ -394,17 +374,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '302' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - '"66e1651c-12e"' Last-Modified: @@ -418,19 +398,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '45' + - '0' X-Fastly-Request-ID: - - acbc21db375d60414a56ed78168187db8403b6e1 + - f3b76023bd640d1e92a1da701448686525817c73 X-GitHub-Request-Id: - - DA16:151BE8:F58D9E:112928A:6792514C + - 9288:FB713:1DE04AB:213E52A:68C2EEF0 X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4690-BOS X-Timer: - - S1737644697.547043,VS0,VE0 + - S1757605956.911497,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -439,12 +417,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/provider.json response: @@ -471,17 +445,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1135' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:35 GMT ETag: - '"66e1651c-46f"' Last-Modified: @@ -497,15 +471,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e6886a7cde45212d0de5b55912472783b556d858 + - d5320722df992fc1cbb84624dd945a640c626838 X-GitHub-Request-Id: - - 4D99:3405BB:103FFE8:121049E:6792514C + - B5B2:C72BD:20215CF:237DE00:68C2EEF0 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4620-BOS X-Timer: - - S1737644697.567226,VS0,VE1 + - S1757605956.984214,VS0,VE2 expires: - - Thu, 23 Jan 2025 14:35:17 GMT + - Thu, 11 Sep 2025 15:56:57 GMT x-origin-cache: - HIT x-proxy-cache: @@ -516,12 +490,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -599,17 +569,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '47' + - '441' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:36 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -625,19 +595,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '5' X-Fastly-Request-ID: - - 73168a457dd81093f56175ad5ca148b0c18a7d28 + - 52981c9e59681122ab7e8b4c9b3c1c956362205b X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4643-BOS X-Timer: - - S1737644697.619380,VS0,VE0 + - S1757605956.080466,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -646,12 +614,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -709,21 +673,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '47' + - '441' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:36 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -735,19 +699,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 03e91cdf7b18011c246739652cd23fdcac5bf6f5 + - 0aa504d8d16249b980130512e1f668e7594531a4 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300039-DEN + - cache-bos4691-BOS X-Timer: - - S1737644697.637439,VS0,VE1 + - S1757605956.144057,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example11].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example11].yaml index c1ce5240c..920a2dbf5 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example11].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example11].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:32 GMT + - Thu, 11 Sep 2025 15:51:43 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:32 GMT + - Thu, 11 Sep 2025 15:56:43 GMT Source-Age: - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6a933c4c12915694370e6aecc849cbef93ba3bc7 + - 74ec3bd777796f59fc015e902a405c563666abfd X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4644-BOS X-Timer: - - S1737644672.020730,VS0,VE1 + - S1757605904.737948,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/label/schema.json response: @@ -213,7 +205,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3404' Content-Security-Policy: @@ -223,35 +215,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:32 GMT + - Thu, 11 Sep 2025 15:51:43 GMT ETag: - '"46c09f290da4303780880924f1569b2cb0b979a2d363a4446e2b8b7cc494844b"' Expires: - - Thu, 23 Jan 2025 15:09:32 GMT + - Thu, 11 Sep 2025 15:56:43 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 02ae09a0500dcaa7196e023595687944b128f59e + - 6b51d54b043dcb988d96da61809e926f0e3fbe5f X-Frame-Options: - deny X-GitHub-Request-Id: - - 2ABC:21D799:22E972:2639BA:67925A7E + - 6167:2ACBC:149D59:191454:68C2EEB6 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4648-BOS X-Timer: - - S1737644672.048880,VS0,VE344 + - S1757605904.860317,VS0,VE51 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example120].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example120].yaml index 213d7fba0..366717128 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example120].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example120].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json response: @@ -108,17 +104,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6723' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:36 GMT ETag: - '"66e1651c-1a43"' Last-Modified: @@ -134,15 +130,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - b34b11e31a4b8d51318bdde2a37f85eb0c3e047e + - 7884d8f2e2d683c995798101a2cb317081fdd425 X-GitHub-Request-Id: - - 3EA9:21E15:12E0CB5:156CBF4:67925A97 + - 6830:FB713:1DE043F:213E4A8:68C2EEEE X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4655-BOS X-Timer: - - S1737644697.660679,VS0,VE1 + - S1757605956.222050,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:55 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-origin-cache: - HIT x-proxy-cache: @@ -153,12 +149,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/basics.json response: @@ -177,17 +169,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '533' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:36 GMT ETag: - '"66e1651c-215"' Last-Modified: @@ -203,15 +195,17 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 8de3dfec1f2c1f2cbdc92b460aa5f39a2811a025 + - 589a2599f1fbb3f5eaede41d352a06ac74982461 X-GitHub-Request-Id: - - 703D:2259D3:FC84EA:1198989:67925148 + - 8BC5:2391:1FBEC5E:231AD43:68C2EEF0 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4686-BOS X-Timer: - - S1737644697.680867,VS0,VE1 + - S1757605956.289419,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT + - Thu, 11 Sep 2025 15:56:56 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -220,12 +214,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/datetime.json response: @@ -257,17 +247,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1472' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:36 GMT ETag: - '"66e1651c-5c0"' Last-Modified: @@ -283,15 +273,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 1a453b623ade8a003fa504509746d8b4957d6c5c + - ccfbcaff5ad3b930e4fe68a7c46858091a4cb3e4 X-GitHub-Request-Id: - - 64E9:196FE:EA4984:1074E01:67925148 + - 280E:FA1FD:1EE60B6:2243920:68C2EEF0 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4649-BOS X-Timer: - - S1737644697.699403,VS0,VE1 + - S1757605956.366602,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-origin-cache: - HIT x-proxy-cache: @@ -302,12 +292,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/instrument.json response: @@ -328,17 +314,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '696' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:36 GMT ETag: - '"66e1651c-2b8"' Last-Modified: @@ -354,17 +340,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 3b212e7a1303deec64cbf07725ec2920c64d1066 + - 22c62385e720cf31eb312eb0b3f9795617879d56 X-GitHub-Request-Id: - - 1DA1:188222:F17CD1:10E8100:6792514C + - C268:C8585:1E15137:2173E2A:68C2EEF0 X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4633-BOS X-Timer: - - S1737644697.717547,VS0,VE1 + - S1757605956.438415,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -373,12 +357,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/licensing.json response: @@ -394,17 +374,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '302' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:36 GMT ETag: - '"66e1651c-12e"' Last-Modified: @@ -420,17 +400,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - eda7fc3ce5f11c281a1f222843d551dd4c658d1d + - ff73cf76c5f15181ca5cbe5b93ccd9323002609a X-GitHub-Request-Id: - - DA16:151BE8:F58D9E:112928A:6792514C + - 9288:FB713:1DE04AB:213E52A:68C2EEF0 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4683-BOS X-Timer: - - S1737644697.736317,VS0,VE1 + - S1757605957.512214,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -439,12 +417,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/provider.json response: @@ -471,17 +445,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1135' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:36 GMT ETag: - '"66e1651c-46f"' Last-Modified: @@ -497,15 +471,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f95ac245a806824d183e29c04a757c231ba3e7ed + - ddfe72b8f502fea2079f7c70329232181f4cedaa X-GitHub-Request-Id: - - 4D99:3405BB:103FFE8:121049E:6792514C + - B5B2:C72BD:20215CF:237DE00:68C2EEF0 X-Served-By: - - cache-den-kden1300061-DEN + - cache-bos4676-BOS X-Timer: - - S1737644697.755942,VS0,VE1 + - S1757605957.593425,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:17 GMT + - Thu, 11 Sep 2025 15:56:57 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example121].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example121].yaml index a8ac62da7..21e27836a 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example121].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example121].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json response: @@ -108,17 +104,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6723' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:36 GMT ETag: - '"66e1651c-1a43"' Last-Modified: @@ -132,17 +128,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 6013a0e8399d76c24d56f1007fd74ace242e0585 + - dd4af5a4cee6a77e13dc7a7824c6ab3976dc99b8 X-GitHub-Request-Id: - - 3EA9:21E15:12E0CB5:156CBF4:67925A97 + - 6830:FB713:1DE043F:213E4A8:68C2EEEE X-Served-By: - - cache-den-kden1300050-DEN + - cache-bos4657-BOS X-Timer: - - S1737644697.806613,VS0,VE1 + - S1757605957.727909,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:55 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-origin-cache: - HIT x-proxy-cache: @@ -153,12 +149,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/basics.json response: @@ -177,17 +169,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '533' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:36 GMT ETag: - '"66e1651c-215"' Last-Modified: @@ -203,15 +195,17 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - a11800d4c4c04afb899cf02b3190c7902d0625a5 + - a936b7257daba11d702588381df55ddb19843776 X-GitHub-Request-Id: - - 703D:2259D3:FC84EA:1198989:67925148 + - 8BC5:2391:1FBEC5E:231AD43:68C2EEF0 X-Served-By: - - cache-den-kden1300061-DEN + - cache-bos4682-BOS X-Timer: - - S1737644697.828312,VS0,VE1 + - S1757605957.819605,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT + - Thu, 11 Sep 2025 15:56:56 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -220,12 +214,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/datetime.json response: @@ -257,17 +247,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1472' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:36 GMT ETag: - '"66e1651c-5c0"' Last-Modified: @@ -283,15 +273,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 0d4ffb9aadfd181a985102cb2b685fb60422daef + - 0b6375fc3e685620d826ff9af81f2f45380770e9 X-GitHub-Request-Id: - - 64E9:196FE:EA4984:1074E01:67925148 + - 280E:FA1FD:1EE60B6:2243920:68C2EEF0 X-Served-By: - - cache-den-kden1300050-DEN + - cache-bos4663-BOS X-Timer: - - S1737644697.847106,VS0,VE3 + - S1757605957.906219,VS0,VE2 expires: - - Thu, 23 Jan 2025 14:35:16 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-origin-cache: - HIT x-proxy-cache: @@ -302,12 +292,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/instrument.json response: @@ -328,17 +314,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '696' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:36 GMT ETag: - '"66e1651c-2b8"' Last-Modified: @@ -354,17 +340,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 8f77804e4e43136df64414670fc3c8d76962ffbd + - 5c33a6f97006b452e109b50ab59d7c508e946dc3 X-GitHub-Request-Id: - - 1DA1:188222:F17CD1:10E8100:6792514C + - C268:C8585:1E15137:2173E2A:68C2EEF0 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4691-BOS X-Timer: - - S1737644697.867712,VS0,VE1 + - S1757605957.992946,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -373,12 +357,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/licensing.json response: @@ -394,17 +374,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '302' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:37 GMT ETag: - '"66e1651c-12e"' Last-Modified: @@ -420,17 +400,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 90e1d50425a63b6177865db13b87761a01382326 + - 622c0ab01359508d00d7bd2b0bc6d97199f3848c X-GitHub-Request-Id: - - DA16:151BE8:F58D9E:112928A:6792514C + - 9288:FB713:1DE04AB:213E52A:68C2EEF0 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4687-BOS X-Timer: - - S1737644697.887366,VS0,VE1 + - S1757605957.079940,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -439,12 +417,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/provider.json response: @@ -471,17 +445,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1135' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:37 GMT ETag: - '"66e1651c-46f"' Last-Modified: @@ -497,15 +471,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - b9acf813842b0193d08221da44c8ef209ce072ec + - 3d50d0878c3742e33a048a44f9c3500af3ee3315 X-GitHub-Request-Id: - - 4D99:3405BB:103FFE8:121049E:6792514C + - B5B2:C72BD:20215CF:237DE00:68C2EEF0 X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4670-BOS X-Timer: - - S1737644697.906267,VS0,VE1 + - S1757605957.165911,VS0,VE2 expires: - - Thu, 23 Jan 2025 14:35:17 GMT + - Thu, 11 Sep 2025 15:56:57 GMT x-origin-cache: - HIT x-proxy-cache: @@ -516,12 +490,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -599,17 +569,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '48' + - '443' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:56 GMT + - Thu, 11 Sep 2025 15:52:37 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -625,19 +595,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - aae519091ff3194be28a6ee013bca4149e56fb31 + - fb5401c6429b276562954969ba782afe9b276e12 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300040-DEN + - cache-bos4671-BOS X-Timer: - - S1737644697.995227,VS0,VE1 + - S1757605957.370403,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -646,12 +614,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -711,17 +675,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '42' + - '428' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3714' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:37 GMT ETag: - '"67627e9d-e82"' Last-Modified: @@ -737,19 +701,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 7e37101c495f7deacd16e53d1843ffca382c5ca2 + - 9eea0553e95fcae9016f4c8a98668fec2a80ab50 X-GitHub-Request-Id: - - 3137:3D3696:110B8D9:1373E1E:6792475B + - 621C:19FF07:BB2CFC:D6CBD0:68C2EE98 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4682-BOS X-Timer: - - S1737644697.014451,VS0,VE1 + - S1757605957.447575,VS0,VE0 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:28 GMT x-proxy-cache: - MISS status: @@ -758,12 +720,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v1.0.0/schema.json response: @@ -835,17 +793,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4646' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:37 GMT ETag: - '"669e563b-1226"' Last-Modified: @@ -863,17 +821,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e22ef3cb561d9c5f93af549e89d0ca292fa05162 + - cc9a93d99939adca00082f5f44d7185e0051b289 X-GitHub-Request-Id: - - 737E:12A08B:117419E:13DC826:6792475C + - 495E:15BCE:1E96F66:21F25DD:68C2EEEF X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4631-BOS X-Timer: - - S1737644697.033517,VS0,VE1 + - S1757605958.519876,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -882,12 +838,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/mgrs/v1.0.0/schema.json response: @@ -937,17 +889,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '44' + - '435' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2889' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:37 GMT ETag: - '"60c20ce1-b49"' Last-Modified: @@ -963,19 +915,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - ff2f3f1999cd878bfbb0875a3cd9dc4f08e70618 + - 4c0ee8c128659ece94b3df948f484f5536a5de9f X-GitHub-Request-Id: - - FF3A:188222:F9CE3F:11796FF:67925A6C + - 8146:41371:C197CC:DD3EA9:68C2EE91 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4654-BOS X-Timer: - - S1737644697.055527,VS0,VE1 + - S1757605958.601976,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:12 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:22 GMT x-proxy-cache: - MISS status: @@ -984,12 +934,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/grid/v1.0.0/schema.json response: @@ -1023,17 +969,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '338' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1749' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:37 GMT ETag: - '"638a24f0-6d5"' Last-Modified: @@ -1047,21 +993,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - cb85793bfa20c55aa085774a2bd2a113e285e0cd + - 9fd510118f628f1ed09802ff88635ec5152b3e70 X-GitHub-Request-Id: - - 4758:2DD7D9:129503E:1520F11:67925A8E + - 8BC5:2391:1FBEFF4:231B128:68C2EEF3 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4673-BOS X-Timer: - - S1737644697.075255,VS0,VE59 + - S1757605958.676046,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:57 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:56:59 GMT x-proxy-cache: - MISS status: @@ -1070,12 +1014,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -1133,21 +1073,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '48' + - '443' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:37 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -1161,17 +1101,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - dd36c09efc135208a279120dd95f49f227f95263 + - 87bf6afb38c8fc92dbb75af496f6ebb6c0b1d7d4 X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4647-BOS X-Timer: - - S1737644697.154056,VS0,VE1 + - S1757605958.754089,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example122].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example122].yaml index 1ffb2c103..36ff4bd7d 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example122].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example122].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json response: @@ -108,17 +104,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6723' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:37 GMT ETag: - '"66e1651c-1a43"' Last-Modified: @@ -134,15 +130,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 7f92a300f4f4dc8ab50ca6bd4bb6457d67c25c4e + - 5eec05a22c43a02dc4929f26238d12a8363c890f X-GitHub-Request-Id: - - 3EA9:21E15:12E0CB5:156CBF4:67925A97 + - 6830:FB713:1DE043F:213E4A8:68C2EEEE X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4621-BOS X-Timer: - - S1737644697.183823,VS0,VE1 + - S1757605958.867990,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:55 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-origin-cache: - HIT x-proxy-cache: @@ -153,12 +149,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/basics.json response: @@ -177,17 +169,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '533' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:37 GMT ETag: - '"66e1651c-215"' Last-Modified: @@ -201,17 +193,19 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 409a5a48a2a3dfcc4932d81dcc253ab94eb8c404 + - a58966784834010f4df8e8b2838b253e5223403b X-GitHub-Request-Id: - - 703D:2259D3:FC84EA:1198989:67925148 + - 8BC5:2391:1FBEC5E:231AD43:68C2EEF0 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4690-BOS X-Timer: - - S1737644697.206427,VS0,VE1 + - S1757605958.965792,VS0,VE0 expires: - - Thu, 23 Jan 2025 14:35:16 GMT + - Thu, 11 Sep 2025 15:56:56 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -220,12 +214,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/datetime.json response: @@ -257,17 +247,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1472' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - '"66e1651c-5c0"' Last-Modified: @@ -283,15 +273,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e5728dd3f27c92c57b541e3811271d30d66b014e + - 6a1f055fa8ca8b08e28fb55cbe5ac1c2e442018c X-GitHub-Request-Id: - - 64E9:196FE:EA4984:1074E01:67925148 + - 280E:FA1FD:1EE60B6:2243920:68C2EEF0 X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4648-BOS X-Timer: - - S1737644697.224870,VS0,VE1 + - S1757605958.052705,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-origin-cache: - HIT x-proxy-cache: @@ -302,12 +292,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/instrument.json response: @@ -328,17 +314,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '696' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - '"66e1651c-2b8"' Last-Modified: @@ -352,19 +338,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '10' X-Fastly-Request-ID: - - bbf4dc4e5903112b363f3d2be3c1266c41aa24cd + - 476e7fdd7029695fb9086d27ff7e5ac73ea64b6c X-GitHub-Request-Id: - - 1DA1:188222:F17CD1:10E8100:6792514C + - C268:C8585:1E15137:2173E2A:68C2EEF0 X-Served-By: - - cache-den-kden1300049-DEN + - cache-bos4672-BOS X-Timer: - - S1737644697.243818,VS0,VE1 + - S1757605958.129202,VS0,VE0 expires: - - Thu, 23 Jan 2025 14:35:16 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -373,12 +357,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/licensing.json response: @@ -394,17 +374,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '302' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - '"66e1651c-12e"' Last-Modified: @@ -420,17 +400,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - eecd61880a40a135b88f66ea8734e0f52afe7249 + - 8ebd16bed43a9e13cfba83abb4d2b1bbe1d0fba3 X-GitHub-Request-Id: - - DA16:151BE8:F58D9E:112928A:6792514C + - 9288:FB713:1DE04AB:213E52A:68C2EEF0 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4677-BOS X-Timer: - - S1737644697.262699,VS0,VE1 + - S1757605958.201783,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -439,12 +417,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/provider.json response: @@ -471,17 +445,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1135' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - '"66e1651c-46f"' Last-Modified: @@ -497,15 +471,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 4d1a7a8c71bfb391fc5bd4bd56c8bb73184e7625 + - 72097387f8cc168ca39f8c091d3a5524538aaf41 X-GitHub-Request-Id: - - 4D99:3405BB:103FFE8:121049E:6792514C + - B5B2:C72BD:20215CF:237DE00:68C2EEF0 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4666-BOS X-Timer: - - S1737644697.281806,VS0,VE1 + - S1757605958.277886,VS0,VE2 expires: - - Thu, 23 Jan 2025 14:35:17 GMT + - Thu, 11 Sep 2025 15:56:57 GMT x-origin-cache: - HIT x-proxy-cache: @@ -516,12 +490,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -599,17 +569,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '48' + - '444' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -627,17 +597,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 897b949e7d6e61a1bfd6eb49b6cbc70ba875918e + - 9645bc55f9945046fa067316e78ea8cfa6e1eba4 X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300059-DEN + - cache-bos4670-BOS X-Timer: - - S1737644697.329218,VS0,VE1 + - S1757605958.378158,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -646,12 +614,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v1.0.0/schema.json response: @@ -723,17 +687,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4646' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - '"669e563b-1226"' Last-Modified: @@ -751,17 +715,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 5f9315ca0c8429ba24da6ed94437dc1056643af4 + - 758ea6dbdb99934cef6427d6830f035a4058f7fe X-GitHub-Request-Id: - - 737E:12A08B:117419E:13DC826:6792475C + - 495E:15BCE:1E96F66:21F25DD:68C2EEEF X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4655-BOS X-Timer: - - S1737644697.347994,VS0,VE1 + - S1757605958.447539,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -770,12 +732,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -861,17 +819,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '48' + - '440' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5626' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -887,19 +845,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - f114a4026c4708201095f29b3c1ec70507b59a18 + - 307ad4a1a88a1a0fc4a673df12cdb8ecc58b9e8a X-GitHub-Request-Id: - - C22C:2CA3FC:10F153B:1359BA1:6792475A + - 3922:128B70:CB9EFB:E73AAF:68C2EE8E X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4643-BOS X-Timer: - - S1737644697.366551,VS0,VE0 + - S1757605959.513950,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:18 GMT x-proxy-cache: - MISS status: @@ -908,12 +864,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -971,21 +923,21 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '48' + - '444' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3583' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - - '"60635220-dff"' + - '"689f5434-dff"' Last-Modified: - - Tue, 30 Mar 2021 16:30:24 GMT + - Fri, 15 Aug 2025 15:37:24 GMT Server: - GitHub.com Strict-Transport-Security: @@ -997,19 +949,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '3' X-Fastly-Request-ID: - - ad09f2ae592aa8f9cb2ecdf778bf0963c686a938 + - 45cfabd0b5f4a1084bd7acefd9235bf4a2abd29e X-GitHub-Request-Id: - - 4FF0:3D3696:110AB38:1372E73:6792474C + - EACF:1C0114:1BE6594:1F22786:68C2EE8A X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4634-BOS X-Timer: - - S1737644697.385529,VS0,VE0 + - S1757605959.578210,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:36 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -1018,12 +968,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/remote-data/v1.0.0/schema.json response: @@ -1088,17 +1034,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3991' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - '"6046b731-f97"' Last-Modified: @@ -1116,17 +1062,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - eb57b3f8018120acb377dc2061ae9719cc52632c + - 6f3fa94be5affb8e3c0455de531a218b523f1474 X-GitHub-Request-Id: - - EEC0:3DFDE1:10B55FA:131DCEF:67924757 + - B45E:3B188F:1EF9852:22556BA:68C2EEEF X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4627-BOS X-Timer: - - S1737644697.402752,VS0,VE1 + - S1757605959.642263,VS0,VE1 expires: - - Thu, 23 Jan 2025 13:52:54 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example123].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example123].yaml index 3b2d883db..f88dcebe2 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example123].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example123].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/collection-spec/json-schema/collection.json response: @@ -114,17 +110,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '7209' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - '"66e1651c-1c29"' Last-Modified: @@ -138,19 +134,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '5' X-Fastly-Request-ID: - - efd8ba3912d47c549c476e6efcfb4e880d911ac5 + - d67277b21a9d44cfea290194fb387dfbe7b34fa5 X-GitHub-Request-Id: - - 2D0C:EEC2E:118BF48:1417D6B:67925A96 + - A4D3:13E3A5:1E98041:21F570A:68C2EEF0 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4674-BOS X-Timer: - - S1737644697.431260,VS0,VE3 + - S1757605959.735935,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:55 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example124].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example124].yaml index c7258c2c8..244c1933b 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example124].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example124].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json response: @@ -108,17 +104,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '6723' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - '"66e1651c-1a43"' Last-Modified: @@ -134,15 +130,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - a41a3179c6de07085bb479a25561fa62d3c870f3 + - e53afd2d9452749faed4b284b51d07f2ebc807a1 X-GitHub-Request-Id: - - 3EA9:21E15:12E0CB5:156CBF4:67925A97 + - 6830:FB713:1DE043F:213E4A8:68C2EEEE X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4637-BOS X-Timer: - - S1737644697.457348,VS0,VE1 + - S1757605959.834358,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:55 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-origin-cache: - HIT x-proxy-cache: @@ -153,12 +149,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/basics.json response: @@ -177,17 +169,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '533' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - '"66e1651c-215"' Last-Modified: @@ -203,15 +195,17 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 17a4fd80d19986e131d8f97a07a56cdd0f87af2d + - 7dfba9a69c5373c25bac7667f3cf6e9fb9f5c87d X-GitHub-Request-Id: - - 703D:2259D3:FC84EA:1198989:67925148 + - 8BC5:2391:1FBEC5E:231AD43:68C2EEF0 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4683-BOS X-Timer: - - S1737644697.477909,VS0,VE1 + - S1757605959.919821,VS0,VE2 expires: - - Thu, 23 Jan 2025 14:35:16 GMT + - Thu, 11 Sep 2025 15:56:56 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -220,12 +214,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/datetime.json response: @@ -257,17 +247,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1472' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:38 GMT ETag: - '"66e1651c-5c0"' Last-Modified: @@ -283,15 +273,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 473134a5f6f70ea6b876b5e1b8f96213f26a8ccf + - 718371df34876919cfa95cf010fb1952a185ad8b X-GitHub-Request-Id: - - 64E9:196FE:EA4984:1074E01:67925148 + - 280E:FA1FD:1EE60B6:2243920:68C2EEF0 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4658-BOS X-Timer: - - S1737644697.495651,VS0,VE1 + - S1757605959.992272,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT + - Thu, 11 Sep 2025 15:56:56 GMT x-origin-cache: - HIT x-proxy-cache: @@ -302,12 +292,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/instrument.json response: @@ -328,17 +314,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '696' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:39 GMT ETag: - '"66e1651c-2b8"' Last-Modified: @@ -354,17 +340,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 8f63cc901ebd3583d2daa6a96007ce9fbb38f76f + - 1091a84b388552a5a562dff663adb1381c9591b0 X-GitHub-Request-Id: - - 1DA1:188222:F17CD1:10E8100:6792514C + - C268:C8585:1E15137:2173E2A:68C2EEF0 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4688-BOS X-Timer: - - S1737644698.513719,VS0,VE1 + - S1757605959.066121,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:16 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -373,12 +357,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/licensing.json response: @@ -394,17 +374,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '302' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:39 GMT ETag: - '"66e1651c-12e"' Last-Modified: @@ -418,19 +398,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 8bdcd895d587b843036c130255ec631cc670dbdd + - b1c843f1b88fc2695fddde1b2acb9b8af81a23fd X-GitHub-Request-Id: - - DA16:151BE8:F58D9E:112928A:6792514C + - 9288:FB713:1DE04AB:213E52A:68C2EEF0 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4630-BOS X-Timer: - - S1737644698.532891,VS0,VE1 + - S1757605959.141900,VS0,VE0 expires: - - Thu, 23 Jan 2025 14:35:16 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -439,12 +417,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/provider.json response: @@ -471,17 +445,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1135' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:39 GMT ETag: - '"66e1651c-46f"' Last-Modified: @@ -497,15 +471,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 47d00c27b70b8f47468eff1dba2d71f6f2a02b36 + - 6cf81255ebb5aee87a450aeb35c64f82ca4ee663 X-GitHub-Request-Id: - - 4D99:3405BB:103FFE8:121049E:6792514C + - B5B2:C72BD:20215CF:237DE00:68C2EEF0 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4674-BOS X-Timer: - - S1737644698.551962,VS0,VE1 + - S1757605959.215943,VS0,VE1 expires: - - Thu, 23 Jan 2025 14:35:17 GMT + - Thu, 11 Sep 2025 15:56:57 GMT x-origin-cache: - HIT x-proxy-cache: @@ -516,12 +490,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -599,17 +569,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '48' + - '444' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5052' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:39 GMT ETag: - '"66df1c53-13bc"' Last-Modified: @@ -625,19 +595,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '3' X-Fastly-Request-ID: - - 56170880bcff0cf38d794f012b2fbe3d0dbabbb8 + - fef1661b740efa14bd1c95513bb11936b128660c X-GitHub-Request-Id: - - D7BA:338B06:10BABDB:12975BC:67925A68 + - BE8A:14434E:B836A2:D3D600:68C2EE8A X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4653-BOS X-Timer: - - S1737644698.583012,VS0,VE0 + - S1757605959.287436,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:09 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:55:14 GMT x-proxy-cache: - MISS status: @@ -646,12 +614,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - stac-extensions.github.io User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://stac-extensions.github.io/projection/v1.0.0/schema.json response: @@ -723,17 +687,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4646' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:39 GMT ETag: - '"669e563b-1226"' Last-Modified: @@ -749,19 +713,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 7e170585b2edfeae3cf0648ad853684f7873f1e8 + - c538af6780c045021f2984914ac2d09b496a3b6e X-GitHub-Request-Id: - - 737E:12A08B:117419E:13DC826:6792475C + - 495E:15BCE:1E96F66:21F25DD:68C2EEEF X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4624-BOS X-Timer: - - S1737644698.601298,VS0,VE0 + - S1757605959.350202,VS0,VE2 expires: - - Thu, 23 Jan 2025 13:52:53 GMT - permissions-policy: - - interest-cohort=() + - Thu, 11 Sep 2025 15:56:56 GMT x-proxy-cache: - MISS status: @@ -770,12 +732,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.2/projjson.schema.json response: @@ -785,15 +743,15 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '8' + - '1200' CF-Cache-Status: - HIT CF-Ray: - - 9068ade02a581f49-DEN + - 97d8555e7aa9778a-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -801,16 +759,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:39 GMT Location: - https://proj.org/en/latest/schemas/v0.2/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=wdpmIthyX3KzGbgEhhHpHDfG3QCXKDYu271Ks3n0Q2k-1737644697677-0.0.1.1-604800000; + - __cf_bm=HwFVx5oCNI5sICvYUG7w8r60vxPS2_bNYh_.upIwjlk-1757605959-1.0.1.1-XrnVJ.9lVjW6B79xJoJlegnctVNuYbaB_yt.s7AKQSlUvyD.mv.QTgcspvNmBw3fOflqOIZx_ZoZER8pd4h3fn5iHeTxiVSK96U4reZ_Ykw; + path=/; expires=Thu, 11-Sep-25 16:22:39 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=K6vW.i2O_YkpG7J0ZgOWQQra3SnBXjRCUTWpEJDb5lA-1757605959473-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -822,7 +783,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-0df7d0f4acf049917 + - web-i-08cdc39b7f37b37d5 x-content-type-options: - nosniff x-rtd-domain: @@ -845,12 +806,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.2/projjson.schema.json response: @@ -1298,19 +1255,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4923' + - '4764' CF-Cache-Status: - HIT CF-Ray: - - 9068ade0a87ee65d-DEN + - 97d8555f4ed2f28b-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:57 GMT + - Thu, 11 Sep 2025 15:52:39 GMT ETag: - W/"54be42a997d748d338984583b3f2c900" Last-Modified: @@ -1318,7 +1275,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=NOPYQAZIGR0KdJl_2Ok6RSFSlHFC1tWFSBUPQY8OA9Q-1737644697721-0.0.1.1-604800000; + - __cf_bm=.4blPwK2KU4IpAlVfJJ3IdCy6AqsVqfaPdbtpmuEFHQ-1757605959-1.0.1.1-YBHLhmg4Y3mFpYX5toy4GhqsfCGVOzFoTt67vmCk1vfJc9xfR52NwM8D7S0M00W.0kx7XR3dPwPynHaNPJWRw5YM9TtPRoWgARlKKt3QrUc; + path=/; expires=Thu, 11-Sep-25 16:22:39 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=sHJN_K4.uSYap99f8bFwceXhkdsm___J4utTdq0AttI-1757605959593-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -1333,15 +1293,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - 2d4ls//oUd2el6OMtBwGYotBs/TvNyG5sf6Pacdv852EM8exlHLL3XysQS29cARNGamoVe5o0Vc= + - u7n7KSoYu8w9cyLO4XLwBwTwYdQ3Wyml7J+C6woLMpHwu3whoWqiNnD9hKVSLIN5ghQElMaJ3Fo= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - Y2KKVM9MPFKQRGXZ + - 8ARFMN6T2PBWDEG6 x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-08b969064f4b9cdc5 + - web-i-0ff35b8ab69d931fc x-content-type-options: - nosniff x-rtd-domain: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example12].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example12].yaml index d443f9f36..c303b9a93 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example12].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example12].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:32 GMT + - Thu, 11 Sep 2025 15:51:43 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:32 GMT + - Thu, 11 Sep 2025 15:56:43 GMT Source-Age: - - '2' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - afa5a21e9dbff779bd8e68a6117f9a23d330a24f + - 631e83ab9d960d4bd3168fcaa179b225b9d72f0d X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4633-BOS X-Timer: - - S1737644672.431495,VS0,VE1 + - S1757605904.976088,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/label/schema.json response: @@ -213,7 +205,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3404' Content-Security-Policy: @@ -223,17 +215,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:32 GMT + - Thu, 11 Sep 2025 15:51:44 GMT ETag: - '"46c09f290da4303780880924f1569b2cb0b979a2d363a4446e2b8b7cc494844b"' Expires: - - Thu, 23 Jan 2025 15:09:32 GMT + - Thu, 11 Sep 2025 15:56:44 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -243,15 +235,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - aaaa447350f88628353d822a855b98ad71fd60af + - a916b8dbd4d13e60d91706e503406eaeb8888bee X-Frame-Options: - deny X-GitHub-Request-Id: - - 2ABC:21D799:22E972:2639BA:67925A7E + - 6167:2ACBC:149D59:191454:68C2EEB6 X-Served-By: - - cache-den-kden1300077-DEN + - cache-bos4639-BOS X-Timer: - - S1737644672.468621,VS0,VE1 + - S1757605904.054262,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example13].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example13].yaml index 17b7da5df..87f7c2a47 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example13].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example13].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:32 GMT + - Thu, 11 Sep 2025 15:51:44 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:32 GMT + - Thu, 11 Sep 2025 15:56:44 GMT Source-Age: - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 76cd6835583284fb710ce5db52796c66d1d0d7c8 + - 0298874401cc5acc62e8efc5af860aedf5718bb0 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4689-BOS X-Timer: - - S1737644672.489885,VS0,VE1 + - S1757605904.115458,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/label/schema.json response: @@ -213,7 +205,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3404' Content-Security-Policy: @@ -223,17 +215,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:32 GMT + - Thu, 11 Sep 2025 15:51:44 GMT ETag: - '"46c09f290da4303780880924f1569b2cb0b979a2d363a4446e2b8b7cc494844b"' Expires: - - Thu, 23 Jan 2025 15:09:32 GMT + - Thu, 11 Sep 2025 15:56:44 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -243,15 +235,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e56a667f7198cf705b1edf8135bd673603bff1a1 + - df2aaf0d9e3578b0e7a7e0842986ce539dd8e8a3 X-Frame-Options: - deny X-GitHub-Request-Id: - - 2ABC:21D799:22E972:2639BA:67925A7E + - 6167:2ACBC:149D59:191454:68C2EEB6 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4629-BOS X-Timer: - - S1737644673.514877,VS0,VE1 + - S1757605904.184603,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example14].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example14].yaml index 5b99d71a5..0e9b2b04d 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example14].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example14].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -79,7 +75,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -89,35 +85,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:32 GMT + - Thu, 11 Sep 2025 15:51:44 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:09:32 GMT + - Thu, 11 Sep 2025 15:56:44 GMT Source-Age: - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '18' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 120c2c4cae90a3be1c0b203d7aec2d3fd3a60348 + - 57ca208525a453112d908c48469cf16331537cbf X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4634-BOS X-Timer: - - S1737644673.535454,VS0,VE1 + - S1757605904.247823,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -126,12 +122,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -182,7 +174,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -192,17 +184,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:32 GMT + - Thu, 11 Sep 2025 15:51:44 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:32 GMT + - Thu, 11 Sep 2025 15:56:44 GMT Source-Age: - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -212,15 +204,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2819df4068c3aba61cebea48435b2c946240cd71 + - ede77bf599298addc5a9d621a69895b788fa9d2e X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4634-BOS X-Timer: - - S1737644673.555275,VS0,VE1 + - S1757605904.310193,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example15].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example15].yaml index 1888bfeb2..86a98bc8e 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example15].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example15].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -79,7 +75,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -89,17 +85,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:32 GMT + - Thu, 11 Sep 2025 15:51:44 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:09:32 GMT + - Thu, 11 Sep 2025 15:56:44 GMT Source-Age: - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -109,15 +105,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5f408e3419e818fa41899c5dcdf98459a143aaf6 + - 3cdb2a7b1db26cf9fcf79c7384e444836c557a6c X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300059-DEN + - cache-bos4646-BOS X-Timer: - - S1737644673.575234,VS0,VE1 + - S1757605904.380370,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -126,12 +122,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -182,7 +174,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -192,35 +184,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:32 GMT + - Thu, 11 Sep 2025 15:51:44 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:32 GMT + - Thu, 11 Sep 2025 15:56:44 GMT Source-Age: - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 611475a21f012381a14e3b90d0ac37d23dbd1a12 + - a24c80bc66e5258e27de5cd3cfbe0626fd697f66 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300061-DEN + - cache-bos4634-BOS X-Timer: - - S1737644673.595007,VS0,VE1 + - S1757605904.444151,VS0,VE0 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example16].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example16].yaml index 6a6f5aa9a..446d79c6f 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example16].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example16].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:32 GMT + - Thu, 11 Sep 2025 15:51:44 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:32 GMT + - Thu, 11 Sep 2025 15:56:44 GMT Source-Age: - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 12b0dd95ce4f706c99d40d11bf4fcfa581cd9d31 + - a12bef360e5c0fe1c35001c432ba32e0cb37adc3 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4659-BOS X-Timer: - - S1737644673.672387,VS0,VE1 + - S1757605905.677842,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/label/schema.json response: @@ -213,7 +205,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3404' Content-Security-Policy: @@ -223,17 +215,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:34 GMT + - Thu, 11 Sep 2025 15:51:47 GMT ETag: - '"46c09f290da4303780880924f1569b2cb0b979a2d363a4446e2b8b7cc494844b"' Expires: - - Thu, 23 Jan 2025 15:09:34 GMT + - Thu, 11 Sep 2025 15:56:47 GMT Source-Age: - - '2' + - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -243,15 +235,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - acb1d24ce4ff0b7471791f0997beffe7d849d7fd + - ce26fae71327d69d54728ffd62d6d71dbb994bd4 X-Frame-Options: - deny X-GitHub-Request-Id: - - 2ABC:21D799:22E972:2639BA:67925A7E + - 6167:2ACBC:149D59:191454:68C2EEB6 X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4660-BOS X-Timer: - - S1737644674.138911,VS0,VE1 + - S1757605907.305525,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example17].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example17].yaml index ee18d823f..63cd5abfe 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example17].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example17].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:34 GMT + - Thu, 11 Sep 2025 15:51:47 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:34 GMT + - Thu, 11 Sep 2025 15:56:47 GMT Source-Age: - - '3' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f4341d3c6da18f33dcbb2287b51d3dfc7fa30c7d + - 562321b8f117d9bccd0ba7d9f32a2fdd5ecc8406 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4649-BOS X-Timer: - - S1737644674.173274,VS0,VE1 + - S1757605907.394018,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/label/schema.json response: @@ -213,7 +205,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3404' Content-Security-Policy: @@ -223,17 +215,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:34 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"46c09f290da4303780880924f1569b2cb0b979a2d363a4446e2b8b7cc494844b"' Expires: - - Thu, 23 Jan 2025 15:09:34 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - - '2' + - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -243,15 +235,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - db1cee1851b8077e4f26017809e7acc9ea63ec8d + - 3fcb81749d29e68fac6156551bacf7acc564fc7c X-Frame-Options: - deny X-GitHub-Request-Id: - - 2ABC:21D799:22E972:2639BA:67925A7E + - 6167:2ACBC:149D59:191454:68C2EEB6 X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4644-BOS X-Timer: - - S1737644675.527867,VS0,VE1 + - S1757605908.058318,VS0,VE6 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example18].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example18].yaml index 86de88bea..e14da3a70 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example18].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example18].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -79,7 +75,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -89,17 +85,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:34 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:09:34 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -109,15 +105,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - dd8a69612c5e2f175343226cc6148510c8861bc2 + - aa85ed1c09cfdbabc3abe2dfb2c8563e4e4d4638 X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4673-BOS X-Timer: - - S1737644675.548352,VS0,VE1 + - S1757605908.124105,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -126,12 +122,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -182,7 +174,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -192,17 +184,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:34 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:34 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -212,15 +204,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3afbe3cf68ad5cad3f6140133a8961f1fa937a46 + - c7c85a49f69d16ed61f9dab68eb7af65b358cd57 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4636-BOS X-Timer: - - S1737644675.567320,VS0,VE1 + - S1757605908.190229,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example19].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example19].yaml index 2be63e4fc..64848ec03 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example19].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example19].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:34 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:34 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - fcfa29894c57ca0346c0341b4b811aef23c09421 + - 78df23c3fcdd4b851742863408a7be73d5a65493 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4671-BOS X-Timer: - - S1737644675.587124,VS0,VE1 + - S1757605908.254165,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/label/schema.json response: @@ -213,7 +205,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3404' Content-Security-Policy: @@ -223,17 +215,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:34 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"46c09f290da4303780880924f1569b2cb0b979a2d363a4446e2b8b7cc494844b"' Expires: - - Thu, 23 Jan 2025 15:09:34 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - - '2' + - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -243,15 +235,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 12ee040694eb9993ea275f3386e86675b72c8bd8 + - 57a3e4f0688635dd191ef39fa46754e707e00cf0 X-Frame-Options: - deny X-GitHub-Request-Id: - - 2ABC:21D799:22E972:2639BA:67925A7E + - 6167:2ACBC:149D59:191454:68C2EEB6 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4693-BOS X-Timer: - - S1737644675.605456,VS0,VE1 + - S1757605908.320049,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example1].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example1].yaml index 8c9a7814f..0d826dbe9 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example1].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example1].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -58,7 +54,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -68,17 +64,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:30 GMT + - Thu, 11 Sep 2025 15:51:42 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:30 GMT + - Thu, 11 Sep 2025 15:56:42 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -88,15 +84,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e7520addf2fecc92b2cb8e93717ea24c03ce903f + - 0ded7616650fceb15f76870e8ffc860df8ae5924 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4665-BOS X-Timer: - - S1737644670.445901,VS0,VE0 + - S1757605902.229676,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example20].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example20].yaml index af2376ad2..07b0f2cd2 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example20].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example20].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,35 +108,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:34 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:34 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '3' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0f11bd895a10d965197e2e08618c60d195bd7d06 + - e538982b4dbbc5f973f44567b4e403d97a4beebb X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4652-BOS X-Timer: - - S1737644675.624376,VS0,VE0 + - S1757605908.383749,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example21].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example21].yaml index 085eea7b8..0dbd255e3 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example21].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example21].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:34 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:34 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 48ff5bb7bb123cf5e3c81d23a24ae86195f2e781 + - bad02a10912c68feb85926966b9734bb53799f64 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4693-BOS X-Timer: - - S1737644675.644505,VS0,VE1 + - S1757605908.448605,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example22].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example22].yaml index 90a0b543c..ca9dea593 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example22].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example22].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,35 +108,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:34 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:34 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7c9b637c5561221d0d5af2f5263fb45181137d02 + - 0911eede464f453fccc596ebddda499d3a82133f X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4689-BOS X-Timer: - - S1737644675.665186,VS0,VE1 + - S1757605909.518093,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/sar/json-schema/schema.json response: @@ -246,7 +238,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6111' Content-Security-Policy: @@ -256,35 +248,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"bd0d97e01404052bb35eda302935aea6ab05818f78d1970e785c7083dedc3bad"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d61ef98fdfe18976987d3014174714629a337a3e + - 2293be264c5a5cd661f3e28609e8b3f5b429825c X-Frame-Options: - deny X-GitHub-Request-Id: - - 39F4:1DB0D8:1F7851:22C93A:67925A80 + - 3EB7:6F752:15D719:1A5C50:68C2EEBE X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4690-BOS X-Timer: - - S1737644675.683451,VS0,VE342 + - S1757605909.587583,VS0,VE73 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example23].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example23].yaml index 96c3d7e26..3f1b5e92b 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example23].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example23].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c2a41012f2f0b8fe217506c914cd2295ec30ed61 + - 68b98173fd76daa6e9e911150b26f3037fdeb106 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4663-BOS X-Timer: - - S1737644675.056771,VS0,VE1 + - S1757605909.732039,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/checksum/json-schema/schema.json response: @@ -188,7 +180,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1469' Content-Security-Policy: @@ -198,17 +190,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"ceed674cee48a43076989957b8a4f96d8acba3f52df1d52a3745e28225923aac"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - - '3' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -218,15 +210,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 74810d4d91903cb8885b0ae892e3f24da6c1627b + - 46c09dad1dd3c4ad0aadb6b3085ccf78da61c081 X-Frame-Options: - deny X-GitHub-Request-Id: - - A6F4:38A00F:20C2BB:24137A:67925A7F + - 3EB7:6F752:15D306:1A5757:68C2EEB5 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4653-BOS X-Timer: - - S1737644675.077739,VS0,VE1 + - S1757605909.806868,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -235,12 +227,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/sar/json-schema/schema.json response: @@ -332,7 +320,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6111' Content-Security-Policy: @@ -342,17 +330,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"bd0d97e01404052bb35eda302935aea6ab05818f78d1970e785c7083dedc3bad"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -362,15 +350,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 14248208b5d43848f4b20675bc3d456ff34c53e6 + - b952ec2a860c64ff29c5d05fa3765d2836bde941 X-Frame-Options: - deny X-GitHub-Request-Id: - - 39F4:1DB0D8:1F7851:22C93A:67925A80 + - 3EB7:6F752:15D719:1A5C50:68C2EEBE X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4678-BOS X-Timer: - - S1737644675.097295,VS0,VE1 + - S1757605909.883952,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example24].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example24].yaml index b17b04b50..187be53a8 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example24].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example24].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -79,7 +75,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -89,17 +85,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:48 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:48 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -109,15 +105,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 549c63cb8187f9c80de10f5b1bf92962d018f88f + - e6aca2b63024235b7b07cfb72695d3db7e84cea9 X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4629-BOS X-Timer: - - S1737644675.121980,VS0,VE1 + - S1757605909.968013,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -126,12 +122,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -182,7 +174,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -192,17 +184,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:49 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:49 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -212,15 +204,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2ae3bb7e36608b3fe8d69c7dcb3dd46197548c78 + - 45cb4008162f0241e7582e1e3cbcec0b3fe3998f X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4648-BOS X-Timer: - - S1737644675.141874,VS0,VE3 + - S1757605909.044904,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -229,12 +221,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/scientific/json-schema/schema.json response: @@ -270,7 +258,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1692' Content-Security-Policy: @@ -280,35 +268,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:49 GMT ETag: - '"13ff4323200a45e6acb12e649221282624758beb0a8f5b3a190160c2aa9d358a"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:49 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a2ce4b819361fb52bf7054afec2043bb10a5f0f5 + - 70e2aae76b0fadeb521333bffcfc7b210a9ac308 X-Frame-Options: - deny X-GitHub-Request-Id: - - 1C3B:3E9510:234823:26993B:67925A82 + - 2EC0:32AE5D:141C0A:188ED5:68C2EEBE X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4629-BOS X-Timer: - - S1737644675.161862,VS0,VE340 + - S1757605909.115987,VS0,VE50 X-XSS-Protection: - 1; mode=block status: @@ -317,12 +305,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -417,7 +401,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -427,17 +411,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:49 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:49 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -447,15 +431,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 858e7fcbb89a154a7b0358b82e2b3a52c63f63f7 + - f17aa497660361cf7b17100b45c3feb83b5d870f X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4621-BOS X-Timer: - - S1737644676.529077,VS0,VE1 + - S1757605909.240165,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example25].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example25].yaml index afeecc09b..7ea58bf57 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example25].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example25].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,35 +108,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:49 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:49 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e09df0ff03f23df6c3c80f1034291c1e5682a890 + - 2f9d51b0f5184a734aba3c2fed3968bb37f71520 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4648-BOS X-Timer: - - S1737644676.551663,VS0,VE1 + - S1757605909.320057,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/scientific/json-schema/schema.json response: @@ -190,7 +182,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1692' Content-Security-Policy: @@ -200,17 +192,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:49 GMT ETag: - '"13ff4323200a45e6acb12e649221282624758beb0a8f5b3a190160c2aa9d358a"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:49 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -220,15 +212,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5b9beaaa2eac4f8ab942f56f829edccf63c7b985 + - 7cb6c933b5ebd4559168cf396b1f50fad851b815 X-Frame-Options: - deny X-GitHub-Request-Id: - - 1C3B:3E9510:234823:26993B:67925A82 + - 2EC0:32AE5D:141C0A:188ED5:68C2EEBE X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4630-BOS X-Timer: - - S1737644676.572583,VS0,VE1 + - S1757605909.395455,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -237,12 +229,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -314,7 +302,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -324,35 +312,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:49 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:49 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 450092eb2a73eeff957d12891b3048918ceb0900 + - 9c07be3af86d1c4689a0c53bde3d6ef020ae7ac8 X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4639-BOS X-Timer: - - S1737644676.592450,VS0,VE0 + - S1757605909.477222,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -361,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -417,7 +401,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -427,17 +411,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:49 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:49 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -447,15 +431,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3350db64a41222db4856497714e362a6b71da5f7 + - 5058e3e4c5f011533a5f7389e2829e22f9aed30a X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4658-BOS X-Timer: - - S1737644676.608398,VS0,VE1 + - S1757605910.542405,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -464,12 +448,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/checksum/json-schema/schema.json response: @@ -503,7 +483,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1469' Content-Security-Policy: @@ -513,17 +493,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:49 GMT ETag: - '"ceed674cee48a43076989957b8a4f96d8acba3f52df1d52a3745e28225923aac"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:49 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -533,15 +513,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - fa80f02c2d390dd528b17f6b1d9a72a56a15b261 + - b181e5050e18f0c8ac52cf1b8f51e1692d00f5dd X-Frame-Options: - deny X-GitHub-Request-Id: - - A6F4:38A00F:20C2BB:24137A:67925A7F + - 3EB7:6F752:15D306:1A5757:68C2EEB5 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4626-BOS X-Timer: - - S1737644676.625927,VS0,VE1 + - S1757605910.617875,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example26].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example26].yaml index 8a32cfcf2..34a37002d 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example26].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example26].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,35 +108,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:49 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:49 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '3' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 1bb6b0a72dcda386b906e3692929fb200cbc5603 + - 0f0315fbb3aa80fb4b194fb707b2a03c1858ad4b X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4648-BOS X-Timer: - - S1737644676.651392,VS0,VE0 + - S1757605910.702257,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/eo/json-schema/schema.json response: @@ -210,7 +202,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3245' Content-Security-Policy: @@ -220,17 +212,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:49 GMT ETag: - '"c8576d5ea3fcee4039dcddbdcf9e59fed3f3086419a33aa96f18f4617203b76d"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:49 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -240,15 +232,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 07caaa580293b7d87145e5b94f3043d182c6e339 + - 24db01765ebf6307b203c7c5c85d02aa4a92bc98 X-Frame-Options: - deny X-GitHub-Request-Id: - - B45D:1806BD:732D2:80430:67925A7C + - 10B8:1C3F94:144BD8:18BB04:68C2EEB7 X-Served-By: - - cache-den-kden1300040-DEN + - cache-bos4641-BOS X-Timer: - - S1737644676.670157,VS0,VE1 + - S1757605910.778052,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example27].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example27].yaml index 2f9443d8d..36bb35a77 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example27].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example27].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,35 +108,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:49 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:49 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 49f0fe4f6865dab4ec301ed313a8862fa231703f + - b578c47326fdf80bd0278802b65136c9d419075a X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4693-BOS X-Timer: - - S1737644676.692171,VS0,VE1 + - S1757605910.841982,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/eo/json-schema/schema.json response: @@ -210,7 +202,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3245' Content-Security-Policy: @@ -220,17 +212,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:49 GMT ETag: - '"c8576d5ea3fcee4039dcddbdcf9e59fed3f3086419a33aa96f18f4617203b76d"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:49 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -240,15 +232,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5142c1243077c63e774b548331d913c311c0fa32 + - 32f962b580e8cb63f62397cd889d13c8097bceaf X-Frame-Options: - deny X-GitHub-Request-Id: - - B45D:1806BD:732D2:80430:67925A7C + - 10B8:1C3F94:144BD8:18BB04:68C2EEB7 X-Served-By: - - cache-den-kden1300061-DEN + - cache-bos4648-BOS X-Timer: - - S1737644676.711867,VS0,VE1 + - S1757605910.904515,VS0,VE41 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example28].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example28].yaml index 7d043a870..1ca8e45a9 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example28].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example28].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:50 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:50 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 4071b61a9756aa5701ea30b1493e3e238c76d905 + - 8463ebb03271f2feba8d6ac2dfe500556a6df5d6 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4622-BOS X-Timer: - - S1737644676.735586,VS0,VE1 + - S1757605910.004223,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/eo/json-schema/schema.json response: @@ -210,7 +202,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3245' Content-Security-Policy: @@ -220,17 +212,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:50 GMT ETag: - '"c8576d5ea3fcee4039dcddbdcf9e59fed3f3086419a33aa96f18f4617203b76d"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:50 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -240,15 +232,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3b99236e35dd5fc1b3027ae69f6cf2f770bd8002 + - f4c6b88496f489958775cd48b3bb68a295bc5311 X-Frame-Options: - deny X-GitHub-Request-Id: - - B45D:1806BD:732D2:80430:67925A7C + - 10B8:1C3F94:144BD8:18BB04:68C2EEB7 X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4680-BOS X-Timer: - - S1737644676.753901,VS0,VE1 + - S1757605910.074112,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example29].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example29].yaml index 467df5601..c5de04052 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example29].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example29].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:50 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:50 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - eabbbf75cdce5eb29ada4eded0b34d705193343c + - d4defdab3883752fd0c009e4725e8e4200dc7830 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4640-BOS X-Timer: - - S1737644676.775176,VS0,VE1 + - S1757605910.150898,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/eo/json-schema/schema.json response: @@ -210,7 +202,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3245' Content-Security-Policy: @@ -220,35 +212,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:50 GMT ETag: - '"c8576d5ea3fcee4039dcddbdcf9e59fed3f3086419a33aa96f18f4617203b76d"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:50 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e10dce050354974d09db7cc32853ac8118b277a5 + - a293da2f5cb6afa9c1e74cfab9920dea25380080 X-Frame-Options: - deny X-GitHub-Request-Id: - - B45D:1806BD:732D2:80430:67925A7C + - 10B8:1C3F94:144BD8:18BB04:68C2EEB7 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4626-BOS X-Timer: - - S1737644676.794631,VS0,VE1 + - S1757605910.213898,VS0,VE0 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example2].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example2].yaml index e3dbd553b..765774b60 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example2].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example2].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -79,7 +75,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -89,35 +85,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:30 GMT + - Thu, 11 Sep 2025 15:51:42 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:09:30 GMT + - Thu, 11 Sep 2025 15:56:42 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0ac220a0f10598c6e8b01babbb37963541c54544 + - 92eb49fc2496cf48dd2710799363b45af9eda281 X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4639-BOS X-Timer: - - S1737644670.471885,VS0,VE128 + - S1757605902.294011,VS0,VE37 X-XSS-Protection: - 1; mode=block status: @@ -126,12 +122,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -182,7 +174,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -192,17 +184,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:30 GMT + - Thu, 11 Sep 2025 15:51:42 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:30 GMT + - Thu, 11 Sep 2025 15:56:42 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -212,15 +204,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 11fcfa6eb5e88d02d139678e1f9b91e9c05d9658 + - cdc513c665e7d8e8d3ff888fdf567f4b8c8db676 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4622-BOS X-Timer: - - S1737644671.628668,VS0,VE1 + - S1757605902.393938,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example30].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example30].yaml index 0c557eb0a..3d809d720 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example30].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example30].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:50 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:50 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7979b7ac1c0852a398049ac5dcc7da324e150796 + - 52783269edc68625a0759eef5f4e5b07cb62e06a X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4666-BOS X-Timer: - - S1737644676.816975,VS0,VE1 + - S1757605910.283898,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example31].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example31].yaml index 0107a7f7a..8efdf1803 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example31].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example31].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:50 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:50 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b05e30315edb39f63a7c6299a18df224b0d8c53f + - ffd96743b4c95c4219eb26734f2a789a001d4969 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300047-DEN + - cache-bos4656-BOS X-Timer: - - S1737644676.839383,VS0,VE1 + - S1757605910.347991,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/eo/json-schema/schema.json response: @@ -210,7 +202,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3245' Content-Security-Policy: @@ -220,17 +212,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:35 GMT + - Thu, 11 Sep 2025 15:51:50 GMT ETag: - '"c8576d5ea3fcee4039dcddbdcf9e59fed3f3086419a33aa96f18f4617203b76d"' Expires: - - Thu, 23 Jan 2025 15:09:35 GMT + - Thu, 11 Sep 2025 15:56:50 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -240,15 +232,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c0a663e6f3bd27863f4071ad9ecaef9ce9e90f49 + - 0e5efaf5f8fc06efad8267daca5fb61d88a476af X-Frame-Options: - deny X-GitHub-Request-Id: - - B45D:1806BD:732D2:80430:67925A7C + - 10B8:1C3F94:144BD8:18BB04:68C2EEB7 X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4675-BOS X-Timer: - - S1737644676.860918,VS0,VE1 + - S1757605910.412988,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example32].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example32].yaml index f655977bb..4be71df38 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example32].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example32].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -46,7 +42,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -56,35 +52,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:36 GMT + - Thu, 11 Sep 2025 15:51:50 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:36 GMT + - Thu, 11 Sep 2025 15:56:50 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7f5d156cba189065da8b3b9577df370561561105 + - 88740fa6b438f82f784e3a2b93ce9f2ca80662e4 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4655-BOS X-Timer: - - S1737644676.883611,VS0,VE316 + - S1757605910.488290,VS0,VE66 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example33].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example33].yaml index be89642dc..c36d13acf 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example33].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example33].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -100,35 +96,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:36 GMT + - Thu, 11 Sep 2025 15:51:50 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:36 GMT + - Thu, 11 Sep 2025 15:56:50 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - fe1d89c91be4972719dfcc4617c54600866dc02e + - 1e165404bca76090880154c14fceea532c200f6e X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4651-BOS X-Timer: - - S1737644676.233986,VS0,VE340 + - S1757605911.630717,VS0,VE63 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -181,7 +173,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -191,17 +183,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:36 GMT + - Thu, 11 Sep 2025 15:51:50 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:36 GMT + - Thu, 11 Sep 2025 15:56:50 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -211,15 +203,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e6545f48bc54076094eabbaf9a4f089e2de0d60f + - 09923e9ff39f7a19e1cef11db50f07d29fad212c X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4670-BOS X-Timer: - - S1737644677.594212,VS0,VE1 + - S1757605911.755947,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example34].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example34].yaml index af00e1c88..6f759aa59 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example34].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example34].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,35 +96,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:36 GMT + - Thu, 11 Sep 2025 15:51:50 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:36 GMT + - Thu, 11 Sep 2025 15:56:50 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 134387933b310f68ccbd71a087a5ce69593e94cc + - aaf6d22cc476663e8f52cc78caf48a6a84ec5624 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4680-BOS X-Timer: - - S1737644677.613839,VS0,VE343 + - S1757605911.820346,VS0,VE54 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,35 +164,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:37 GMT + - Thu, 11 Sep 2025 15:51:50 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:37 GMT + - Thu, 11 Sep 2025 15:56:50 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0dd48e40d028e3762e0655646aed268a090c7027 + - 5af6816da91feb05aa785de6d3f32f8cd62557b3 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4634-BOS X-Timer: - - S1737644677.988303,VS0,VE134 + - S1757605911.935913,VS0,VE33 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,35 +237,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:37 GMT + - Thu, 11 Sep 2025 15:51:51 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:37 GMT + - Thu, 11 Sep 2025 15:56:51 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e65b8a9fad8b84dc55c5a9884661ba0dd57b9af2 + - f35a0f04c22037bfbf100e3fb666de23c2d5dc51 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4649-BOS X-Timer: - - S1737644677.145018,VS0,VE325 + - S1757605911.034199,VS0,VE38 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,35 +306,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:37 GMT + - Thu, 11 Sep 2025 15:51:51 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:37 GMT + - Thu, 11 Sep 2025 15:56:51 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0d21381dc4c1fc65075fb6c813788df1b2c288ad + - dab22a1ebf0ddbc72cad2615e52003b1c3164789 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4688-BOS X-Timer: - - S1737644677.495333,VS0,VE126 + - S1757605911.133809,VS0,VE52 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,35 +371,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:37 GMT + - Thu, 11 Sep 2025 15:51:51 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:37 GMT + - Thu, 11 Sep 2025 15:56:51 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - bedd47db98a108a31d90a091ca0840b227b542a4 + - bfcd9414681b1bc78c3a77e2f7399e69a0ae44d9 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4674-BOS X-Timer: - - S1737644678.650018,VS0,VE342 + - S1757605911.249857,VS0,VE41 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,35 +438,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:38 GMT + - Thu, 11 Sep 2025 15:51:51 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:38 GMT + - Thu, 11 Sep 2025 15:56:51 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7f74c3e7e4b7734c2bcb31e0d654db17986eee2a + - 3e7f372f600a7f131ef6284c9497a9b824e2236f X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4692-BOS X-Timer: - - S1737644678.016094,VS0,VE135 + - S1757605911.351984,VS0,VE54 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,35 +513,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:38 GMT + - Thu, 11 Sep 2025 15:51:51 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:38 GMT + - Thu, 11 Sep 2025 15:56:51 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d5a577a85c4f9d12c1827242798ba27712df722a + - 7f43c9b3b646628f8223a27dfbf1701efd883b52 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4677-BOS X-Timer: - - S1737644678.173993,VS0,VE337 + - S1757605911.482174,VS0,VE49 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/eo/json-schema/schema.json response: @@ -626,7 +594,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2166' Content-Security-Policy: @@ -636,35 +604,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:38 GMT + - Thu, 11 Sep 2025 15:51:51 GMT ETag: - '"4ce0628a6b4d2c8e80ff67d116b60196c8f9d0a017a63b3557ebd6b46f42dfef"' Expires: - - Thu, 23 Jan 2025 15:09:38 GMT + - Thu, 11 Sep 2025 15:56:51 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f0eb6acff8afb4ce0fbebed51d550bd0075e09ba + - 02af66b774612ec1bbb04e4cadb27f94a14a8413 X-Frame-Options: - deny X-GitHub-Request-Id: - - BDE8:2110D7:20C134:240FEA:67925A82 + - 5020:6F752:15D8B0:1A5E45:68C2EEC3 X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4631-BOS X-Timer: - - S1737644679.538801,VS0,VE382 + - S1757605912.600080,VS0,VE52 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example35].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example35].yaml index 5647a2e17..bd13ae638 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example35].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example35].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:38 GMT + - Thu, 11 Sep 2025 15:51:51 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:38 GMT + - Thu, 11 Sep 2025 15:56:51 GMT Source-Age: - - '2' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 9d26d68c42d461acbba9e8ca58a628fae085376f + - a9c8beef5bcb8e3ab67e743b6c2ad16dfde1470c X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4660-BOS X-Timer: - - S1737644679.947519,VS0,VE1 + - S1757605912.725615,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -181,7 +173,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -191,17 +183,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:38 GMT + - Thu, 11 Sep 2025 15:51:51 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:38 GMT + - Thu, 11 Sep 2025 15:56:51 GMT Source-Age: - - '3' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -211,15 +203,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 50fbbf27b2d29843c39d7ed8905a82168518a888 + - f4f0e5632eb99460ec16593572c92a018aae277d X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4642-BOS X-Timer: - - S1737644679.966393,VS0,VE1 + - S1757605912.806155,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example36].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example36].yaml index abd5c03cf..e7ba191c1 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example36].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example36].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:38 GMT + - Thu, 11 Sep 2025 15:51:51 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:38 GMT + - Thu, 11 Sep 2025 15:56:51 GMT Source-Age: - - '2' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 943394f8e22d6b73124c716e8bf5e912161c266d + - 58945c526b2e69150a9fe5c6a3f677f8924d73ba X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4653-BOS X-Timer: - - S1737644679.992049,VS0,VE1 + - S1757605912.891094,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -181,7 +173,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -191,17 +183,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:39 GMT + - Thu, 11 Sep 2025 15:51:51 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:39 GMT + - Thu, 11 Sep 2025 15:56:51 GMT Source-Age: - - '3' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -211,15 +203,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d7057acadfe9fcf1352940f8f70919d4b9990787 + - 895b47d278c438c0be5be69ba061f54e28d9f4b7 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300077-DEN + - cache-bos4631-BOS X-Timer: - - S1737644679.015679,VS0,VE2 + - S1757605912.968425,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -228,12 +220,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/asset/json-schema/schema.json response: @@ -264,7 +252,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1258' Content-Security-Policy: @@ -274,35 +262,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:39 GMT + - Thu, 11 Sep 2025 15:51:52 GMT ETag: - '"6ae857b8e1e2f74d6b996d5f7111e822099d2620956150db4b96325f59fccc52"' Expires: - - Thu, 23 Jan 2025 15:09:39 GMT + - Thu, 11 Sep 2025 15:56:52 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 85def7c97269cd11d15f18014f13bbab2cfc112e + - 2d1e60bd1b131a6b50f13d1631f105679db89f21 X-Frame-Options: - deny X-GitHub-Request-Id: - - F627:2AEF76:21090D:24576C:67925A84 + - AE36:35E91B:14981C:191054:68C2EEC3 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4621-BOS X-Timer: - - S1737644679.041537,VS0,VE366 + - S1757605912.040093,VS0,VE52 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example37].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example37].yaml index 5f9f4c562..f56708569 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example37].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example37].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:39 GMT + - Thu, 11 Sep 2025 15:51:52 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:39 GMT + - Thu, 11 Sep 2025 15:56:52 GMT Source-Age: - - '2' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - dce624cbe6f43530a8d28ad6770936b92cffb953 + - 5c76e996f4de17efa1ef3de9fa38190041da295a X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4693-BOS X-Timer: - - S1737644679.434939,VS0,VE1 + - S1757605912.172042,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:39 GMT + - Thu, 11 Sep 2025 15:51:52 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:39 GMT + - Thu, 11 Sep 2025 15:56:52 GMT Source-Age: - - '2' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3a8d81f0165d72202c6fb57b3a7d4f98355b20c5 + - 809535b4034ebb3722a4d5f6c8988397adc523c9 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300077-DEN + - cache-bos4638-BOS X-Timer: - - S1737644679.459542,VS0,VE1 + - S1757605912.248916,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:39 GMT + - Thu, 11 Sep 2025 15:51:52 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:39 GMT + - Thu, 11 Sep 2025 15:56:52 GMT Source-Age: - - '2' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 926f64f2d4855889a83ccd7a5339fb65c2ea7518 + - 58861c0fd8a8a658e4c8742b7c0d56054aa1233b X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4628-BOS X-Timer: - - S1737644679.480597,VS0,VE1 + - S1757605912.316014,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:39 GMT + - Thu, 11 Sep 2025 15:51:52 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:39 GMT + - Thu, 11 Sep 2025 15:56:52 GMT Source-Age: - - '2' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 84db1bc5a892cd69abf7639ef618be672b55b127 + - b4470479be14d3b673537c77488d72b98c31643c X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300047-DEN + - cache-bos4671-BOS X-Timer: - - S1737644680.500524,VS0,VE1 + - S1757605912.388354,VS0,VE4 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:39 GMT + - Thu, 11 Sep 2025 15:51:52 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:39 GMT + - Thu, 11 Sep 2025 15:56:52 GMT Source-Age: - - '2' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6b2d68b720a517df91903b88077913270da561a2 + - 9f56fad1c1eaa5e91320dab128a7fe31a2feaab6 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4641-BOS X-Timer: - - S1737644680.522929,VS0,VE1 + - S1757605912.463913,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:39 GMT + - Thu, 11 Sep 2025 15:51:52 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:39 GMT + - Thu, 11 Sep 2025 15:56:52 GMT Source-Age: - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3b9ae99cdab007ae339902d145e226ddcb8d4d4b + - 5596fe100870bd1478883dad1f0abdb5c649571f X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4634-BOS X-Timer: - - S1737644680.543231,VS0,VE1 + - S1757605913.533728,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:39 GMT + - Thu, 11 Sep 2025 15:51:52 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:39 GMT + - Thu, 11 Sep 2025 15:56:52 GMT Source-Age: - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f406f1b8acdea7c8cf3282185e781bb98350e128 + - 789e80b760ac8a3b50cdf4e17665773453231464 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4666-BOS X-Timer: - - S1737644680.563698,VS0,VE1 + - S1757605913.601877,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/checksum/json-schema/schema.json response: @@ -611,7 +579,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1044' Content-Security-Policy: @@ -621,35 +589,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:39 GMT + - Thu, 11 Sep 2025 15:51:52 GMT ETag: - '"9bde8b6875408a186b283e6e3dd3edb01bc2b938e55a0491b0b7f4e06f0faccb"' Expires: - - Thu, 23 Jan 2025 15:09:39 GMT + - Thu, 11 Sep 2025 15:56:52 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 10dffac0577cdbc3cc158b017f9b6a7a8928aea4 + - dd1b01014bb868c9e11bf78a3d62302c66c9baf5 X-Frame-Options: - deny X-GitHub-Request-Id: - - 45D8:173A05:25C075:2910A1:67925A86 + - 2EEA:2ACBC:14A59B:191DF0:68C2EEC4 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4635-BOS X-Timer: - - S1737644680.582213,VS0,VE353 + - S1757605913.672515,VS0,VE57 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example38].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example38].yaml index 1b875f75f..a4828962b 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example38].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example38].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:39 GMT + - Thu, 11 Sep 2025 15:51:52 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:39 GMT + - Thu, 11 Sep 2025 15:56:52 GMT Source-Age: - - '3' + - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - bffea8ac35a532ac8f5e7cb0e701c9503721f1d4 + - 58813c62cc44769d61bd6da4268269939a65725b X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4633-BOS X-Timer: - - S1737644680.968205,VS0,VE1 + - S1757605913.815958,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -181,7 +173,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -191,17 +183,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:39 GMT + - Thu, 11 Sep 2025 15:51:52 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:39 GMT + - Thu, 11 Sep 2025 15:56:52 GMT Source-Age: - - '4' + - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -211,15 +203,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5a6bed04d5f91c2d8b0897517a69496e830f0c30 + - 9041d653c3b276c1863219e20015bebea5476ddf X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4640-BOS X-Timer: - - S1737644680.990582,VS0,VE1 + - S1757605913.889834,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example39].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example39].yaml index 9341251f1..1ffda2c91 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example39].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example39].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:52 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:52 GMT Source-Age: - - '3' + - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 1f604913188b6bf31b9bbba58c0d146c68ad20fa + - c3916f4fc986c02ba5e15f2eaaa244f32eeca8bc X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4688-BOS X-Timer: - - S1737644680.014759,VS0,VE1 + - S1757605913.951942,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - - '3' + - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6290d8326c38e7ee149955d2aa82161122872f70 + - cbd89a465fe1986ce5b8dabbba9fc2defa91e6fa X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4652-BOS X-Timer: - - S1737644680.035794,VS0,VE1 + - S1757605913.019817,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - - '3' + - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2d7ff24e4e4223d108147fe6bd52d9049bcb8f51 + - 60795cffd2a2dce96eb110eb905cea29a79fa2fb X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4654-BOS X-Timer: - - S1737644680.054555,VS0,VE1 + - S1757605913.081342,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 72e47c7d92f859bca22a4e5fb571a228e7d4493d + - a52ab97645d252b74870d832cace6e8910365407 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4681-BOS X-Timer: - - S1737644680.072528,VS0,VE1 + - S1757605913.147619,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 24ebc91a6a93221a70c218e7d5b3a538b3030f72 + - 6d8860c0fd60e7c3e94497e7a9288d105565f0a2 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4675-BOS X-Timer: - - S1737644680.090428,VS0,VE1 + - S1757605913.212433,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 44215eb9bf1ae145d19603c53b0e67218a61ccbe + - 36abbbe0ced437ec06ac10604df346f179b15c22 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4676-BOS X-Timer: - - S1737644680.110412,VS0,VE1 + - S1757605913.271523,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 46e782027a9471b4492227e5e7e58ea4ba2ae2d3 + - d2eb9ccd8da896a1da634275cd3dd1c22556b103 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4620-BOS X-Timer: - - S1737644680.129396,VS0,VE1 + - S1757605913.333095,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/eo/json-schema/schema.json response: @@ -626,7 +594,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2166' Content-Security-Policy: @@ -636,17 +604,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"4ce0628a6b4d2c8e80ff67d116b60196c8f9d0a017a63b3557ebd6b46f42dfef"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - - '1' + - '2' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -656,15 +624,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 34beefb48a8ab793ddd7009c30dd936eb99245ea + - 938a52f2c0d975678025fce883ee898e04e01b02 X-Frame-Options: - deny X-GitHub-Request-Id: - - BDE8:2110D7:20C134:240FEA:67925A82 + - 5020:6F752:15D8B0:1A5E45:68C2EEC3 X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4651-BOS X-Timer: - - S1737644680.146328,VS0,VE1 + - S1757605913.396917,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -673,12 +641,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/sat/json-schema/schema.json response: @@ -704,7 +668,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1008' Content-Security-Policy: @@ -714,35 +678,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"90408dbc0c6ce835205fcdbeeab881774f06517052d7c3dbcf6ba7c3ccced7eb"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 01e70a6f0594dbd5acfd141c4427302b3cd95481 + - 8a983fa186d99a1943d3b0871d2e5c4731e97b4b X-Frame-Options: - deny X-GitHub-Request-Id: - - 9DC6:2110D7:20C1F4:2410C8:67925A84 + - 3186:12459A:14E01C:195B91:68C2EEC4 X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4621-BOS X-Timer: - - S1737644680.169455,VS0,VE328 + - S1757605913.457765,VS0,VE45 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example3].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example3].yaml index 565c7ff3a..587fabd62 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example3].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example3].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,35 +108,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:30 GMT + - Thu, 11 Sep 2025 15:51:42 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:30 GMT + - Thu, 11 Sep 2025 15:56:42 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 326965b4a9b324dd848d358c431b52ed0971698b + - f7bea26f09502898b07962a81ce9b1a2ef213a10 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4665-BOS X-Timer: - - S1737644671.656668,VS0,VE129 + - S1757605902.458130,VS0,VE46 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/eo/json-schema/schema.json response: @@ -210,7 +202,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3245' Content-Security-Policy: @@ -220,35 +212,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:30 GMT + - Thu, 11 Sep 2025 15:51:42 GMT ETag: - '"c8576d5ea3fcee4039dcddbdcf9e59fed3f3086419a33aa96f18f4617203b76d"' Expires: - - Thu, 23 Jan 2025 15:09:30 GMT + - Thu, 11 Sep 2025 15:56:42 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3dcfe654306c51ab64b62544065e908d9e5e4291 + - f273ba2684643ade943f2bb6ac057d32d0cabae9 X-Frame-Options: - deny X-GitHub-Request-Id: - - B45D:1806BD:732D2:80430:67925A7C + - 10B8:1C3F94:144BD8:18BB04:68C2EEB7 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4652-BOS X-Timer: - - S1737644671.811956,VS0,VE173 + - S1757605903.577928,VS0,VE54 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example40].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example40].yaml index 93660f5ee..a3a3c6a4e 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example40].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example40].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - - '4' + - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b9c24e148e24b561bd2bb57b559ae7b79bae0f61 + - 0bf4ddbe48981d28c04a3dc7d92469db015d8341 X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4689-BOS X-Timer: - - S1737644681.530165,VS0,VE1 + - S1757605914.565890,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -181,7 +173,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -191,17 +183,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - - '4' + - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -211,15 +203,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 1d99fe7a2d8fb94c0d99f01d70cbed10c2895231 + - f341851fd3799ee75a680017c0c67544869a4668 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4623-BOS X-Timer: - - S1737644681.549633,VS0,VE1 + - S1757605914.638425,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example41].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example41].yaml index 90a459a67..3e86ec11b 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example41].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example41].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,35 +96,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - - '4' + - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '26' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a2e15b900b5e181c3881783520f6ed9a9491b464 + - a3b888107a06559e021b683a75ffad17f68e777c X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4678-BOS X-Timer: - - S1737644681.573848,VS0,VE1 + - S1757605914.711627,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 63b3469660fbc7003a16a79d118ca70bfcfcaafe + - fcf7c625224607a00ff9ce9ed6d91abfc64e8853 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4655-BOS X-Timer: - - S1737644681.593323,VS0,VE1 + - S1757605914.788219,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 72cb341373abe70d32f638b1484dc7d4aadf8b63 + - 0a1f3b80c147ae9aa57297fcff444747e9194d06 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4636-BOS X-Timer: - - S1737644681.614555,VS0,VE1 + - S1757605914.852412,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 45e4d8b3ea58394f21161fa36adcd46760749f67 + - f5d43920f49dbca4e1ddabcc749f4dd94b355f41 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4691-BOS X-Timer: - - S1737644681.635419,VS0,VE1 + - S1757605914.914136,VS0,VE8 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,35 +371,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:53 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:53 GMT Source-Age: - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0c66ffb78accd18fb44b5abc2bc7269a5a47fee8 + - 698883f1148ec6f324ad9c3c58d22f7ac46656e7 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4667-BOS X-Timer: - - S1737644681.656837,VS0,VE0 + - S1757605914.983958,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,35 +438,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - fe9f9c126234c2e588f871d7ba9e4c497d54b566 + - a605ebfb900f6093a504ede3f3ed5716c6a3f231 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4676-BOS X-Timer: - - S1737644681.679277,VS0,VE1 + - S1757605914.043669,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,35 +513,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - - '2' + - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '3' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5bd2580dc53c8af2ee8f69850ff8b4d6f5dc5e5e + - a52ca67f3ac3d9b1d1f98758186fa28858ef85da X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4680-BOS X-Timer: - - S1737644681.701895,VS0,VE0 + - S1757605914.104733,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example42].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example42].yaml index 2265e09b4..24f9f3d40 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example42].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example42].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - - '4' + - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e3e2f7e833c277a9fb4f117ba94bd6ea0f3431ca + - d3200f1e17b1af042a4f2e8e24d3ccd895abb5ad X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4650-BOS X-Timer: - - S1737644681.727444,VS0,VE1 + - S1757605914.170366,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - - '4' + - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f0987e6bad5027706900d102e2155b1ddbcc825e + - a5ea2564a2c91c80686aa5f304023f7067ed8f50 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4690-BOS X-Timer: - - S1737644681.750572,VS0,VE5 + - S1757605914.233865,VS0,VE7 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c8f4619c8dd57b83c42cbf4b27f9647b7a3ce76e + - 9af1c76337acdd9137ac31dd8e2380f76a045630 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4690-BOS X-Timer: - - S1737644681.773363,VS0,VE1 + - S1757605914.305670,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2dc57025537d43ba4c466f7f0e1c0bfc6381c16d + - eb92c3488ef76cb7e8ba5f88f0e9ca7d27f49439 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4679-BOS X-Timer: - - S1737644681.792304,VS0,VE1 + - S1757605914.366242,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 76b948b99b664bdc584de2a96139ab17f56afc6e + - cb09749c890fa5636189690cf30fb63f8412fc94 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4677-BOS X-Timer: - - S1737644681.811584,VS0,VE1 + - S1757605914.427900,VS0,VE48 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - cf58c84344ba86f13ea3847616090652df2f9184 + - da934ef4494c97f8011bdad149699136c20f039a X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4643-BOS X-Timer: - - S1737644681.834462,VS0,VE1 + - S1757605915.541074,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - - '2' + - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2c119afe330f395d6c45c4575ab968e601dbb204 + - fe4f6f1dd382d51740d90b9e7045b41a4679930f X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4679-BOS X-Timer: - - S1737644681.855061,VS0,VE1 + - S1757605915.610054,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/eo/json-schema/schema.json response: @@ -626,7 +594,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2166' Content-Security-Policy: @@ -636,35 +604,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:40 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"4ce0628a6b4d2c8e80ff67d116b60196c8f9d0a017a63b3557ebd6b46f42dfef"' Expires: - - Thu, 23 Jan 2025 15:09:40 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - - '2' + - '3' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '9' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 963447bf37159c96a996e492492348691ec8f735 + - ff9198af7c93bd67061c1924e98775b1b354b1e0 X-Frame-Options: - deny X-GitHub-Request-Id: - - BDE8:2110D7:20C134:240FEA:67925A82 + - 5020:6F752:15D8B0:1A5E45:68C2EEC3 X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4671-BOS X-Timer: - - S1737644681.874964,VS0,VE1 + - S1757605915.671359,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -673,12 +641,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/view/json-schema/schema.json response: @@ -712,7 +676,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1484' Content-Security-Policy: @@ -722,35 +686,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"e3e45b623ffe7f49713a2595b631681ba13de3813a1f297508e46360b2becd71"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3f8bb8b6966965e4290e6b68347e0ba2345a03ec + - f6c9755b0e3a43b9a3af3806041781d6d5d310f1 X-Frame-Options: - deny X-GitHub-Request-Id: - - 8E64:326CD5:226496:25B5F9:67925A85 + - 7F99:1C3F94:14550C:18C5EE:68C2EEC5 X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4658-BOS X-Timer: - - S1737644681.900884,VS0,VE352 + - S1757605915.746388,VS0,VE48 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example43].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example43].yaml index a8af32f51..6b10dce4a 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example43].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example43].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -46,7 +42,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -56,17 +52,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - - '5' + - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -76,15 +72,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a56867b5cf3ca73fbbb061443bcd74772f83dd75 + - 50ac406fca8be24b6c201ed2b253ee93ad4083d1 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4687-BOS X-Timer: - - S1737644681.292507,VS0,VE1 + - S1757605915.877986,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example44].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example44].yaml index ec2ed2cb0..a777aee73 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example44].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example44].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:54 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:54 GMT Source-Age: - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3fd57e627366306751f497d8435f8095d96ba85c + - d1547d08a7a313173ebb6849b274ef8b05ac09ec X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4655-BOS X-Timer: - - S1737644681.317256,VS0,VE1 + - S1757605915.957880,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c13763659cd70d0263467765f572b076f8142e27 + - eac2dc3794ea2a9b1779cb5cc0779bb0a589f4fd X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4653-BOS X-Timer: - - S1737644681.340808,VS0,VE1 + - S1757605915.029652,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 38213ae8fede2bf19e7a14905c15a2db9cc617a8 + - 7241cafa316ec56df1fbd85ef9facbe53d84fbe2 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4627-BOS X-Timer: - - S1737644681.360346,VS0,VE2 + - S1757605915.104284,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 81751aa0c6712a089d556ed6aa48e774d020ab2a + - 64ce6d6b8c8b19e512722872a9a429c85d54e7c9 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4668-BOS X-Timer: - - S1737644681.381276,VS0,VE1 + - S1757605915.178258,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - - '3' + - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 122b9a97da0ffd03cbd724e5159c969fd21aeee8 + - af872f27a8ef0d9dde0db57537d765894d5a623a X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4664-BOS X-Timer: - - S1737644681.400746,VS0,VE1 + - S1757605915.250220,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - - '3' + - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7837e4834e0b8c673353e449279000c0f520e29c + - 58ca66cc353fa023bee67214da174a4ac563be3d X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4688-BOS X-Timer: - - S1737644681.420739,VS0,VE1 + - S1757605915.323992,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - - '3' + - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 78867a96a10543471d9dda5d3a415f508d71400a + - a822d9826ec43f99b6e78abb7265852da7669ea5 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4643-BOS X-Timer: - - S1737644681.441998,VS0,VE1 + - S1757605915.397812,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example45].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example45].yaml index d810c0580..a429b77d7 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example45].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example45].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 03bd787d7a3f58fb2dc4562c8619aa482791126c + - e62b24d1a9f2c1f425779f89e274fa352cb9d463 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4633-BOS X-Timer: - - S1737644681.479977,VS0,VE1 + - S1757605915.486361,VS0,VE6 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - - '4' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0d85ae7a20ee31bc334812cf0961c5124017b6ac + - ba139151e455e71ec9e6f7498d3956b2813bcd64 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4654-BOS X-Timer: - - S1737644682.508884,VS0,VE1 + - S1757605916.573781,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - - '4' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c539d254c83d4877fd515e5b3af3bd0a4d86510d + - 172fbd1a42c4468108b36764c53ae62fa48e40f3 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4686-BOS X-Timer: - - S1737644682.531883,VS0,VE2 + - S1757605916.643956,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - - '4' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 68b7862a15c4ca6d14c671e37abb244b7e26a0e6 + - 51b0fc5d42c723adac365ae358b340c3f75a5608 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4666-BOS X-Timer: - - S1737644682.553110,VS0,VE1 + - S1757605916.711990,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 76276edb22d61fe8abb0760b0a2f8abb61c440a9 + - 9a5984c1ac72af7a26becbf7b94d1f4796b6e569 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4645-BOS X-Timer: - - S1737644682.572466,VS0,VE1 + - S1757605916.784541,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - - '3' + - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a7f1a8fc3f3ab8184c8e056ec4bdff52e0928010 + - 65ab0714b185f2eb28b97941fae80151542f5872 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4675-BOS X-Timer: - - S1737644682.591885,VS0,VE1 + - S1757605916.852163,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:55 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:55 GMT Source-Age: - - '3' + - '4' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7b255b7372a075852c700e422f007f632cdb08b2 + - 8c80ba18d0e678836a0a04e06ff27b0846df0384 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4684-BOS X-Timer: - - S1737644682.609754,VS0,VE1 + - S1757605916.925655,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example46].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example46].yaml index 134840aa7..316709b61 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example46].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example46].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ba223f4b6b3564dc9308442c0ea6ccc24c2b4c50 + - c3dc56c742dfce9d8447d3276a3d03917d949e9b X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4672-BOS X-Timer: - - S1737644682.632749,VS0,VE1 + - S1757605916.003836,VS0,VE8 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f356c3435c982d5d553b7a15b69c4a3c39d4cb11 + - c2d3fc21b1fe727a7ea60849dfada0e9147bef33 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4634-BOS X-Timer: - - S1737644682.654196,VS0,VE1 + - S1757605916.075689,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - - '4' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 529cdd907da6ffbc9ff000acb91483c75b7f3543 + - cce10c07333fd6d789aafc85f70e884264a0ae66 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4653-BOS X-Timer: - - S1737644682.673075,VS0,VE1 + - S1757605916.139787,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - - '4' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d5b78242dde8796d3e43d1ce7cf541c7de88661d + - 04a1ab9d62f710696697d89429cf33db6acafead X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4655-BOS X-Timer: - - S1737644682.691287,VS0,VE1 + - S1757605916.203139,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - - '4' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 81c0935ff92788c2ea3cd5010e48a1c822240b01 + - b2729c6aff161a12e55c6f518ad23584a46619a1 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4670-BOS X-Timer: - - S1737644682.710939,VS0,VE1 + - S1757605916.265949,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,35 +438,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - - '4' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ca5ab2c4b9f14b57c1afb559783a141b65741db2 + - 1c76d8800576fb85f0aaa99af970d77d5b728dd8 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4620-BOS X-Timer: - - S1737644682.729529,VS0,VE0 + - S1757605916.332658,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - - '3' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0ee11db59c84854d00614b84f863913d10fb24c4 + - 08ba75c89d7229b04fd71df46ea7596721b810f8 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4642-BOS X-Timer: - - S1737644682.747874,VS0,VE1 + - S1757605916.396691,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example47].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example47].yaml index 999bce350..976de18e4 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example47].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example47].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - - '5' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 529456c0da754c330e238cbef93e05a3092a9212 + - 7c7f7d4387bad51aea746c859c3384d44d892bec X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300049-DEN + - cache-bos4664-BOS X-Timer: - - S1737644682.775961,VS0,VE1 + - S1757605916.466017,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -181,7 +173,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -191,17 +183,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -211,15 +203,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e883e25f7bd2aff12782dd03488fe426706c4b63 + - 731ba717133e451664b585bfc2f0fcd5fa40188c X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4651-BOS X-Timer: - - S1737644682.797198,VS0,VE1 + - S1757605917.530695,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example48].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example48].yaml index 1b0befd54..0f713e440 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example48].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example48].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - - '5' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f72b2e341b180ce33f314b76888e788c17b36732 + - db83611e3e672238100a26c90dc1195b5cfde740 X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4677-BOS X-Timer: - - S1737644682.819044,VS0,VE1 + - S1757605917.592027,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -181,7 +173,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -191,35 +183,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 9886e4958d6830971da3d98d8e5745ec97b8ee8d + - f433d551cbe1ec471f479c80c6537ff07fd1a79c X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4680-BOS X-Timer: - - S1737644682.840053,VS0,VE0 + - S1757605917.660227,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example49].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example49].yaml index 3c3d847dc..74270e428 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example49].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example49].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - - '5' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 14e37066c0d42b489a6b57b91643cf15c0a1f6a5 + - 642674739bd21fe7a6858cdcb579a47c7213aecf X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4684-BOS X-Timer: - - S1737644682.862544,VS0,VE1 + - S1757605917.737924,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - - '5' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7195a27065503a790f3f09f7ee1186b9e646ec85 + - 4a18bb4f8fdeed2444190a17224e83ee0291bf22 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4631-BOS X-Timer: - - S1737644682.883406,VS0,VE1 + - S1757605917.812134,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5a035dfa5ebaddc03dfed9177dc217a2288a5767 + - a6872df4a64c5b35f2d10308cc6f99e8ba756859 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4642-BOS X-Timer: - - S1737644682.901816,VS0,VE1 + - S1757605917.870840,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,35 +306,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:56 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:56 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ea7af286aa0f8ec9798d1f24387e8ea2cf686b81 + - b855aa5c9cad462e74bcd85c6548bb051c3f0845 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4671-BOS X-Timer: - - S1737644682.920912,VS0,VE1 + - S1757605917.936344,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 77bff13c918a0573584158147d3472e44eb55756 + - 272a4bf0f180ad651975874a784d35100885b8c7 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4638-BOS X-Timer: - - S1737644682.940260,VS0,VE1 + - S1757605917.000804,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6ddf8df2e06e664b4ff9bd253ca9cc23495a9ae9 + - cefa5396ded53251e65fbe90ccf1b6de0b9ffa4b X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4657-BOS X-Timer: - - S1737644682.960654,VS0,VE1 + - S1757605917.058262,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,35 +513,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:41 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:41 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - - '3' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 9193346e2797b03809ae8262391ecc1f9f9d3f17 + - 339144b86adb99e97d875f0ff29159076c57d557 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4675-BOS X-Timer: - - S1737644682.979261,VS0,VE0 + - S1757605917.122163,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example4].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example4].yaml index b158b38d7..866e433c1 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example4].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example4].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -79,7 +75,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -89,17 +85,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:31 GMT + - Thu, 11 Sep 2025 15:51:42 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:09:31 GMT + - Thu, 11 Sep 2025 15:56:42 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -109,15 +105,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a36c0c82e598b307ebb6af57c11d8e035c1473f5 + - 72856912b47f329b260115e4c39e68745ecf8ff9 X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4632-BOS X-Timer: - - S1737644671.021980,VS0,VE1 + - S1757605903.703860,VS0,VE6 X-XSS-Protection: - 1; mode=block status: @@ -126,12 +122,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -182,7 +174,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -192,17 +184,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:31 GMT + - Thu, 11 Sep 2025 15:51:42 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:31 GMT + - Thu, 11 Sep 2025 15:56:42 GMT Source-Age: - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -212,15 +204,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 15d428c0c8fdac58d8901d7cf8f16bffc2dbaeeb + - 06ac09f664f3867de8f2bfdeead0d0b24107b4e4 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4687-BOS X-Timer: - - S1737644671.045307,VS0,VE1 + - S1757605903.780814,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example50].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example50].yaml index 93f891b3b..1e253206a 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example50].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example50].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -100,35 +96,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a9cf266e734cb7256daacd810ad8abfb5e57552c + - f7e1557c085872e83c862447ec81e90b4f78bc45 X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4679-BOS X-Timer: - - S1737644682.010105,VS0,VE0 + - S1757605917.194353,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -181,7 +173,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -191,17 +183,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - - '6' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -211,15 +203,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c7fb77a753e2265b8687051b72f84a6fb5b11655 + - 6729aa9bf06d3775c6e7e7adc83e6eccfcddc5b6 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4639-BOS X-Timer: - - S1737644682.030796,VS0,VE1 + - S1757605917.264636,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example51].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example51].yaml index c80d284ec..b3cde817f 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example51].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example51].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - - '5' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - aad414979ac9c2ea0a163d17a683903787fd7f4f + - 3e1e1b154a5c8ac9d7bdeb9cf63b4a10ae9a7079 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4687-BOS X-Timer: - - S1737644682.054453,VS0,VE1 + - S1757605917.330214,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - - '5' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f1c60f7e95748ffc5ea3ee29d47be118d6b36575 + - 0eeb7228196dc35e76f5ced98cf816834be5be91 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300039-DEN + - cache-bos4686-BOS X-Timer: - - S1737644682.075432,VS0,VE1 + - S1757605917.389769,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - - '5' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 11eb98fef3ab8114d861ac3e273cdb47979f06ca + - 15d3e667beaaa3946037be99fa9f7a4316fb82b6 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300040-DEN + - cache-bos4649-BOS X-Timer: - - S1737644682.094198,VS0,VE1 + - S1757605917.450365,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 96a3b9348f99f38792eb0d192e5fdd2b21237f01 + - ce26469125bd241b846e8278ce3d82387eeb605a X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4677-BOS X-Timer: - - S1737644682.114215,VS0,VE1 + - S1757605918.516296,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0326b54e591476537fa252e0d44182dfbb9d2fcc + - a390bab57be49bf5915a6233f48e95e5da163510 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4643-BOS X-Timer: - - S1737644682.133398,VS0,VE1 + - S1757605918.581909,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e227e7bc10cf64b19a5d93a3b69a5ff3f5ae08a0 + - 82063d44aa96836cb2dd33cc027a9c99f2eb0aba X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4628-BOS X-Timer: - - S1737644682.152425,VS0,VE1 + - S1757605918.654376,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - - '4' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a9388a0829528cc03acd387ee6fb1ae700653c24 + - 792510ddf7b3f0725d8b5e1ec7751dcf1252f07d X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4671-BOS X-Timer: - - S1737644682.174009,VS0,VE1 + - S1757605918.726551,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/label/json-schema/schema.json response: @@ -642,7 +610,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3404' Content-Security-Policy: @@ -652,35 +620,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"46c09f290da4303780880924f1569b2cb0b979a2d363a4446e2b8b7cc494844b"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2beceda8d8d0f06ee8881d8f8ad50f3d6321bcdb + - 239c10fbd8bf7583cbd4a236a45ffec25d8dc150 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9AE4:1F9FC4:233128:26844A:67925A85 + - 3EC1:1E49D:14AF0C:19350F:68C2EEC9 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4667-BOS X-Timer: - - S1737644682.194460,VS0,VE319 + - S1757605918.796344,VS0,VE76 X-XSS-Protection: - 1; mode=block status: @@ -689,12 +657,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/version/json-schema/schema.json response: @@ -724,7 +688,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1181' Content-Security-Policy: @@ -734,35 +698,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:57 GMT ETag: - '"3ad87031bb638da9b48582cbf730c047e1075960364c8fc992381ddf5467f296"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:57 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2118ba95fe82236e85ca16f34a9e0d3dbb4f70a1 + - c40ca4264a81eaa8538165c8f0974aeb5c07ed8f X-Frame-Options: - deny X-GitHub-Request-Id: - - 841B:3500BA:23CDB5:271E1A:67925A81 + - 2635:87AC7:13389E:17ADA5:68C2EEC7 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4648-BOS X-Timer: - - S1737644683.542610,VS0,VE141 + - S1757605918.946667,VS0,VE46 X-XSS-Protection: - 1; mode=block status: @@ -771,12 +735,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -859,7 +819,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -869,17 +829,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '6' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -889,15 +849,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2192d0348a58a328f54eac4ac5dd91297453066b + - 833d9a2f470cf1ca6b58268ac444baf09a048bee X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4636-BOS X-Timer: - - S1737644683.708884,VS0,VE1 + - S1757605918.069963,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -906,12 +866,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -950,7 +906,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -960,17 +916,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '7' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -980,15 +936,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d8a1f82c61cc01f1bc6ebe5085ed20deefdfe473 + - 76d104d7ad02cac013164cff9e3f1ef8348f38a2 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4676-BOS X-Timer: - - S1737644683.728457,VS0,VE1 + - S1757605918.141719,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example52].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example52].yaml index 0fed0bfdd..bac4607cf 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example52].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example52].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,35 +96,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '6' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 840fbe99b1e9e31135ff879e819eb0dd40ef1f28 + - 526591dc6a5dd140a5e23994ce5aa55bfe648efa X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4643-BOS X-Timer: - - S1737644683.803383,VS0,VE0 + - S1757605918.214380,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '6' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a662c21eba2a6fdf1ee2dc513fe9a205882c84aa + - 68584de2b51c9d4d361d894eb33221aeaaabca0a X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4658-BOS X-Timer: - - S1737644683.822146,VS0,VE1 + - S1757605918.292557,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c00366fa4d5e0453efc05670378066b1302c34f6 + - 9ec753e0c0e224595f84598fa828c352cdfe95b2 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4675-BOS X-Timer: - - S1737644683.839332,VS0,VE1 + - S1757605918.361543,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - df584d99c7eae6d0d636899d4c16c810e7e370ac + - edf332b7ff59aa65457aecab91cf9fcc82f0c9f5 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4625-BOS X-Timer: - - S1737644683.856422,VS0,VE1 + - S1757605918.436420,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 4bd27b7ae55a53102998723442760e0dee61eb68 + - 44c0f55672484f7f351d9e980f2cd1922db6cef1 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4632-BOS X-Timer: - - S1737644683.874192,VS0,VE3 + - S1757605919.513054,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,35 +438,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e53f3848f20ac82886cc4b4b4e3b3011709da801 + - bf45ce337d0c6ecd21e1be0d833453fcdf780629 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4682-BOS X-Timer: - - S1737644683.895302,VS0,VE0 + - S1757605919.588048,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '4' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - cc00ba7cec19b0435bee51ed4c577a03bdc8598b + - e35bcab1b69258482d0575355e31edfa9b1f882d X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4689-BOS X-Timer: - - S1737644683.912825,VS0,VE1 + - S1757605919.655733,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example53].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example53].yaml index 6eb5aa48a..742393124 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example53].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example53].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '6' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 313b4f7c7fc2029c856f9c44d3b5e08cd8cfdf86 + - 3d6ac601b1472aa16a059ad9ae0e13abd9dfc723 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4651-BOS X-Timer: - - S1737644683.941321,VS0,VE1 + - S1757605919.738705,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '6' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6be4ae4b9799c88509ae7b198c1c80a39d02e560 + - a76752373d796ee561013d9de8b8d47056996bb8 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4677-BOS X-Timer: - - S1737644683.960822,VS0,VE1 + - S1757605919.824213,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '6' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 444b347049a1d694a510c22cf5e8cf6ff7b235fe + - 85517f30194479bb5f9e93754d2fa65e1efbeb06 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4664-BOS X-Timer: - - S1737644683.978321,VS0,VE1 + - S1757605919.894359,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:42 GMT + - Thu, 11 Sep 2025 15:51:58 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:42 GMT + - Thu, 11 Sep 2025 15:56:58 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d8492ab5b1117581001452447f146f0349c04357 + - 8ed663722ec3acf9f8487a94093ff4b150d656d0 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4637-BOS X-Timer: - - S1737644683.996290,VS0,VE1 + - S1757605919.968570,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,35 +371,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a7d87de3cf337c307829196b1ad1e7a0a626d529 + - 1dd19cc077b80bd4e72421a1d80f2c5188cfb2e6 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4632-BOS X-Timer: - - S1737644683.014042,VS0,VE1 + - S1757605919.029992,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 387c638d02c0ca1212e257e78be9b9a730122205 + - a8ef719778f51fcf33420bf3ecfde5a85a7055ec X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4658-BOS X-Timer: - - S1737644683.031924,VS0,VE1 + - S1757605919.088532,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,35 +513,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '5' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 150703aaeed4e5dd92735862f9f48df04306e899 + - cd9bb80b25ceb730ea76fa80d7b93d36e3fcd14d X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4689-BOS X-Timer: - - S1737644683.050982,VS0,VE1 + - S1757605919.147808,VS0,VE0 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example54].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example54].yaml index 9dc7b7582..16129256d 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example54].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example54].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '6' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 18b5822d6384b615673bf6da7caae75be14d60af + - c371993458dedecbac10c98a6779379c5c6cc465 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4654-BOS X-Timer: - - S1737644683.076288,VS0,VE1 + - S1757605919.215565,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '6' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 61109253023f705e25ae22936e8d5d92a864e0f5 + - 55814f3f60534733ecbe26848045f5d80ba40b59 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4621-BOS X-Timer: - - S1737644683.098520,VS0,VE1 + - S1757605919.280096,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,35 +237,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '6' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 1ba65eaf2e015a778da0ea477f493ee0933fea49 + - 42e4581f940b109e52f25f8928acf6dbdc190226 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4664-BOS X-Timer: - - S1737644683.117990,VS0,VE1 + - S1757605919.342095,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,35 +306,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '6' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 072d0ca24725171e7d8fd6a0c16748686aa38ed1 + - 5dee64764e5e446c4490a932e76ba33f426ed893 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4679-BOS X-Timer: - - S1737644683.136707,VS0,VE1 + - S1757605919.405447,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - cc4da6aa555d3c7c797c4e76baa008449304d46a + - 18befb32b71f04a69019bb8f1852a5d504419129 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4671-BOS X-Timer: - - S1737644683.155207,VS0,VE1 + - S1757605919.469922,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 14f8f054a1398cffb2638f426a7de8530b9a6c08 + - a59fe60e0b0f5ca6bb8afa46d66204c46f2f009a X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300077-DEN + - cache-bos4641-BOS X-Timer: - - S1737644683.175077,VS0,VE1 + - S1757605920.532403,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '5' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 85f589ef0ed46064327b9b39c91f4d6c0b19fce7 + - 4a6ddf7f3e86129aef79f31784a4848bc2afa037 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300061-DEN + - cache-bos4623-BOS X-Timer: - - S1737644683.195915,VS0,VE1 + - S1757605920.596167,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example55].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example55].yaml index 5010a3e3b..a84395d9e 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example55].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example55].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,35 +96,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '6' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c1f596d9e5b3a4fe045ea1a52f5a6ee396c924dc + - d158ed4f609f8c387a8ada0352adaed21c9e6338 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300071-DEN + - cache-bos4684-BOS X-Timer: - - S1737644683.224436,VS0,VE1 + - S1757605920.661858,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '6' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 9a91233053d61bfa6185deacb16c6c6393cde068 + - 88584db017b5b996c9e879f0b8e6f8f01a70fab1 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4687-BOS X-Timer: - - S1737644683.246371,VS0,VE1 + - S1757605920.729982,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,35 +237,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '6' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 06304696f0fa7018de443e4c787a6708772498b6 + - 8c0d33ca50fa50b8e8f1125dc53c6f8dd3905f04 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4637-BOS X-Timer: - - S1737644683.265031,VS0,VE0 + - S1757605920.803905,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '6' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 209a26850e046be4b011dcfcdb32f2bd477741ba + - 415f530c13391ea51605e7958ab5ba246b4473ba X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4641-BOS X-Timer: - - S1737644683.284412,VS0,VE1 + - S1757605920.872204,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '5' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 28ea51529299e6328736f2a421835fa380f993fc + - 2159a65c0849971f41b5a71ae4341d7310e07f05 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4624-BOS X-Timer: - - S1737644683.303570,VS0,VE1 + - S1757605920.936452,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,35 +438,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:51:59 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:56:59 GMT Source-Age: - - '5' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 39c491c25b8f043a30270d23d46355b5c028ff4b + - fb6ea9e569a80c7f2bccfeca26879536884f4ee5 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4651-BOS X-Timer: - - S1737644683.323241,VS0,VE0 + - S1757605920.998920,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - - '5' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 377f66e1e4bbbd022e9d1ccff24cbd01938bf151 + - b0fc943527531993a1a4240080f398f5a3d1b19f X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300071-DEN + - cache-bos4656-BOS X-Timer: - - S1737644683.342673,VS0,VE1 + - S1757605920.058054,VS0,VE49 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/sat/json-schema/schema.json response: @@ -609,7 +577,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1008' Content-Security-Policy: @@ -619,17 +587,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"90408dbc0c6ce835205fcdbeeab881774f06517052d7c3dbcf6ba7c3ccced7eb"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - - '3' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -639,15 +607,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7a155f941789ecf8ceb99dbbae0d7c0a04c34ac0 + - 174d3670a12320784f94f0e9463a569af9832061 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9DC6:2110D7:20C1F4:2410C8:67925A84 + - 3186:12459A:14E01C:195B91:68C2EEC4 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4656-BOS X-Timer: - - S1737644683.363175,VS0,VE1 + - S1757605920.168511,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -656,12 +624,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/sar/json-schema/schema.json response: @@ -726,7 +690,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3946' Content-Security-Policy: @@ -736,35 +700,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"8546ced8239a833de59c3c153dab1ad77f34c598818da6695196e7449d680592"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - af4b4aa2c88b28b09013e231c64121fc1e59a68c + - 995cf7bef5e0f6858f1f57382eed6593be6212f6 X-Frame-Options: - deny X-GitHub-Request-Id: - - 2AB4:1E98A2:24AE33:27FE8F:67925A89 + - F884:343E9B:1587B0:1A0615:68C2EECB X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4638-BOS X-Timer: - - S1737644683.383913,VS0,VE140 + - S1757605920.232524,VS0,VE61 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example56].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example56].yaml index e3f5583ff..2a60f0e71 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example56].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example56].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - - '7' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 69aaa51837c3db6a9bfb58f6bd226447e764362d + - 5c16c2d6fbe20847cf111b832e79d88eb959d63a X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4632-BOS X-Timer: - - S1737644684.561378,VS0,VE1 + - S1757605920.366298,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,35 +164,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - - '6' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 1e154414ee5767871cddd29a7ec697c03b880cf5 + - 0f6de61221882cf94f3c463432c15ed9e49dcf31 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4690-BOS X-Timer: - - S1737644684.584126,VS0,VE1 + - S1757605920.429863,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,35 +237,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - - '6' + - '10' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 991c50b3079e7a76bff338d9cba879a7a181e45c + - b73d216eb02501aac324f2dcd55324fb33a88480 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4686-BOS X-Timer: - - S1737644684.603780,VS0,VE1 + - S1757605920.487467,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - - '6' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 25c751277cae0b422f092a2b969bac0c57ae2429 + - e894e0e77296f21b4a39059619a332bb490e5887 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4658-BOS X-Timer: - - S1737644684.622751,VS0,VE1 + - S1757605921.552389,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,35 +371,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - - '6' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ef45632f0e3ca8d2a7318e6e84a000c2aad406ca + - 46c6f9207d193645f481b539a74a1d0495c8b2ff X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4627-BOS X-Timer: - - S1737644684.642309,VS0,VE0 + - S1757605921.620746,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,35 +438,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - - '6' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a9b415576461f2c59668380989a492704a08aa9f + - f014429b7085394d763e385a5895085008c968ee X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4634-BOS X-Timer: - - S1737644684.664489,VS0,VE1 + - S1757605921.690209,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - - '5' + - '9' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e0aa06ff92d45c83983e912943757a2a7ee4da7e + - 0ab53d562bc7f02d766a07312da15a6eba766650 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300059-DEN + - cache-bos4652-BOS X-Timer: - - S1737644684.685942,VS0,VE1 + - S1757605921.764269,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/checksum/json-schema/schema.json response: @@ -611,7 +579,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1044' Content-Security-Policy: @@ -621,17 +589,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"9bde8b6875408a186b283e6e3dd3edb01bc2b938e55a0491b0b7f4e06f0faccb"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - - '4' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -641,15 +609,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6a22b987e3d093091149c127a3b61b037b2e42eb + - 1285dc67c37c519698f1aba635beccbdb0ff6197 X-Frame-Options: - deny X-GitHub-Request-Id: - - 45D8:173A05:25C075:2910A1:67925A86 + - 2EEA:2ACBC:14A59B:191DF0:68C2EEC4 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4665-BOS X-Timer: - - S1737644684.705744,VS0,VE1 + - S1757605921.825923,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -658,12 +626,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/sar/json-schema/schema.json response: @@ -728,7 +692,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3946' Content-Security-Policy: @@ -738,17 +702,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"8546ced8239a833de59c3c153dab1ad77f34c598818da6695196e7449d680592"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - - '0' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -758,15 +722,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7aad1aa26c3be20db098a2cedc3698a4f2ce6073 + - d412b22bd973707c4e9e176fd658db1b6d3610bb X-Frame-Options: - deny X-GitHub-Request-Id: - - 2AB4:1E98A2:24AE33:27FE8F:67925A89 + - F884:343E9B:1587B0:1A0615:68C2EECB X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4692-BOS X-Timer: - - S1737644684.726267,VS0,VE1 + - S1757605921.897936,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -775,12 +739,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/sat/json-schema/schema.json response: @@ -806,7 +766,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1008' Content-Security-Policy: @@ -816,17 +776,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:00 GMT ETag: - '"90408dbc0c6ce835205fcdbeeab881774f06517052d7c3dbcf6ba7c3ccced7eb"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:00 GMT Source-Age: - - '3' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -836,15 +796,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ba5df511fd106cdce641bc3c71428cbf09a33031 + - 3e0899b9f39e6598a6ab84fc0d2ff2c60a78fbb2 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9DC6:2110D7:20C1F4:2410C8:67925A84 + - 3186:12459A:14E01C:195B91:68C2EEC4 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4640-BOS X-Timer: - - S1737644684.746993,VS0,VE1 + - S1757605921.978958,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example57].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example57].yaml index 8887f9904..f760c9e12 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example57].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example57].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - - '7' + - '10' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6e25131a9a30e2a5c145ca1df176c7cab4ed7d6a + - 778b477e823fe8f956d20193d37b4c055195dba9 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4690-BOS X-Timer: - - S1737644684.771609,VS0,VE1 + - S1757605921.063930,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - - '7' + - '10' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 26b6b8cf527cba0d9a36bdeeefdb894f7f6aac06 + - 6f9235db4ee4d709732775ff7dce9a7799bc7f88 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4643-BOS X-Timer: - - S1737644684.789042,VS0,VE1 + - S1757605921.146175,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,35 +237,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - - '6' + - '10' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - cacce605d97bfbcda49294327a172cc10f9e487d + - ff50b0381abba5c496a2e4d6fb15335f8c751e6d X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4680-BOS X-Timer: - - S1737644684.805776,VS0,VE0 + - S1757605921.214098,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - - '6' + - '10' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 89bc3f643e7402ca96e818088a8c818a21f4af24 + - 2fd1e765b4f93882c056f42573de4b0052feaa17 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4667-BOS X-Timer: - - S1737644684.824971,VS0,VE1 + - S1757605921.285017,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,35 +371,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - - '6' + - '10' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 568b42c47baa1cddaebab35dc4e3e9a1c93a3840 + - 9c036d551d4fa1d6df05b30707bfaac2111f4030 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4673-BOS X-Timer: - - S1737644684.846401,VS0,VE0 + - S1757605921.358015,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - - '6' + - '10' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - bbb746f660248b0e27273bcfb6527c162b7fec4b + - 94bf4e6a9420cbd12042faa44fa3e90958f6d6cf X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4679-BOS X-Timer: - - S1737644684.868799,VS0,VE1 + - S1757605921.435608,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,35 +513,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - - '5' + - '10' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 84c256b7fc5af4b842c5b50e1fdc27982ccda9c5 + - 94e582578a93bf7176c968f58f9931ab4f8f745d X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4670-BOS X-Timer: - - S1737644684.890458,VS0,VE0 + - S1757605922.511974,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/sat/json-schema/schema.json response: @@ -609,7 +577,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1008' Content-Security-Policy: @@ -619,17 +587,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"90408dbc0c6ce835205fcdbeeab881774f06517052d7c3dbcf6ba7c3ccced7eb"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - - '3' + - '8' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -639,15 +607,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 927b8adbc404fb30290153da8b466e8415b2451a + - 108b1dbfc476a46fe33a120996127d79896c50e2 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9DC6:2110D7:20C1F4:2410C8:67925A84 + - 3186:12459A:14E01C:195B91:68C2EEC4 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4671-BOS X-Timer: - - S1737644684.909315,VS0,VE1 + - S1757605922.582577,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -656,12 +624,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/view/json-schema/schema.json response: @@ -695,7 +659,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1484' Content-Security-Policy: @@ -705,17 +669,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"e3e45b623ffe7f49713a2595b631681ba13de3813a1f297508e46360b2becd71"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - - '3' + - '7' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -725,15 +689,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 15cdb80bb54ee6dc71530bae95a3216136d1682b + - 8609a272cac39b835cf8b36a6618d34b22c1e307 X-Frame-Options: - deny X-GitHub-Request-Id: - - 8E64:326CD5:226496:25B5F9:67925A85 + - 7F99:1C3F94:14550C:18C5EE:68C2EEC5 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4651-BOS X-Timer: - - S1737644684.932021,VS0,VE1 + - S1757605922.656722,VS0,VE2 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example58].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example58].yaml index 49e780b15..4ba16fbb9 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example58].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example58].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - - '7' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b0dca404cd5385692216f267bcaad7c004ff54fc + - 64ae19bc2d6ecdaa76a2f43d421ce2c68332a70d X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4682-BOS X-Timer: - - S1737644684.961894,VS0,VE1 + - S1757605922.732244,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -181,7 +173,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -191,35 +183,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:43 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:43 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - - '8' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 8f8ee2a6626e6e2a723b2ce224c65a4c15e0376a + - 0d540797468267eff9ac380dc382749fdacc54ff X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4638-BOS X-Timer: - - S1737644684.984699,VS0,VE0 + - S1757605922.803498,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -228,12 +220,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/scientific/json-schema/schema.json response: @@ -269,7 +257,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1692' Content-Security-Policy: @@ -279,35 +267,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"13ff4323200a45e6acb12e649221282624758beb0a8f5b3a190160c2aa9d358a"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b34fdc23d9ff05bcb9fdc48e838dd5951c969a9c + - fa58e8f03ae2c1cccf24edfd77abf25ae74ffd61 X-Frame-Options: - deny X-GitHub-Request-Id: - - 2AB4:1E98A2:24AE91:27FEEE:67925A8B + - 688E:6F752:15DE06:1A64F7:68C2EECC X-Served-By: - - cache-den-kden1300067-DEN + - cache-bos4691-BOS X-Timer: - - S1737644684.001586,VS0,VE335 + - S1757605922.867522,VS0,VE51 X-XSS-Protection: - 1; mode=block status: @@ -316,12 +304,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -404,7 +388,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -414,17 +398,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:01 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:01 GMT Source-Age: - - '7' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -434,15 +418,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2e1e12838bbd300ef330fd02917cfb43a57274a8 + - 4d13e3f3156eb0e51661ea9637d6f846f37cd3b6 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4647-BOS X-Timer: - - S1737644684.363889,VS0,VE1 + - S1757605922.982152,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example59].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example59].yaml index 2014d6bc9..f9493d25a 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example59].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example59].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '7' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 85e194012ca65e8aaaecab9f571d1b17acd65452 + - e5aca8d9561f52b5f4fc9ef72ad400a413eaa43c X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300067-DEN + - cache-bos4686-BOS X-Timer: - - S1737644684.392110,VS0,VE1 + - S1757605922.049533,VS0,VE5 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '7' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 021ece854abca3cbfb00c036b10e88a80496167d + - 4bf60c956689060101d2e73d1649c8cda88db410 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4668-BOS X-Timer: - - S1737644684.414595,VS0,VE1 + - S1757605922.117820,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '7' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2e9467f129209e5c65cd87644d1f763556f4c0e7 + - 87ec29e373a87c223eaedfcf34e77bc09fd36c98 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4647-BOS X-Timer: - - S1737644684.435875,VS0,VE1 + - S1757605922.178070,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,35 +306,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '7' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c1b14cca041d37e661b176c0236904f72326e18b + - 00a529cd5c26697abaf1874dd4cd2f03d22a1876 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4681-BOS X-Timer: - - S1737644684.457050,VS0,VE1 + - S1757605922.234413,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '6' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0fb5f10d03cefc516d14d07b7c5b7ed044a24c92 + - d562600ede13d44fa28d8229410089396adcd521 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4645-BOS X-Timer: - - S1737644684.478187,VS0,VE0 + - S1757605922.298271,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,35 +438,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '6' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e8458e9fb7c94442e4eefd97cec26976c97bd346 + - 6c1291517c6e355c6574238b8651a423b33cd746 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4675-BOS X-Timer: - - S1737644684.499934,VS0,VE1 + - S1757605922.358452,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,35 +513,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '6' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 22a25cd5b5ea7b43caaeda1b592f262eb263e883 + - 0469c44704685bb1799dc588b009215da9220d10 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4680-BOS X-Timer: - - S1737644685.522166,VS0,VE1 + - S1757605922.416324,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/scientific/json-schema/schema.json response: @@ -619,7 +587,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1692' Content-Security-Policy: @@ -629,17 +597,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"13ff4323200a45e6acb12e649221282624758beb0a8f5b3a190160c2aa9d358a"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '0' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -649,15 +617,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 8934ffc3d5b586667bd1b176a5bf37488d9b82f3 + - e622bc6906015b702c05bf911a544d5692f17c4c X-Frame-Options: - deny X-GitHub-Request-Id: - - 2AB4:1E98A2:24AE91:27FEEE:67925A8B + - 688E:6F752:15DE06:1A64F7:68C2EECC X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4677-BOS X-Timer: - - S1737644685.542501,VS0,VE1 + - S1757605922.477861,VS0,VE18 X-XSS-Protection: - 1; mode=block status: @@ -666,12 +634,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -754,7 +718,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -764,17 +728,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '8' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -784,15 +748,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ccd0ca147fc92db4fb3df00ff504c13458068500 + - 948aea5aeced0e12c1c3a085f3ba6c40f0967c99 X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4676-BOS X-Timer: - - S1737644685.566862,VS0,VE1 + - S1757605923.576060,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -801,12 +765,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -845,7 +805,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -855,17 +815,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '8' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -875,15 +835,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 96d107d2c829884a3960d54203864d1923dd6918 + - 739eaa777cf074f623a8123396886141f4b98ca7 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4685-BOS X-Timer: - - S1737644685.588389,VS0,VE1 + - S1757605923.645947,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -892,12 +852,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/checksum/json-schema/schema.json response: @@ -925,7 +881,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1044' Content-Security-Policy: @@ -935,17 +891,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"9bde8b6875408a186b283e6e3dd3edb01bc2b938e55a0491b0b7f4e06f0faccb"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '5' + - '10' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -955,15 +911,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7be15c8ba46648bee646439316376908740745f2 + - 62fbdb0ce587ac61b24567f09e88dd432bfd785d X-Frame-Options: - deny X-GitHub-Request-Id: - - 45D8:173A05:25C075:2910A1:67925A86 + - 2EEA:2ACBC:14A59B:191DF0:68C2EEC4 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4658-BOS X-Timer: - - S1737644685.612367,VS0,VE1 + - S1757605923.706157,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example5].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example5].yaml index c1e0de437..8b69b8093 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example5].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example5].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -79,7 +75,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '4394' Content-Security-Policy: @@ -89,17 +85,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:31 GMT + - Thu, 11 Sep 2025 15:51:42 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 23 Jan 2025 15:09:31 GMT + - Thu, 11 Sep 2025 15:56:42 GMT Source-Age: - - '0' + - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -109,15 +105,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - adddc2f7750dc0ba785b520362bf85a517ce4097 + - 0c055bed66898a15bfc05132ff8ce8ffcdb2f09e X-Frame-Options: - deny X-GitHub-Request-Id: - - 31A4:2AEF76:21042C:245237:67925A7D + - 48D2:9DF63:14B8DC:192D3D:68C2EEB6 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4678-BOS X-Timer: - - S1737644671.071362,VS0,VE1 + - S1757605903.853625,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -126,12 +122,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -182,7 +174,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2638' Content-Security-Policy: @@ -192,17 +184,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:31 GMT + - Thu, 11 Sep 2025 15:51:42 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 23 Jan 2025 15:09:31 GMT + - Thu, 11 Sep 2025 15:56:42 GMT Source-Age: - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -212,15 +204,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b4c1c7eea379ed24c77ef4a9f88f3cb7b6739ce6 + - 9a958abe729718ac314f2e7c91bc05cfea073995 X-Frame-Options: - deny X-GitHub-Request-Id: - - 5AA5:22F95D:20650F:23B5CA:67925A7C + - 4D53:1CB1E4:12EBE4:17599A:68C2EEB7 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4669-BOS X-Timer: - - S1737644671.091431,VS0,VE1 + - S1757605903.916458,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -229,12 +221,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/asset/json-schema/schema.json response: @@ -261,7 +249,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1002' Content-Security-Policy: @@ -271,35 +259,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:31 GMT + - Thu, 11 Sep 2025 15:51:43 GMT ETag: - '"cffbb0036f526b016f24477e0ad674e75b6fefb89708ca796686de9d2e2a67ed"' Expires: - - Thu, 23 Jan 2025 15:09:31 GMT + - Thu, 11 Sep 2025 15:56:43 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 80cad923bcd0bfe2deb1d6575220ca77d670cc2a + - 8d2b9f02671027c9a6c28ce86d7192af156aea85 X-Frame-Options: - deny X-GitHub-Request-Id: - - A6F4:38A00F:20C285:241345:67925A7C + - 635E:2ACBC:149CBC:1913A5:68C2EEB7 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4621-BOS X-Timer: - - S1737644671.108820,VS0,VE355 + - S1757605903.982024,VS0,VE53 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example60].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example60].yaml index 4545181e3..bf01ccbb9 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example60].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example60].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '8' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 99ebe52208c8fd717e8f0bb9d040215a978a242e + - d4a1a70be9057719b68a1e2bb30f79564aa193ef X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4658-BOS X-Timer: - - S1737644685.645274,VS0,VE1 + - S1757605923.772664,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -181,7 +173,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -191,17 +183,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '8' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -211,15 +203,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6e387691373afdab9f712791e8c616cce3603c35 + - a61ee21cba6cfab937b0877de9bdd41b11359872 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4643-BOS X-Timer: - - S1737644685.667469,VS0,VE1 + - S1757605923.835695,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -228,12 +220,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/version/json-schema/schema.json response: @@ -263,7 +251,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1181' Content-Security-Policy: @@ -273,17 +261,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"3ad87031bb638da9b48582cbf730c047e1075960364c8fc992381ddf5467f296"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '2' + - '5' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -293,15 +281,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 133ea2037ae2ee673ecdb6f89fb96e9534de0010 + - a45550117ed4ad7642613d3773753cf4b13cbc21 X-Frame-Options: - deny X-GitHub-Request-Id: - - 841B:3500BA:23CDB5:271E1A:67925A81 + - 2635:87AC7:13389E:17ADA5:68C2EEC7 X-Served-By: - - cache-den-kden1300050-DEN + - cache-bos4636-BOS X-Timer: - - S1737644685.685220,VS0,VE1 + - S1757605923.906407,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -310,12 +298,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -398,7 +382,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -408,35 +392,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:02 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:02 GMT Source-Age: - - '8' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d46397f4ea3a935f58c0db640d2068f96dbfe453 + - 90888a8ebebe2830d0cc86eeec6cf4cc7d927ee9 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4628-BOS X-Timer: - - S1737644685.707098,VS0,VE0 + - S1757605923.969840,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example61].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example61].yaml index 1b182c2b7..b0ce62b83 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example61].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example61].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,35 +96,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '8' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e3f71e15ca607d3c888981d561a2e1fd9b59e6d2 + - 3782d9ecedab724ba9cd1d3273e6e137d1e1c878 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4628-BOS X-Timer: - - S1737644685.735401,VS0,VE1 + - S1757605923.038183,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,35 +164,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '7' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 1b2a787e7ea8c0bf5d06c9f9e243d7e73caa9975 + - a7890be19392688b32b76be0e1c6422f2f254ba0 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4630-BOS X-Timer: - - S1737644685.758573,VS0,VE0 + - S1757605923.099598,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '7' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 68020678cb429718348d36654e7420f72b793f1e + - d65a60d3a208478cb9eb8aed57e95da4ff60fba1 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4655-BOS X-Timer: - - S1737644685.777245,VS0,VE1 + - S1757605923.169933,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,35 +306,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '7' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a0dd263b160794f2a1f2f7747b25816a3e220608 + - e85f7eac8887f6a3ad3aac2f112535da90324377 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300047-DEN + - cache-bos4661-BOS X-Timer: - - S1737644685.795339,VS0,VE0 + - S1757605923.232192,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,35 +371,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '7' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '37' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f9cd634bb24a4085b9433d34a8ec2456c07e12a6 + - dfade8748dbf6e7bb83d2b5d0b75c2841500733a X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300077-DEN + - cache-bos4650-BOS X-Timer: - - S1737644685.812756,VS0,VE1 + - S1757605923.297453,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '7' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d7140cbfa3c659565c8478cee200f5c5ee201e52 + - be6831b53656d060969510953b81c08bd2a26d43 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4680-BOS X-Timer: - - S1737644685.831459,VS0,VE1 + - S1757605923.360231,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '6' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 72297d54d739631834c41fa870e6b3436b59b9a6 + - f36136286446643c97b9d922b05ac04b0011588c X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4631-BOS X-Timer: - - S1737644685.850289,VS0,VE1 + - S1757605923.429952,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/version/json-schema/schema.json response: @@ -613,7 +581,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1181' Content-Security-Policy: @@ -623,17 +591,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"3ad87031bb638da9b48582cbf730c047e1075960364c8fc992381ddf5467f296"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '2' + - '6' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -643,15 +611,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - be65f7150e2396a9be61ce8deca9a84a1fa44842 + - 0bcb08d3a4d75e89329af1524ac520533579f85f X-Frame-Options: - deny X-GitHub-Request-Id: - - 841B:3500BA:23CDB5:271E1A:67925A81 + - 2635:87AC7:13389E:17ADA5:68C2EEC7 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4642-BOS X-Timer: - - S1737644685.869386,VS0,VE1 + - S1757605923.492865,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -660,12 +628,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -748,7 +712,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5265' Content-Security-Policy: @@ -758,17 +722,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '8' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -778,15 +742,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - eaa76dfc5d69df302f52eb001c440fcfd2c68cd1 + - fde74a16049bb3122bf50645bf02fa4a7239b9e1 X-Frame-Options: - deny X-GitHub-Request-Id: - - E7F2:2110D7:20C046:240EEE:67925A81 + - ED3E:151D18:158C55:1A0484:68C2EEC0 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4627-BOS X-Timer: - - S1737644685.893088,VS0,VE2 + - S1757605924.566335,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -795,12 +759,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -839,7 +799,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1766' Content-Security-Policy: @@ -849,17 +809,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '9' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -869,15 +829,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d6ed53f6bee6edd4415e6ae77e1c6d679f1e5249 + - 164e2cd74cc6b6b7222505a726c7c0decb35870d X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AA70:27FA55:67925A83 + - 3DDA:1CB1E4:12F35F:176261:68C2EEC0 X-Served-By: - - cache-den-kden1300059-DEN + - cache-bos4686-BOS X-Timer: - - S1737644685.914758,VS0,VE1 + - S1757605924.635744,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example62].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example62].yaml index 242f1f51e..dd58d6083 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example62].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example62].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '8' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f7b89633354838f5ca4f4fda4d4a2c8120592624 + - 7831e4f5c7aee18f964dc9ded53c4db63f6c6626 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4659-BOS X-Timer: - - S1737644685.943887,VS0,VE1 + - S1757605924.717922,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '8' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 1dd5bfdf7fb990d1ab3f12a7c785cb4ab3565680 + - fd9ee52e3f90a704b36e74f7b1d8e61cb160fe6a X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4657-BOS X-Timer: - - S1737644685.965805,VS0,VE1 + - S1757605924.800425,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:44 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:44 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '8' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 654ccad57eb0bcaefc4e15d8379a488380f855c5 + - 71b044e0aad845dd6a42c647ed92872b8804881b X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4693-BOS X-Timer: - - S1737644685.984797,VS0,VE1 + - S1757605924.870007,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:03 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:03 GMT Source-Age: - - '7' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 49f457a06c472d6c2722aba4d448a4ecacca574e + - e313e211cf224aa64cd0a4dc801a03dbf8ab7af0 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300040-DEN + - cache-bos4644-BOS X-Timer: - - S1737644685.004260,VS0,VE1 + - S1757605924.942339,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '7' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 1ca2020aae2730f39dd94d3b638d1e08e9027ee9 + - d81b8b3a797debb8c30f4387d69a85f36a00acd6 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4685-BOS X-Timer: - - S1737644685.022207,VS0,VE1 + - S1757605924.017883,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '7' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 104e29933d6f7593c44d9df30ec58080025ef8b9 + - 026d6b27e0c052500f63b2349512ce65c73ca871 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4644-BOS X-Timer: - - S1737644685.040705,VS0,VE1 + - S1757605924.092055,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '7' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5c96a3de3c114931638d4903361c57376c85322e + - 569fbf823b54fd35a293d8d5c1bffe429072f498 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4686-BOS X-Timer: - - S1737644685.058869,VS0,VE1 + - S1757605924.162477,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/sat/json-schema/schema.json response: @@ -609,7 +577,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1008' Content-Security-Policy: @@ -619,17 +587,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"90408dbc0c6ce835205fcdbeeab881774f06517052d7c3dbcf6ba7c3ccced7eb"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '5' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -639,15 +607,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c8babab9a6eb0e399621ed720e5f712baacde502 + - 86d59e45cc878354437abf5f22027c7c9ed20b89 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9DC6:2110D7:20C1F4:2410C8:67925A84 + - 3186:12459A:14E01C:195B91:68C2EEC4 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4649-BOS X-Timer: - - S1737644685.076173,VS0,VE1 + - S1757605924.230296,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -656,12 +624,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/view/json-schema/schema.json response: @@ -695,7 +659,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1484' Content-Security-Policy: @@ -705,17 +669,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"e3e45b623ffe7f49713a2595b631681ba13de3813a1f297508e46360b2becd71"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '4' + - '10' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -725,15 +689,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a9d9ace1e573f243273370fba283221130537db8 + - 8c4661b0817b25b7fa22bc4941f74b97ae511749 X-Frame-Options: - deny X-GitHub-Request-Id: - - 8E64:326CD5:226496:25B5F9:67925A85 + - 7F99:1C3F94:14550C:18C5EE:68C2EEC5 X-Served-By: - - cache-den-kden1300071-DEN + - cache-bos4682-BOS X-Timer: - - S1737644685.095700,VS0,VE1 + - S1757605924.316578,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example63].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example63].yaml index 1412f3e1f..759a5c500 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example63].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example63].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,35 +96,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '9' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '3' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2b8fb47d3600c064683224e7ba733d64eadbbd03 + - 7180949315aed5028f4ec277b2ead90e64e02b81 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4638-BOS X-Timer: - - S1737644685.123591,VS0,VE0 + - S1757605924.408776,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '8' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 4b86997e0bf5c2e70733072e7d2f256bc21d9c91 + - 58b44e095dad236e6f1ffbdd70636da0a9104723 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4684-BOS X-Timer: - - S1737644685.144257,VS0,VE1 + - S1757605924.481868,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,35 +237,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '8' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 40cb05b5e5cd6a427b6f9ad86f1eaec0acf27427 + - e2b03cb82a14eaf9de53e6f2016ed75440f98ffe X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4690-BOS X-Timer: - - S1737644685.163369,VS0,VE1 + - S1757605925.553751,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,35 +306,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '8' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ae0e8ad150ee0852334465ae63e2c4b580a7fcab + - d542ed56e49c7473cc87faa8922acc0ea6ebb789 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4639-BOS X-Timer: - - S1737644685.183325,VS0,VE0 + - S1757605925.628886,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '7' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 293189ece1dd29b10ae3bad128b2fe752b5a5588 + - 6c165e7331413fbdda086d63bdd76ad10e8ff584 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4644-BOS X-Timer: - - S1737644685.202696,VS0,VE1 + - S1757605925.704334,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,35 +438,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '7' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 4fd59d3465368c0de6a40c3102e4cc1d36b31341 + - 13d06beac25218cb7c5364e83f69e1c824a010c9 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4686-BOS X-Timer: - - S1737644685.223151,VS0,VE0 + - S1757605925.773436,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '7' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - cfa6798356b01ded18f62777cc00f4b70390aed3 + - da391c4c3ac538cfcaefebafe4ea955bfa8bd3ad X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4668-BOS X-Timer: - - S1737644685.245203,VS0,VE1 + - S1757605925.838198,VS0,VE2 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example64].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example64].yaml index 3d62cd3f0..f4bc79d28 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example64].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example64].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '9' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7075a5cc4559b73e7932d30d68c75e276c49c17a + - aca52668b088f0a43a902546459dcf9b797b034f X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4638-BOS X-Timer: - - S1737644685.273453,VS0,VE0 + - S1757605925.909097,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,35 +164,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:04 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:04 GMT Source-Age: - - '8' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 88a65080b63d52f1ff315fd7ee3cdd21be485bec + - 45f7dd0afcb9efb10f76a4a5d162b4f910c08ccb X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4621-BOS X-Timer: - - S1737644685.295293,VS0,VE1 + - S1757605925.968328,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '8' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 409315b324918cc7ee9a0622cd321bc1832b0157 + - 393cd49e3be8fb872007a942f50b73e14e2a6427 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4689-BOS X-Timer: - - S1737644685.314796,VS0,VE2 + - S1757605925.028119,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,35 +306,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '8' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 8fc3e9f7307e507c9bacd4c6893aeb8406def1d2 + - e3a47c73667ee0bea03acb705cf39a8bc02296a7 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4667-BOS X-Timer: - - S1737644685.335536,VS0,VE1 + - S1757605925.090025,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,35 +371,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '7' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e3df14f621d6b63c13fba969c221ab6693c6849f + - 58a43e9c12d2df89c29be5d7e78e21ce5819d467 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4654-BOS X-Timer: - - S1737644685.353705,VS0,VE0 + - S1757605925.145649,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '7' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5bbae7688755ab583c5f0bc1ce86b24d2be4f737 + - dc1a6534065e415043503322d0d23c592a861795 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4624-BOS X-Timer: - - S1737644685.374396,VS0,VE1 + - S1757605925.207849,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,35 +513,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '7' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '3' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - eba84a7b3f52f11f0c4a46b9ea182bddd8835480 + - 02997757a0ab3227d4a1982d1adfe141db0b22d2 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4673-BOS X-Timer: - - S1737644685.395651,VS0,VE0 + - S1757605925.266151,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/eo/json-schema/schema.json response: @@ -626,7 +594,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2166' Content-Security-Policy: @@ -636,17 +604,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"4ce0628a6b4d2c8e80ff67d116b60196c8f9d0a017a63b3557ebd6b46f42dfef"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '6' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -656,15 +624,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 4b3a66760b30e4d58e4c838ad1312a2f0b19d17f + - c0af53aea2b79f7c808c6e90dc8a0844fa53ce6b X-Frame-Options: - deny X-GitHub-Request-Id: - - BDE8:2110D7:20C134:240FEA:67925A82 + - 5020:6F752:15D8B0:1A5E45:68C2EEC3 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4658-BOS X-Timer: - - S1737644685.414605,VS0,VE3 + - S1757605925.330758,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -673,12 +641,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/view/json-schema/schema.json response: @@ -712,7 +676,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1484' Content-Security-Policy: @@ -722,17 +686,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"e3e45b623ffe7f49713a2595b631681ba13de3813a1f297508e46360b2becd71"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '4' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -742,15 +706,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 18e6727256be456277d2fe01b01298b7652bb622 + - 842a910c0610dd332150868aa5b6de3e5469c1a6 X-Frame-Options: - deny X-GitHub-Request-Id: - - 8E64:326CD5:226496:25B5F9:67925A85 + - 7F99:1C3F94:14550C:18C5EE:68C2EEC5 X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4633-BOS X-Timer: - - S1737644685.438478,VS0,VE1 + - S1757605925.392776,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example65].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example65].yaml index c99ae0afa..001cf00ba 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example65].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example65].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '9' + - '15' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - dce64c3f14ea347e126f4a99893cc1ad3ce527f9 + - 3f33023b8b0d514123a48d02c462f7b7719a825f X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300049-DEN + - cache-bos4640-BOS X-Timer: - - S1737644685.469477,VS0,VE1 + - S1757605925.464135,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '8' + - '15' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0f3242e015c107014a1b039b8eff580f6bda8b97 + - 2145721e6a63297a879afc8b25f6094b8ce51f76 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4645-BOS X-Timer: - - S1737644685.492404,VS0,VE1 + - S1757605926.540154,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '8' + - '15' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 8ed52d71a72d4427cc611a20a2f634911b5912fa + - addb8a0ba4cf0e38d684eb8432205cb2380556ee X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4634-BOS X-Timer: - - S1737644686.510341,VS0,VE1 + - S1757605926.608144,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,35 +306,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '8' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - edeb8f479efdbcb57aa50da4ce55751e7924d7ec + - 7c0dfcea3eacc69956d66627e5f59f716de05b1b X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4635-BOS X-Timer: - - S1737644686.529061,VS0,VE0 + - S1757605926.673055,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,35 +371,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '8' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '3' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e64e18ad05bc026f23e01b873f0be0ba7e3525c6 + - de166b61abf39c6a44d48824148bc6fdef530d88 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4631-BOS X-Timer: - - S1737644686.545619,VS0,VE0 + - S1757605926.734403,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,35 +438,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '8' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 19b1d93284106ecfa4f7cfc2609ce5c77e7f354c + - 13d82ee06405b1e843e589d367d6ca95aca88209 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4646-BOS X-Timer: - - S1737644686.565516,VS0,VE0 + - S1757605926.794874,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '7' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f03c08bc683614f39493696285b84f3f2b841b64 + - 343a8b5343d2be55133431852d17043e2bf3991c X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4647-BOS X-Timer: - - S1737644686.583940,VS0,VE1 + - S1757605926.860188,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/eo/json-schema/schema.json response: @@ -626,7 +594,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2166' Content-Security-Policy: @@ -636,17 +604,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"4ce0628a6b4d2c8e80ff67d116b60196c8f9d0a017a63b3557ebd6b46f42dfef"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '7' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -656,15 +624,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c295f7536274a127b1844748fd2e78d8a71f1878 + - 5b09270e6b5c653c0e549de8eadf72abd30383be X-Frame-Options: - deny X-GitHub-Request-Id: - - BDE8:2110D7:20C134:240FEA:67925A82 + - 5020:6F752:15D8B0:1A5E45:68C2EEC3 X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4659-BOS X-Timer: - - S1737644686.603046,VS0,VE1 + - S1757605926.924138,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -673,12 +641,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/view/json-schema/schema.json response: @@ -712,7 +676,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1484' Content-Security-Policy: @@ -722,17 +686,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:05 GMT ETag: - '"e3e45b623ffe7f49713a2595b631681ba13de3813a1f297508e46360b2becd71"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:05 GMT Source-Age: - - '4' + - '11' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -742,15 +706,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - adfa7c92dea91f42e93e7e6604bf04f115f66a64 + - 75557b9609fad0f7b595dbee02d65959d16fa3c2 X-Frame-Options: - deny X-GitHub-Request-Id: - - 8E64:326CD5:226496:25B5F9:67925A85 + - 7F99:1C3F94:14550C:18C5EE:68C2EEC5 X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4634-BOS X-Timer: - - S1737644686.627929,VS0,VE1 + - S1757605926.989231,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example66].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example66].yaml index c3a087827..35b4aa78a 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example66].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example66].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,35 +96,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '9' + - '15' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a849ff0c74bdbaf8914c73f3f031cac057087ef1 + - 6fea1462ff6730452041911833441f913d8f0c00 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4645-BOS X-Timer: - - S1737644686.655469,VS0,VE0 + - S1757605926.056758,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,35 +164,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '8' + - '15' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 838fbf25351fce37e490a69d2400d30b843dab7b + - c862a778b5559d62e763e888ce991fba37b2bdb2 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4673-BOS X-Timer: - - S1737644686.675740,VS0,VE0 + - S1757605926.125922,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '8' + - '15' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - efdea0dd94362b08eb2495c171157cbd887d8b5b + - 85465eb66a18418c3a97d2ffacf70b73c1ffb16e X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4674-BOS X-Timer: - - S1737644686.694742,VS0,VE2 + - S1757605926.191990,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '8' + - '15' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 08f24eb39aead98876bac6f6a43c13b3257a3771 + - 84eed00e2b2b3f31e37eb42d737c53530cc8c39e X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300067-DEN + - cache-bos4642-BOS X-Timer: - - S1737644686.714125,VS0,VE1 + - S1757605926.256207,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,35 +371,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '8' + - '15' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 60ced77b2fc140e74bfe402b7fe6f33da95706b8 + - d16232af18ebd2b015297c1e30141bc508a7cacd X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4669-BOS X-Timer: - - S1737644686.733690,VS0,VE0 + - S1757605926.323522,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,35 +438,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '8' + - '15' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ddcd6db3ba454e9bac6f020a26bd393d71c0d63d + - 8ef27aa4abc3b8892ee417945e96a7df7abe6812 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4637-BOS X-Timer: - - S1737644686.754512,VS0,VE0 + - S1757605926.396137,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,17 +513,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '7' + - '15' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -561,15 +533,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - a131d50260de5ded29c47fc858fba4f92dd82459 + - 34864ad8db8ac11e68e6eeab2d5d0bb7b7eed090 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4645-BOS X-Timer: - - S1737644686.774883,VS0,VE1 + - S1757605926.464531,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/eo/json-schema/schema.json response: @@ -626,7 +594,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2166' Content-Security-Policy: @@ -636,17 +604,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"4ce0628a6b4d2c8e80ff67d116b60196c8f9d0a017a63b3557ebd6b46f42dfef"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '7' + - '15' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -656,15 +624,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e8c821f6082e339f956e96efe6a81cff11091109 + - b58d23bb2ef1a9b99c9703639a6b7b0454a641ee X-Frame-Options: - deny X-GitHub-Request-Id: - - BDE8:2110D7:20C134:240FEA:67925A82 + - 5020:6F752:15D8B0:1A5E45:68C2EEC3 X-Served-By: - - cache-den-kden1300067-DEN + - cache-bos4674-BOS X-Timer: - - S1737644686.795631,VS0,VE1 + - S1757605927.531594,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -673,12 +641,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/view/json-schema/schema.json response: @@ -712,7 +676,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1484' Content-Security-Policy: @@ -722,17 +686,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"e3e45b623ffe7f49713a2595b631681ba13de3813a1f297508e46360b2becd71"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '5' + - '12' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -742,15 +706,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 624f5bc320a4bafc5a917e14df8f10c8171b8089 + - 4a8553e03713929eedf45a763f0f66f7d42dcc68 X-Frame-Options: - deny X-GitHub-Request-Id: - - 8E64:326CD5:226496:25B5F9:67925A85 + - 7F99:1C3F94:14550C:18C5EE:68C2EEC5 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4667-BOS X-Timer: - - S1737644686.819056,VS0,VE1 + - S1757605927.607945,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example67].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example67].yaml index d864bb603..cfb18a8d5 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example67].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example67].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,35 +96,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '9' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 2548fb4fdc5909173f26727553c5a5ea42a463d4 + - fd652d96f23eb9028d4856e794b3d3271da4a8bb X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4623-BOS X-Timer: - - S1737644686.848304,VS0,VE0 + - S1757605927.694296,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '9' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 1e27bba1905e8f0b289e7c120b64beabdcb22baf + - 91127fb6c8d90dd4f411c6e97fc82172a7537e0c X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4653-BOS X-Timer: - - S1737644686.869701,VS0,VE0 + - S1757605927.777497,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '9' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b9e76beb5e2ccddd6405a604beb38a286a105ea3 + - 98d3b8fffbd3f36dfd720271ca8160a4b7929716 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4634-BOS X-Timer: - - S1737644686.889375,VS0,VE0 + - S1757605927.856117,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,35 +306,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:06 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:06 GMT Source-Age: - - '8' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b0a4e4da01987772647be1bdb556dab4a0a26686 + - 0c1743675cf9a731565920609b66c8b853de6049 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4685-BOS X-Timer: - - S1737644686.907320,VS0,VE0 + - S1757605927.927928,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '8' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ae5ce17151aed2e91a2d973fbb57e988a99cc317 + - 5f15da364cec149f9cd269f513ee93f845d7eea8 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300050-DEN + - cache-bos4635-BOS X-Timer: - - S1737644686.924795,VS0,VE1 + - S1757605927.002969,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '8' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 436ffa025c64e39c998a5b055c13ed72db959843 + - 7714f8ffc9db00f345e2862804a14f2be2b2af1c X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4626-BOS X-Timer: - - S1737644686.942618,VS0,VE1 + - S1757605927.079575,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,35 +513,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '8' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - bde7fa6bdc232f218992a2d3bc8466a1c1946569 + - d585f59e69e6e7d4ccddd5cc678cc4c91ead6829 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4624-BOS X-Timer: - - S1737644686.962287,VS0,VE0 + - S1757605927.150401,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/eo/json-schema/schema.json response: @@ -626,7 +594,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2166' Content-Security-Policy: @@ -636,17 +604,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:45 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"4ce0628a6b4d2c8e80ff67d116b60196c8f9d0a017a63b3557ebd6b46f42dfef"' Expires: - - Thu, 23 Jan 2025 15:09:45 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '7' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -656,15 +624,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6c7e51c3a1b3c4ab8745b6baad396a9cd0ad0db7 + - 2b697c4deb8337bd541ae2fd97312c2b4e5e3282 X-Frame-Options: - deny X-GitHub-Request-Id: - - BDE8:2110D7:20C134:240FEA:67925A82 + - 5020:6F752:15D8B0:1A5E45:68C2EEC3 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4684-BOS X-Timer: - - S1737644686.981330,VS0,VE1 + - S1757605927.227723,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -673,12 +641,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/view/json-schema/schema.json response: @@ -712,7 +676,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1484' Content-Security-Policy: @@ -722,17 +686,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"e3e45b623ffe7f49713a2595b631681ba13de3813a1f297508e46360b2becd71"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '5' + - '13' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -742,15 +706,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c257b229d697805846e0fcf787cc0f4675bf7bb1 + - 9e6e90f6539121d04e7385cb1fcbe11a4177582d X-Frame-Options: - deny X-GitHub-Request-Id: - - 8E64:326CD5:226496:25B5F9:67925A85 + - 7F99:1C3F94:14550C:18C5EE:68C2EEC5 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4642-BOS X-Timer: - - S1737644686.005880,VS0,VE1 + - S1757605927.316956,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example68].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example68].yaml index 82b93eca1..480a5aad8 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example68].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example68].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,17 +96,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '9' + - '17' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -120,15 +116,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3e95ed9a2de364c39131c1677429a17d3e07ed1e + - 7a7c7a2ba55fb501be3ef892581e064895e52d12 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4639-BOS X-Timer: - - S1737644686.034841,VS0,VE1 + - S1757605927.411097,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,17 +164,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '9' + - '17' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -192,15 +184,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - dc282a5783eee9963b544287e80e1786a61f07f3 + - 6a1119f8e30ad161105848796003cbfa10f834a8 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4649-BOS X-Timer: - - S1737644686.058020,VS0,VE1 + - S1757605927.490857,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '9' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 51d27fb092f44317296b89a6b924850cce30decf + - dc36e47d07606dfce5b1858c56a19208fb08ff48 X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300071-DEN + - cache-bos4670-BOS X-Timer: - - S1737644686.078414,VS0,VE1 + - S1757605928.562638,VS0,VE2 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,17 +306,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '8' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -342,15 +326,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 736e1675a02431e3669876d387280b6ac065b271 + - f392ab6103cbfd1eaaab3b567409afecf61dbfdb X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4660-BOS X-Timer: - - S1737644686.097411,VS0,VE1 + - S1757605928.638182,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,17 +371,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '8' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -411,15 +391,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - c4630ce1caa2ec295862766d92c36fbbc72b9c87 + - b632e370d9f9a8897e672d9b7105ea04ec6152c2 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4693-BOS X-Timer: - - S1737644686.117770,VS0,VE1 + - S1757605928.702244,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '8' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 1e7c9df73dab1bdc07627b5307d747a608ec6bf7 + - 1355c7ad0f731dd74101e4cb4abe9944cb23af94 X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4669-BOS X-Timer: - - S1737644686.139425,VS0,VE1 + - S1757605928.764902,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,35 +513,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '8' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 9f11f835f2cd9610a7336cd7d16d2f9b52b9aace + - 3308e9587364ae2629f943dde0481def97fa00c0 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4669-BOS X-Timer: - - S1737644686.159871,VS0,VE0 + - S1757605928.833485,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example69].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example69].yaml index 82a600330..625a394ca 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example69].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example69].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -90,7 +86,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '5137' Content-Security-Policy: @@ -100,35 +96,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '9' + - '17' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - de7dd9f82c4d2f8bed567ae952a722b399eb0de6 + - 87dc8f5f4346ebab82f74150e0a89a91f68929c5 X-Frame-Options: - deny X-GitHub-Request-Id: - - 6954:21D799:22EC4E:263CD0:67925A84 + - 3DDA:1CB1E4:12F39D:1762AB:68C2EEC2 X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4660-BOS X-Timer: - - S1737644686.183382,VS0,VE0 + - S1757605928.897902,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +133,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,7 +154,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '475' Content-Security-Policy: @@ -172,35 +164,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:07 GMT ETag: - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:07 GMT Source-Age: - - '9' + - '17' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - cd0361d137c62f7a37dab8682c31ca1341a90cd1 + - dc194a084e1f3350550a1a72083ef0e9fe234616 X-Frame-Options: - deny X-GitHub-Request-Id: - - C41E:21D799:22EC9D:263D1C:67925A84 + - F42A:3A83F:147263:18E1C9:68C2EEC1 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4659-BOS X-Timer: - - S1737644686.205363,VS0,VE0 + - S1757605928.963811,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +201,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,7 +227,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '814' Content-Security-Policy: @@ -249,17 +237,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:08 GMT Source-Age: - - '9' + - '17' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -269,15 +257,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 86994441d8e140295f2a534fede2ec06d2880ef2 + - 14ed88880f30e712572bcadf0bc2e9039a83789a X-Frame-Options: - deny X-GitHub-Request-Id: - - EF01:3500BA:23CB27:271B33:67925A80 + - 7F51:114F63:12D433:1743BA:68C2EEBE X-Served-By: - - cache-den-kden1300033-DEN + - cache-bos4646-BOS X-Timer: - - S1737644686.224249,VS0,VE1 + - S1757605928.026505,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +274,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,7 +296,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '525' Content-Security-Policy: @@ -322,35 +306,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:08 GMT Source-Age: - - '9' + - '16' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3fc1d076717f30ba5b47ab6f1a603d4cc305ade2 + - 72a92daf2e4cfe4b06585aef7a47f62d242fe482 X-Frame-Options: - deny X-GitHub-Request-Id: - - 9217:188A15:2385C8:26D5D9:67925A80 + - DE22:5461F:13BA26:1824C1:68C2EEC2 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4660-BOS X-Timer: - - S1737644686.242372,VS0,VE1 + - S1757605928.088727,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +343,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,7 +361,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '244' Content-Security-Policy: @@ -391,35 +371,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:08 GMT Source-Age: - - '8' + - '17' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0fc615e2fe80ec953ddb2dc6178e8a50fdc38861 + - 5593699684d4a818e714ec665b98d46d598327d2 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7E87:2AEF76:21084B:24569B:67925A85 + - 2635:21E1E:F47BCB:132FF57:68C2EEC1 X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4624-BOS X-Timer: - - S1737644686.261964,VS0,VE1 + - S1757605928.152534,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +408,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,7 +428,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '384' Content-Security-Policy: @@ -462,17 +438,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:08 GMT Source-Age: - - '8' + - '17' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -482,15 +458,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 339a9ddce3794bca9e307b8d3f4e87af288ab04a + - 2b4776f1a9a7930a85c00c80fa48abf33ac829ee X-Frame-Options: - deny X-GitHub-Request-Id: - - 32E3:1E98A2:24AB9A:27FB97:67925A85 + - F45D:12459A:14DF05:195A37:68C2EEC2 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4644-BOS X-Timer: - - S1737644686.282715,VS0,VE0 + - S1757605928.218303,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +475,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,7 +503,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '973' Content-Security-Policy: @@ -541,35 +513,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:08 GMT Source-Age: - - '8' + - '17' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ff9439460bc13582cbce4d04ebbdcf2754e4772a + - 60e86ca15c11f28553f87568ffa499159c90b3b7 X-Frame-Options: - deny X-GitHub-Request-Id: - - C5C8:173C35:23ADDC:27167E:67925A85 + - 13D9:87AC7:1335CB:17A9EB:68C2EEC3 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4657-BOS X-Timer: - - S1737644686.302566,VS0,VE0 + - S1757605928.288374,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -578,12 +550,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/eo/json-schema/schema.json response: @@ -626,7 +594,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '2166' Content-Security-Policy: @@ -636,17 +604,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"4ce0628a6b4d2c8e80ff67d116b60196c8f9d0a017a63b3557ebd6b46f42dfef"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:08 GMT Source-Age: - - '7' + - '17' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -656,15 +624,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 47e35225463c10ce3334764ad0c301e4530998bc + - 2fbd206b8a5643b478acefa3e19499121cc7c60c X-Frame-Options: - deny X-GitHub-Request-Id: - - BDE8:2110D7:20C134:240FEA:67925A82 + - 5020:6F752:15D8B0:1A5E45:68C2EEC3 X-Served-By: - - cache-den-kden1300050-DEN + - cache-bos4688-BOS X-Timer: - - S1737644686.319125,VS0,VE1 + - S1757605928.352963,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -673,12 +641,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/view/json-schema/schema.json response: @@ -712,7 +676,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1484' Content-Security-Policy: @@ -722,17 +686,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"e3e45b623ffe7f49713a2595b631681ba13de3813a1f297508e46360b2becd71"' Expires: - - Thu, 23 Jan 2025 15:09:46 GMT + - Thu, 11 Sep 2025 15:57:08 GMT Source-Age: - - '5' + - '14' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -742,15 +706,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 0ccbeedf50b2375543eba7ba5aed00927bd89371 + - 19aa899936b0c87dc046215a36fb2c6167d521ec X-Frame-Options: - deny X-GitHub-Request-Id: - - 8E64:326CD5:226496:25B5F9:67925A85 + - 7F99:1C3F94:14550C:18C5EE:68C2EEC5 X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4639-BOS X-Timer: - - S1737644686.343244,VS0,VE1 + - S1757605928.420904,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example6].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example6].yaml index fc906ef12..e57ba9534 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example6].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example6].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:31 GMT + - Thu, 11 Sep 2025 15:51:43 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:31 GMT + - Thu, 11 Sep 2025 15:56:43 GMT Source-Age: - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3cf09de8b1c9d34eb2ca50b445235c9c884c35ff + - aa94bd681f0b5867df6a9f6afb7a9f8de67cb5a1 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4648-BOS X-Timer: - - S1737644671.495970,VS0,VE2 + - S1757605903.112114,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/checksum/json-schema/schema.json response: @@ -188,7 +180,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '1469' Content-Security-Policy: @@ -198,35 +190,35 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:31 GMT + - Thu, 11 Sep 2025 15:51:43 GMT ETag: - '"ceed674cee48a43076989957b8a4f96d8acba3f52df1d52a3745e28225923aac"' Expires: - - Thu, 23 Jan 2025 15:09:31 GMT + - Thu, 11 Sep 2025 15:56:43 GMT Source-Age: - '0' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 311bc20d45ff733a9e9547c1f36a60f0a0d4b482 + - af8f2dafd7888bf0a534b68fe8adaea14c53bd15 X-Frame-Options: - deny X-GitHub-Request-Id: - - A6F4:38A00F:20C2BB:24137A:67925A7F + - 3EB7:6F752:15D306:1A5757:68C2EEB5 X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4630-BOS X-Timer: - - S1737644672.523838,VS0,VE343 + - S1757605903.177423,VS0,VE74 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example70].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example70].yaml index 8ce689459..9988e733c 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example70].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example70].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -49,17 +45,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -71,19 +67,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 355215aacc38ba9f76279adf10d1eb44e7628254 + - 3fec157672e42ee03cc45d61ae6e1d7e225adb4d X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4655-BOS X-Timer: - - S1737644686.371299,VS0,VE63 + - S1757605928.493913,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example71].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example71].yaml index 9e6dc200a..86b03b34b 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example71].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example71].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -49,17 +45,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -75,15 +71,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 32158f0ab420330608a78506f385c2dbc3f43230 + - 955981ce6060f1a7179f0e8f210785366ceeaf04 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4677-BOS X-Timer: - - S1737644686.460203,VS0,VE1 + - S1757605929.583112,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example72].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example72].yaml index e6c98cab6..f71a66a8b 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example72].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example72].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -111,19 +107,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 2b690a4b4a57de73f637743e7bb9f30dce787d9e + - 6e9e369e10903c61510f234a0bfa4a054cc0e672 X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4658-BOS X-Timer: - - S1737644686.483637,VS0,VE67 + - S1757605929.676622,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -179,17 +171,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -203,17 +195,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - c176895840d1781f4d9902235c15cc098d207d5b + - ad5da1bee8b2277935d077bfb16771c510e46754 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4664-BOS X-Timer: - - S1737644687.575603,VS0,VE1 + - S1757605929.764057,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example73].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example73].yaml index 7c20b6ba3..7fd56f060 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example73].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example73].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - dae8914e1f94af05129e622fceb853ed25598e84 + - 3ed8dffaf39e89ac42eb3839550aaeb0791725ac X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4630-BOS X-Timer: - - S1737644687.598263,VS0,VE1 + - S1757605929.848692,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -179,17 +171,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -203,17 +195,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 1b48fa4e2f0f3aec75ee45fda1d7e5b60af040dc + - 10ab74d5634905c9930cbd988d5634cd5e2bafda X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4668-BOS X-Timer: - - S1737644687.617503,VS0,VE1 + - S1757605929.924535,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example74].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example74].yaml index 57bb5554b..59f5a152e 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example74].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example74].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '25' + - '387' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:08 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 91d7bb3deab205b46fb72a4f4345656b42d7c5c6 + - 4b22403b8f641b43398dcd32888624381612fac8 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4691-BOS X-Timer: - - S1737644687.638893,VS0,VE1 + - S1757605929.986651,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '25' + - '388' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:09 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 5e35cd3c9b30db298792c56262f4a0dcd2139340 + - d78f6a3835a4af5466552420997b99a1769a872e X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4676-BOS X-Timer: - - S1737644687.660083,VS0,VE1 + - S1757605929.067678,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '25' + - '387' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:09 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 12fc829ed8bd0bc69a3990cf4afc05545f682a8d + - 6bcd1d87a4bacab4c19d2ee987a2394dd3f43d6a X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300067-DEN + - cache-bos4647-BOS X-Timer: - - S1737644687.677274,VS0,VE1 + - S1757605929.142606,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '25' + - '387' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:09 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 8fcd4fe147802a74542f0041d0a43543405c9ede + - c449c383d406ca4b56357dd469cdcbe81b516d37 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4690-BOS X-Timer: - - S1737644687.695545,VS0,VE1 + - S1757605929.220289,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '25' + - '387' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:09 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e5e2cef20a8369d4cfc1b3e10308a2db0900a380 + - fa8219c10326e04001a0f7a4acbf904249901a6c X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4640-BOS X-Timer: - - S1737644687.714233,VS0,VE1 + - S1757605929.293875,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '25' + - '387' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:09 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 049d69c6c4797fcce3b3e15ca4690311720240c5 + - 3a5c6dfd01197f32f2248a14778b62d68e4cca9a X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4678-BOS X-Timer: - - S1737644687.732009,VS0,VE1 + - S1757605929.370846,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/checksum/json-schema/schema.json response: @@ -559,17 +527,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2361' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:09 GMT ETag: - '"66e1651c-939"' Last-Modified: @@ -581,19 +549,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 0000b1f830207d99c573577b7091b6094498957b + - 06309dafdfcc6623f9446951b5fb322c82d5b618 X-GitHub-Request-Id: - - 85AB:3FD031:11D7FAF:1463CD1:67925A8E + - 0EB2:39602E:21ACCE1:2413344:68C2EED5 X-Served-By: - - cache-den-kden1300047-DEN + - cache-bos4680-BOS X-Timer: - - S1737644687.749592,VS0,VE70 + - S1757605929.452167,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:29 GMT x-origin-cache: - HIT x-proxy-cache: @@ -604,12 +572,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -651,17 +615,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:09 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -675,17 +639,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 76510eca4ab7e3c0ef3f1c437a1fbc59c63e6042 + - 53238796691b326c7164780536099e8505010799 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4635-BOS X-Timer: - - S1737644687.845960,VS0,VE1 + - S1757605930.548976,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: @@ -694,12 +658,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -781,17 +741,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:09 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -807,15 +767,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f37741889578ad42535f1f8474fd7dbca6a59c7d + - 18a7d79d2c53f62685856c7579e9fb0f3391fd3d X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4637-BOS X-Timer: - - S1737644687.865262,VS0,VE1 + - S1757605930.614562,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example75].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example75].yaml index 07d36e814..10ff5103f 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example75].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example75].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:09 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '3' + - '1' X-Fastly-Request-ID: - - 70cecd1493ec3c21ae374a482e7c3871ff7d7d2e + - 2e27f9a578aa57d931c48eb3306eb90ab2a12c01 X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4646-BOS X-Timer: - - S1737644687.892335,VS0,VE0 + - S1757605930.702329,VS0,VE4 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -179,17 +171,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:09 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -203,17 +195,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 7ef3fc232f8d2663c2485ef3c6e09bf4ad76cae5 + - 91e420a0782ff6b10be0b9775b4e55ce57519d93 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4681-BOS X-Timer: - - S1737644687.912328,VS0,VE1 + - S1757605930.802224,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: @@ -222,12 +214,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/collection-assets/json-schema/schema.json response: @@ -250,17 +238,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '939' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:46 GMT + - Thu, 11 Sep 2025 15:52:09 GMT ETag: - '"66e1651c-3ab"' Last-Modified: @@ -272,19 +260,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 934c090cebcb9e11d24772cb88c1860737426539 + - cb234e04ea35e366a52cef04044db251ffe7c750 X-GitHub-Request-Id: - - 4751:26BEBB:12DB8D9:1567624:67925A8E + - 3D92:3ADB7:217C6F7:23E308E:68C2EED5 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4675-BOS X-Timer: - - S1737644687.933421,VS0,VE63 + - S1757605930.876177,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:29 GMT x-origin-cache: - HIT x-proxy-cache: @@ -295,12 +283,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -382,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '388' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:09 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -408,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 7fb6e565bfd8ec284045d3bdd644c51f7e501675 + - 43307c679e58e0b9f6670aa4dff656b89e661820 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4642-BOS X-Timer: - - S1737644687.020813,VS0,VE1 + - S1757605930.958626,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example76].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example76].yaml index 32f8d0f1f..57e6316b7 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example76].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example76].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:10 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '4' + - '1' X-Fastly-Request-ID: - - ee97aedff483de609332f709f21803bceccd1eb5 + - 7d55d56ace3be4d191bd160af659e13e1577885a X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4654-BOS X-Timer: - - S1737644687.045333,VS0,VE0 + - S1757605930.047963,VS0,VE35 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -179,17 +171,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:10 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -203,17 +195,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 240d15001497a98578102f7d48d3c5d23fc0abbc + - 9612fdafa7e828dce79b4acc0d1d0bc68de63d7e X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4668-BOS X-Timer: - - S1737644687.064873,VS0,VE1 + - S1757605930.173157,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: @@ -222,12 +214,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/datacube/json-schema/schema.json response: @@ -338,17 +326,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '7526' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:10 GMT ETag: - '"66e1651c-1d66"' Last-Modified: @@ -360,19 +348,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 40549d7998a989c01ead9031a299fc764578c5d0 + - f0680836bbb59ebac84e8e54c5b98498b630f1ce X-GitHub-Request-Id: - - 5DDC:17F4B9:127EEA5:150ABB4:67925A8E + - 7766:3FCBA6:20BD099:2323AF5:68C2EED5 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4641-BOS X-Timer: - - S1737644687.082985,VS0,VE62 + - S1757605930.259825,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT + - Thu, 11 Sep 2025 15:56:30 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -381,12 +371,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -468,17 +454,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '389' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:10 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -494,15 +480,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 8658025dec0055a1e91e81dcc51e09be4a152552 + - 5a250649f923b0dd9073af47f4befbe60fef8924 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4666-BOS X-Timer: - - S1737644687.169867,VS0,VE1 + - S1757605930.355698,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example77].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example77].yaml index 3f587a01e..b145d844d 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example77].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example77].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '388' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:10 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 763be6e636d9ca44a072fc01c4808cd0b425c6a0 + - 1aee9704b9e2e81c6e80a7436ee8d96ab2c023a5 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4624-BOS X-Timer: - - S1737644687.201952,VS0,VE1 + - S1757605930.454140,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '389' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:10 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - dfe83122c1a42c5e016a3b8ac627cb371de20534 + - c7caf962f4b6ac9c9480ce4ed85423b416b95872 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4627-BOS X-Timer: - - S1737644687.223861,VS0,VE1 + - S1757605931.540453,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '389' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:10 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 800cafc2a92883054b49ec793ba89f4fb31f3523 + - edaba5b2ba865f982c4e5763c2e370519fbf8f96 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4651-BOS X-Timer: - - S1737644687.243617,VS0,VE1 + - S1757605931.630790,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '388' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:10 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 40d263de5386c2d730b65d54ead9a97d467f0d2c + - 44fec6a43ef0ea04a0b81f0eb5a9702bb9fd3686 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4685-BOS X-Timer: - - S1737644687.262497,VS0,VE1 + - S1757605931.714133,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '388' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:10 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '27' X-Fastly-Request-ID: - - 3a2224c6b7694ff1a8ec29adbb4156d2cb88e963 + - 8c890a53adf319ef1326b33555162e12385a035f X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4650-BOS X-Timer: - - S1737644687.282857,VS0,VE1 + - S1757605931.801786,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '388' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:10 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 054360d518945d83e99eab91ea52d7fc101c51b2 + - ad6b1b12924e0a2f706d060636b00179480451e5 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4659-BOS X-Timer: - - S1737644687.302326,VS0,VE1 + - S1757605931.888088,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/datacube/json-schema/schema.json response: @@ -627,17 +595,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '7526' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:10 GMT ETag: - '"66e1651c-1d66"' Last-Modified: @@ -653,15 +621,17 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 4ff8d6dcc9f26e9a23ddba92c2743aec9c4e2e77 + - 640cb0302671c29b0cf5bb3932f8af8bd9a526bb X-GitHub-Request-Id: - - 5DDC:17F4B9:127EEA5:150ABB4:67925A8E + - 7766:3FCBA6:20BD099:2323AF5:68C2EED5 X-Served-By: - - cache-den-kden1300039-DEN + - cache-bos4629-BOS X-Timer: - - S1737644687.321948,VS0,VE1 + - S1757605931.966714,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT + - Thu, 11 Sep 2025 15:56:30 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -670,12 +640,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -757,17 +723,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -783,15 +749,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - eba8adcdbb216922570ec1f10ad897a83252b71a + - cb121c0c433b5132c7c50cc9cee067ac961a12f4 X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4647-BOS X-Timer: - - S1737644687.348910,VS0,VE1 + - S1757605931.045809,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -800,12 +766,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -847,17 +809,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -871,17 +833,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - c0a5ebad2ac4a9929b8cd51326962af228cbd7f3 + - e9e6a5573246fdfdb640b09ed8ecae34a2c270c5 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300047-DEN + - cache-bos4626-BOS X-Timer: - - S1737644687.367977,VS0,VE1 + - S1757605931.119677,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example78].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example78].yaml index af690efac..a9cd81672 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example78].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example78].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '389' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 7a18aab9d0b0d1b329dcd35cd60345959b31e9fb + - c0f1f35171d100687ffd69c559f0c7be72cd293d X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4678-BOS X-Timer: - - S1737644687.394769,VS0,VE1 + - S1757605931.196530,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '389' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 5b882720fdebc33e27845196db62275f62268bdf + - 952869926caa9efe6481cec9afc0cdfdc6e14e4e X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4640-BOS X-Timer: - - S1737644687.418910,VS0,VE1 + - S1757605931.274492,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '389' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 096e7f476816469334361f920b6c42b7a6c651c0 + - df31aaa54ec2067c2e21af605d7cc0bd45499590 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4676-BOS X-Timer: - - S1737644687.437941,VS0,VE1 + - S1757605931.349541,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '389' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,17 +332,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - b392799e9f459be5ea18671fdab643ae492edf1c + - bbd85887c412a23827c67c577ae27b64292281a7 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4667-BOS X-Timer: - - S1737644687.458035,VS0,VE1 + - S1757605931.430093,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '389' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 6c455dd0088bf417d6e3cc0ecfeb0f789a9e4ed7 + - 9d6a744dc17d94899a6e257c82d2d56b5043fd89 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4689-BOS X-Timer: - - S1737644687.478035,VS0,VE1 + - S1757605932.506183,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '389' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 4e642e666ef9bf54c100e43a3e5d3adbf621b6f1 + - a21c56eec51b8d03e50595fc52b8e46bd4b59fb1 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300060-DEN + - cache-bos4673-BOS X-Timer: - - S1737644687.498022,VS0,VE1 + - S1757605932.580275,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/eo/json-schema/schema.json response: @@ -554,17 +522,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2053' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-805"' Last-Modified: @@ -576,19 +544,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 5ecea4c9a64bda3a515916b742431bae123e7d77 + - a2294ddb96bd2e94e013885343023d3aa683ca8e X-GitHub-Request-Id: - - 6795:2AAC5:1159FF2:13E5D5D:67925A8E + - 61E0:85CEC:1F72DF5:22CFA7F:68C2EED7 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4645-BOS X-Timer: - - S1737644688.517795,VS0,VE63 + - S1757605932.659066,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: @@ -597,12 +565,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/view/json-schema/schema.json response: @@ -641,17 +605,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2089' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-829"' Last-Modified: @@ -663,21 +627,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 0dc1cabf1238b507bb191af4dc711b6913a240a4 + - 2ec18b839f20a98e981eeb7d2be1a528bd326d58 X-GitHub-Request-Id: - - 88B6:16FB:E297CA:1041873:67925A8E + - 8BE4:15BCE:1E9511B:21F04EB:68C2EED7 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4628-BOS X-Timer: - - S1737644688.607754,VS0,VE61 + - S1757605932.741894,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example79].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example79].yaml index a2c99c986..bd33574a3 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example79].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example79].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - ba8c30f9faadf063672d0b9cea6e31c423f367c3 + - d17abb03ba9b116fa600aa7e147d2d253d576943 X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4668-BOS X-Timer: - - S1737644688.707060,VS0,VE1 + - S1757605932.837811,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -179,17 +171,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -205,15 +197,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 420f0b60fc0f6c8952a8278ac1514422922f5c14 + - f42f81f92c5249092671ca22ddd0c64cea7ffb22 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4666-BOS X-Timer: - - S1737644688.730352,VS0,VE1 + - S1757605932.907987,VS0,VE5 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: @@ -222,12 +214,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/item-assets/json-schema/schema.json response: @@ -260,17 +248,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1631' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:11 GMT ETag: - '"66e1651c-65f"' Last-Modified: @@ -282,19 +270,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 19aaba6dcec2882a60f3fb4d9b1b2b24125b4228 + - fa3805a61f52f1a5764f34eb7eea712370854992 X-GitHub-Request-Id: - - 60A7:1CC61C:1111AAE:139D721:67925A8E + - 61E0:85CEC:1F72E7B:22CFB19:68C2EED7 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4650-BOS X-Timer: - - S1737644688.748433,VS0,VE60 + - S1757605932.986292,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT + - Thu, 11 Sep 2025 15:56:32 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example7].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example7].yaml index b387fa9da..a4949d47d 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example7].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example7].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:31 GMT + - Thu, 11 Sep 2025 15:51:43 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:31 GMT + - Thu, 11 Sep 2025 15:56:43 GMT Source-Age: - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7dccd0c51db139aa973dacbdedc7e55536776469 + - 9c441e1a2a2acef9c8b405336add42b19c8e9b87 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4674-BOS X-Timer: - - S1737644672.901061,VS0,VE1 + - S1757605903.317913,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example80].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example80].yaml index c56e19a0e..4d4476544 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example80].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example80].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -49,17 +45,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:12 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -73,17 +69,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 2f104c43e22a5be388bf8dc3ba456d5fdb61cd47 + - 01efd8455596dfb67840d2853d2f8eae7a325d0e X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300059-DEN + - cache-bos4669-BOS X-Timer: - - S1737644688.834882,VS0,VE1 + - S1757605932.064044,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example81].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example81].yaml index 06a047993..5acac277f 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example81].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example81].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '390' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:12 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 3a8afded7d5c7a9e910754925555f46f439aaecd + - 33e67912db3677daa2b6b247252bfd4b04a2ab48 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4635-BOS X-Timer: - - S1737644688.858398,VS0,VE1 + - S1757605932.144515,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '391' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:12 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 0b35dc3a20ef1bdd5d8c4c9ee846645bb12799c1 + - 99c0a344d199a9f024258af525e75af99d88acfd X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4672-BOS X-Timer: - - S1737644688.879370,VS0,VE1 + - S1757605932.219900,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '390' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:12 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 447e848f60be185b0e8c65a100e334da19553c3d + - 0613ed4d6a5ee474086cf38e037b71d8f3476899 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4659-BOS X-Timer: - - S1737644688.896845,VS0,VE1 + - S1757605932.294266,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '390' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:12 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,17 +332,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c3b063e1753715aa08b609dbcbb39b8b6a512ee2 + - d23895beac34e55eced8041b2cbf41b29b73208a X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4686-BOS X-Timer: - - S1737644688.914969,VS0,VE3 + - S1757605932.373398,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '390' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:12 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - ac1ce4a04696368e7474eeff209247fb7d5a9163 + - 8c400a4f9fdd3cad910a732e1e41621dc504306f X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300067-DEN + - cache-bos4655-BOS X-Timer: - - S1737644688.936156,VS0,VE1 + - S1757605932.450353,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '26' + - '390' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:47 GMT + - Thu, 11 Sep 2025 15:52:12 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,17 +462,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 248b89f4b8f7bf4ddcbef0c81d5c3cc9354efc11 + - 393a5f4544ffc2398d041a944b3657953abab244 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4663-BOS X-Timer: - - S1737644688.956363,VS0,VE1 + - S1757605933.522316,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/label/json-schema/schema.json response: @@ -586,17 +554,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4646' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:12 GMT ETag: - '"66e1651c-1226"' Last-Modified: @@ -608,19 +576,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 583ad7cb93c4e8c2d152a45b7fc34db8267f8c34 + - 23951edbfcd64279c719179b7848f77187a1f391 X-GitHub-Request-Id: - - 6795:2AAC5:115A04D:13E5DC7:67925A8F + - 6464:2BF852:1E92683:21F0317:68C2EED8 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4678-BOS X-Timer: - - S1737644688.974448,VS0,VE63 + - S1757605933.603530,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -631,12 +599,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/version/json-schema/schema.json response: @@ -671,17 +635,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1803' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:12 GMT ETag: - '"66e1651c-70b"' Last-Modified: @@ -693,19 +657,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - deedb1b90d06ad2af7a18764b5165c258836f5dd + - 5f2148869c99e4b5faae07513828ae9126a892a8 X-GitHub-Request-Id: - - C26A:113064:120C9EA:149873E:67925A8E + - 3270:18947A:1F21620:227ED15:68C2EED8 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4660-BOS X-Timer: - - S1737644688.062995,VS0,VE62 + - S1757605933.682032,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -716,12 +680,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -803,17 +763,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:12 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -827,17 +787,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 44f75a92169e675296eaf79154570854254f933f + - 98c048f1e6d1862cbb849bc1fcf3b64e060ca9fc X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300050-DEN + - cache-bos4623-BOS X-Timer: - - S1737644688.149126,VS0,VE1 + - S1757605933.764188,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -846,12 +806,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -893,17 +849,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '345' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:12 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -917,17 +873,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - b03ce559253c90f2069e3353c7a11f86cf7f1ee0 + - 63d0377c5dbd850348fdf7881e0f8519772ee140 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4659-BOS X-Timer: - - S1737644688.169264,VS0,VE1 + - S1757605933.843992,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example82].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example82].yaml index dc35ca32d..828dbe866 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example82].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example82].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '391' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:12 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 99701d0fb7f521a76d184a06fe0838b0aaf9446b + - 1174fb6824e5aaae852e8a808bae9910d4e647a5 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4645-BOS X-Timer: - - S1737644688.202038,VS0,VE1 + - S1757605933.934305,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '391' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:13 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 49c12b2c219c728359955a90521e4dafca329bd5 + - b2dbd24e25f8fbe52be144b915d714a9126e422a X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4645-BOS X-Timer: - - S1737644688.226037,VS0,VE1 + - S1757605933.040803,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '391' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:13 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 6bbd2d76fb360a502096dad9d5ba0b81292385e7 + - fb038bab8db49beccdc9140c4efe49ac328d88a2 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300070-DEN + - cache-bos4664-BOS X-Timer: - - S1737644688.246858,VS0,VE1 + - S1757605933.132357,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '391' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:13 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,17 +332,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 5f7f9843c5cea1f5ce8306a42b4811ec01b4db4f + - 892a9ac96e13e767439ca67897471e4176f91f8d X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4624-BOS X-Timer: - - S1737644688.265844,VS0,VE1 + - S1757605933.222038,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '391' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:13 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - eb1bb3234f65c53490053ac4f842af6287569d24 + - 8beb60b47637d6c667f0bab3105ad01f1123ef5b X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4667-BOS X-Timer: - - S1737644688.284840,VS0,VE1 + - S1757605933.308386,VS0,VE3 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '391' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:13 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - a2fcf11664599328fb9c3c0ca89ea9f7755d951a + - e37c469c2e2347892068b070bc5f94aef6f7100d X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4676-BOS X-Timer: - - S1737644688.304728,VS0,VE0 + - S1757605933.392164,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/label/json-schema/schema.json response: @@ -586,17 +554,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4646' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:13 GMT ETag: - '"66e1651c-1226"' Last-Modified: @@ -612,15 +580,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 9a51b80e730f565af75048da2b66d1157c1b3e99 + - 3a60328e81ea8b64365e3f69a9f6dc2930fe2b1a X-GitHub-Request-Id: - - 6795:2AAC5:115A04D:13E5DC7:67925A8F + - 6464:2BF852:1E92683:21F0317:68C2EED8 X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4679-BOS X-Timer: - - S1737644688.321782,VS0,VE1 + - S1757605933.479930,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -631,12 +599,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/version/json-schema/schema.json response: @@ -671,17 +635,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1803' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:13 GMT ETag: - '"66e1651c-70b"' Last-Modified: @@ -695,17 +659,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - ea386f7cb5bd471c45affcfb9d214fc804b193af + - d8e7224712a5af809201e237a5a1c8baa48b7b6b X-GitHub-Request-Id: - - C26A:113064:120C9EA:149873E:67925A8E + - 3270:18947A:1F21620:227ED15:68C2EED8 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4633-BOS X-Timer: - - S1737644688.345931,VS0,VE1 + - S1757605934.569953,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -716,12 +680,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -803,17 +763,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '346' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:13 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -827,17 +787,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - d8f22a1e74948e64fe53a757e41e395e9791d9de + - a6a988e8504d8524859a0eafc0e281213a88982c X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4685-BOS X-Timer: - - S1737644688.370871,VS0,VE1 + - S1757605934.653859,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -846,12 +806,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -893,17 +849,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '346' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:13 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -919,15 +875,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 2e1b44d1bd1774613330b49043b254941a3f3c84 + - d7907a1bb9cec3dc388bf0b26b4fcec79c8b0736 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4636-BOS X-Timer: - - S1737644688.388507,VS0,VE1 + - S1757605934.732022,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example83].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example83].yaml index c0b987dfd..ad0e78cff 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example83].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example83].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '392' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:13 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 0eb45339bdb038181ff828751d612e7e33dc9edd + - 12c40d4069fab27e0d78e81cf2804216db39ddaa X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4670-BOS X-Timer: - - S1737644688.417345,VS0,VE1 + - S1757605934.812604,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '392' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:13 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - a0f9b651d12c78bfda28b449dfef53bcaca2adfe + - 095bd39fb8b20cac8c6f5c4f9fd301d4645991bd X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4664-BOS X-Timer: - - S1737644688.440122,VS0,VE3 + - S1757605934.896279,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '392' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:13 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - af44ac3f0581db3560256d6c9a5951583e2ed2d5 + - 7d65baf0de561dc564049d973d3b85a071139d22 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4620-BOS X-Timer: - - S1737644688.461267,VS0,VE1 + - S1757605934.970706,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '391' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - ebe93cf171c7065fe1e24ad1e7a8f4384cd66c42 + - 252307b087e86dd76042ad4391c075236d2c09d6 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4647-BOS X-Timer: - - S1737644688.481700,VS0,VE1 + - S1757605934.041961,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '392' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 07939ed0b92c9da073399156597da1e90989c675 + - 3da644f40b05f61f06be59dbc5600546ceb9e33c X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4648-BOS X-Timer: - - S1737644689.500929,VS0,VE1 + - S1757605934.118285,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '392' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - cb4933802b67f4bc041cbb4b1e8cef32900fe274 + - ef0ecbca8adcb88119cb085f0a5116d67dce5b4b X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4690-BOS X-Timer: - - S1737644689.520004,VS0,VE1 + - S1757605934.191568,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/label/json-schema/schema.json response: @@ -586,17 +554,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4646' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-1226"' Last-Modified: @@ -612,15 +580,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - d07ae17a88880dcd47c59f7ee8003ef66431abfb + - 8b04c8782a6ad694345c080a4194d83706914d94 X-GitHub-Request-Id: - - 6795:2AAC5:115A04D:13E5DC7:67925A8F + - 6464:2BF852:1E92683:21F0317:68C2EED8 X-Served-By: - - cache-den-kden1300020-DEN + - cache-bos4638-BOS X-Timer: - - S1737644689.537022,VS0,VE1 + - S1757605934.264810,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -631,12 +599,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/version/json-schema/schema.json response: @@ -671,17 +635,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1803' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-70b"' Last-Modified: @@ -695,17 +659,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - a379f20ba89de5d51ee0406be4bf277527b2fb7f + - 0e30ab9b61cbba227035674683f0200ddb5da741 X-GitHub-Request-Id: - - C26A:113064:120C9EA:149873E:67925A8E + - 3270:18947A:1F21620:227ED15:68C2EED8 X-Served-By: - - cache-den-kden1300069-DEN + - cache-bos4680-BOS X-Timer: - - S1737644689.559619,VS0,VE1 + - S1757605934.337919,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -716,12 +680,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -803,17 +763,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '346' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -829,15 +789,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 96aa4126a3eeb1f862a2db20b0c1314556b94593 + - 18debc0b538ee99249679ef784b7bed17305cf09 X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300039-DEN + - cache-bos4660-BOS X-Timer: - - S1737644689.582577,VS0,VE1 + - S1757605934.411300,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -846,12 +806,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -893,17 +849,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -919,15 +875,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 4c87585616f2177731d976b4a95306cbb8c0ed70 + - 79f3286afc302d90af8774cb8ea325079b9a8544 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4686-BOS X-Timer: - - S1737644689.599875,VS0,VE1 + - S1757605934.493593,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example84].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example84].yaml index a60be656d..6f88aca34 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example84].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example84].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - e2520de65bbf75e5196987475b5c46ac14d20642 + - b7a2e73e89bb27ab0fdffbbad7b223d3ba642173 X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300056-DEN + - cache-bos4672-BOS X-Timer: - - S1737644689.627233,VS0,VE1 + - S1757605935.569175,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -179,17 +171,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -205,15 +197,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 0ba410b3d2bf43579ecc53f1a6323c1cb7fee5db + - 48d703a60fc525e70356b1d37a06546416e3a307 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4621-BOS X-Timer: - - S1737644689.648265,VS0,VE1 + - S1757605935.646411,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example85].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example85].yaml index bf91392ba..b4ecd5fb6 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example85].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example85].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '346' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '3' X-Fastly-Request-ID: - - 991ff79b460e5e71c6e3eb1c421bc46eccc734ed + - e949112de6156bde77a94005ea834606bca33b8d X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300051-DEN + - cache-bos4629-BOS X-Timer: - - S1737644689.671566,VS0,VE0 + - S1757605935.731081,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -179,17 +171,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -203,17 +195,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - de0e05c8f1e5343ff274b6215e1742f981386890 + - f389ecc079eabbc682c2282e51d03d496b21b9c4 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4666-BOS X-Timer: - - S1737644689.689863,VS0,VE4 + - S1757605935.799574,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example86].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example86].yaml index f763e2233..aaa983aab 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example86].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example86].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '393' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 4685d29f3148a99878f94d9e0058d58c5c24cd3f + - abcf5aab23b35a7aa9e26fa48c8b4c4bc583131e X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4623-BOS X-Timer: - - S1737644689.714464,VS0,VE1 + - S1757605935.882386,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '393' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:14 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 8d22f288fc02545ad7adbfe714d08965452a4c2f + - 7c834a7f83bef0ac5043370865ae73690b363509 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300059-DEN + - cache-bos4693-BOS X-Timer: - - S1737644689.734748,VS0,VE1 + - S1757605935.959937,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '393' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:15 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - d05ad85876bb0a543ed53dbed65caebbe14c1d4f + - 1c4ae94efa794d3052345b0c0dcb3e36b985aad8 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4633-BOS X-Timer: - - S1737644689.752106,VS0,VE1 + - S1757605935.031967,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '393' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:15 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,17 +332,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c19f4ff27103a3b8e29281d3d932510928b8d058 + - dfe1478cc201b58c07ec55b6e50255fbc88a90e3 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4649-BOS X-Timer: - - S1737644689.769736,VS0,VE1 + - S1757605935.108353,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '393' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:15 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - d86e7f04d21b22879bf006e153cdcc39ec22a58e + - 039c8b2a51e0d744eaebe9ea290e141035661ffb X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4677-BOS X-Timer: - - S1737644689.788548,VS0,VE1 + - S1757605935.182066,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '393' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:15 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 6e2e99b0e9631b8217a48919d88d6e368a3e4019 + - 2bae9706971b9ee72ae12a3a56492efd95c2910f X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4632-BOS X-Timer: - - S1737644689.807587,VS0,VE1 + - S1757605935.257686,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/label/json-schema/schema.json response: @@ -586,17 +554,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4646' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:15 GMT ETag: - '"66e1651c-1226"' Last-Modified: @@ -612,15 +580,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 674cec219de178459f9058dba3ca0bbe0fe40e6b + - 340f776666a03393d124e5cacbda00f32e284989 X-GitHub-Request-Id: - - 6795:2AAC5:115A04D:13E5DC7:67925A8F + - 6464:2BF852:1E92683:21F0317:68C2EED8 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4676-BOS X-Timer: - - S1737644689.824910,VS0,VE1 + - S1757605935.329522,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -631,12 +599,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/version/json-schema/schema.json response: @@ -671,17 +635,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '342' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1803' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:15 GMT ETag: - '"66e1651c-70b"' Last-Modified: @@ -697,15 +661,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 21d56d9d57fdd8894e9e8a7ef6fae49d451bc354 + - c6a1713d60524b10a7f27b347946bdd420beb1f4 X-GitHub-Request-Id: - - C26A:113064:120C9EA:149873E:67925A8E + - 3270:18947A:1F21620:227ED15:68C2EED8 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4681-BOS X-Timer: - - S1737644689.846853,VS0,VE1 + - S1757605935.416189,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -716,12 +680,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -803,17 +763,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:15 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -827,17 +787,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 04d76301106658114ddf52c8f40ae1855fcfc39d + - 4f9c92087d75ab6794e0418c6fae869bd36dc10a X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300059-DEN + - cache-bos4626-BOS X-Timer: - - S1737644689.870339,VS0,VE1 + - S1757605935.499750,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -846,12 +806,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -893,17 +849,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '348' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:15 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -917,17 +873,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '15' + - '1' X-Fastly-Request-ID: - - 3f4986d3974389e1f49520276c6872a4018819f4 + - 56c2b330ec67c42f15160133ad3c481439d54f54 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4675-BOS X-Timer: - - S1737644689.888968,VS0,VE1 + - S1757605936.583941,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example87].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example87].yaml index 187fe7e3d..e7ac43ff6 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example87].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example87].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '394' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:15 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 35fd936b6fe081f8ee4fb6588fd3b325f225bd89 + - 2bb797500d510c175b9867cc857462cd066a1531 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300048-DEN + - cache-bos4672-BOS X-Timer: - - S1737644689.915547,VS0,VE3 + - S1757605936.677539,VS0,VE3 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '394' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:15 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '3' X-Fastly-Request-ID: - - 377b58ce6989c82b39d6c7d557f817da2f9566bd + - de4ce30e038a05366866e143b0a5d05b187db41a X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4672-BOS X-Timer: - - S1737644689.940301,VS0,VE0 + - S1757605936.771229,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '394' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:15 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 1049762a3f6ee00825f7ae7b800d05e2b610f086 + - 21465a97b18f977f9ce70202ad4c4fd629db67a3 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300053-DEN + - cache-bos4641-BOS X-Timer: - - S1737644689.957763,VS0,VE1 + - S1757605936.857956,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '393' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:15 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 2398b61301f450aa389a4971ed4eacec35e23550 + - d504bae56e1b634e66e19202b9d1ca57f281c6c4 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4637-BOS X-Timer: - - S1737644689.976442,VS0,VE1 + - S1757605936.945829,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '394' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:48 GMT + - Thu, 11 Sep 2025 15:52:16 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 7ba62989104df065c405c9f1224c2d90d44098cc + - 81175fc8bc3f98f1367767f933fc0e64d308873d X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4640-BOS X-Timer: - - S1737644689.993884,VS0,VE1 + - S1757605936.028466,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '27' + - '393' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:16 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,17 +462,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 62260bae0cdd824725e23831034efd349e076e41 + - 7799fdcbe5d9c0e6147bbcc8cca867322699e43a X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4670-BOS X-Timer: - - S1737644689.012377,VS0,VE1 + - S1757605936.110325,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/label/json-schema/schema.json response: @@ -586,17 +554,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4646' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:16 GMT ETag: - '"66e1651c-1226"' Last-Modified: @@ -612,15 +580,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - fbf69a53b595eec9f9087a54e705de68e1b80be6 + - 9dca36fb42db526cdca178e59325862ff42f6c2b X-GitHub-Request-Id: - - 6795:2AAC5:115A04D:13E5DC7:67925A8F + - 6464:2BF852:1E92683:21F0317:68C2EED8 X-Served-By: - - cache-den-kden1300067-DEN + - cache-bos4650-BOS X-Timer: - - S1737644689.031032,VS0,VE1 + - S1757605936.196057,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -631,12 +599,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/version/json-schema/schema.json response: @@ -671,17 +635,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '343' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1803' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:16 GMT ETag: - '"66e1651c-70b"' Last-Modified: @@ -697,15 +661,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 7d908846d827074fa25ff43ac79fedf5398afb4a + - 7bb204362d3eefb48219145c6093c2679005c668 X-GitHub-Request-Id: - - C26A:113064:120C9EA:149873E:67925A8E + - 3270:18947A:1F21620:227ED15:68C2EED8 X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4632-BOS X-Timer: - - S1737644689.051787,VS0,VE1 + - S1757605936.294112,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -716,12 +680,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -803,17 +763,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '348' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:16 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -829,15 +789,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - eb3c45fa786eb2abf528891a1df9f5fb7e9884ff + - daeaee2cbc15460e9b3a25f3047d559ecfb558ba X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4678-BOS X-Timer: - - S1737644689.071981,VS0,VE1 + - S1757605936.387823,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -846,12 +806,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -893,17 +849,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:16 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -919,15 +875,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 90c7cbbdabcdbbf9c0f3cfc2d8fc0047121b5d15 + - 01bbd7866fcc3aae5920357a4d120c7af55fd83c X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4630-BOS X-Timer: - - S1737644689.088365,VS0,VE0 + - S1757605936.479579,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example88].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example88].yaml index 27610995f..4933de9b9 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example88].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example88].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '348' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:16 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - be6ef2938120b34c644b1142894bafbfe9303367 + - 9ea490b4ddd366c7e03fb57f62dc57a3fa6edbb0 X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4658-BOS X-Timer: - - S1737644689.122008,VS0,VE1 + - S1757605937.572481,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -179,17 +171,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:16 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -203,17 +195,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 3b682e77e6ce6468af19edf56e7987e529e7c7b0 + - a2d529a5a4438335e1b1ea6318fed1c6519e176e X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4676-BOS X-Timer: - - S1737644689.148606,VS0,VE0 + - S1757605937.665896,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example89].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example89].yaml index bfe9a5457..b8bf40784 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example89].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example89].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '395' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:16 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 96c06885d6f7ef511f818e47a96abb62c65d7a48 + - 381c49804e2464cd6c828ea14712b51a07e7b396 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300024-DEN + - cache-bos4667-BOS X-Timer: - - S1737644689.170448,VS0,VE1 + - S1757605937.765817,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '395' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:16 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 0581f40f9f01f6e13e9520b94c308235ba1bdd17 + - 5c0cfee830bbe570737e68510bd590510ef6cd0a X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300071-DEN + - cache-bos4663-BOS X-Timer: - - S1737644689.197168,VS0,VE3 + - S1757605937.852373,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '395' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:16 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f431f1f4274874a1368855319b525d3de72eabd1 + - ea0b5fae6a3033cce51b153ef81540b03e124e4c X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300066-DEN + - cache-bos4645-BOS X-Timer: - - S1737644689.218399,VS0,VE1 + - S1757605937.930675,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '395' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,17 +332,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 997622c99978ba531e2b070bc811aee0378d2b8f + - 8228ce0c0dc43533b55aeb3bc4359ed7f9abb087 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300047-DEN + - cache-bos4671-BOS X-Timer: - - S1737644689.236885,VS0,VE1 + - S1757605937.010899,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '395' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 9785f8a233371fa57500ba9e94f0d4f6dae34fce + - 7efe4d414cc472e0fb1c736e6229c914abf310f3 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4693-BOS X-Timer: - - S1737644689.255390,VS0,VE1 + - S1757605937.088092,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '395' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - f643cd4b2bfff5a267f8ed97841720ebfc99addc + - c76aa53b6dd386b0542e47a88379aa9e8bb8fe5b X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4637-BOS X-Timer: - - S1737644689.274215,VS0,VE0 + - S1757605937.164246,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/label/json-schema/schema.json response: @@ -586,17 +554,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4646' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-1226"' Last-Modified: @@ -612,15 +580,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c62972b7d1f224ab79bd1528dee7ce8cf4461ae9 + - 4937041af5205031d9ada69ace1263db89329c9a X-GitHub-Request-Id: - - 6795:2AAC5:115A04D:13E5DC7:67925A8F + - 6464:2BF852:1E92683:21F0317:68C2EED8 X-Served-By: - - cache-den-kden1300037-DEN + - cache-bos4633-BOS X-Timer: - - S1737644689.291490,VS0,VE1 + - S1757605937.249951,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -631,12 +599,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/version/json-schema/schema.json response: @@ -671,17 +635,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '1' + - '344' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1803' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-70b"' Last-Modified: @@ -697,15 +661,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - ed3579eec86e38c61af82523d4c6f443c0e2e994 + - 924937186e2a3d636fbbe4f2bb1b8ff235fdf525 X-GitHub-Request-Id: - - C26A:113064:120C9EA:149873E:67925A8E + - 3270:18947A:1F21620:227ED15:68C2EED8 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4631-BOS X-Timer: - - S1737644689.314130,VS0,VE1 + - S1757605937.326011,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:48 GMT + - Thu, 11 Sep 2025 15:56:33 GMT x-origin-cache: - HIT x-proxy-cache: @@ -716,12 +680,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -803,17 +763,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '349' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -827,17 +787,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 106071dafa23ddc3143cea4fe8b0b36ac9d46db9 + - 100a6376371238e647c07a7030648f07ab02eb6a X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4639-BOS X-Timer: - - S1737644689.338863,VS0,VE1 + - S1757605937.401775,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -846,12 +806,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -893,17 +849,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '350' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -917,17 +873,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - c6fc9607b94774d64013e715b2ed5afadbe35fa2 + - 06824ab7f5e444672f8b4bf6d617846e47d866cf X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4676-BOS X-Timer: - - S1737644689.361285,VS0,VE1 + - S1757605937.485966,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example8].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example8].yaml index 6d3841d9a..f8fb34e12 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example8].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example8].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:31 GMT + - Thu, 11 Sep 2025 15:51:43 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:31 GMT + - Thu, 11 Sep 2025 15:56:43 GMT Source-Age: - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 406a7daeb52a8a49e0b1c858a46955b35f8975a6 + - 91da22b5071a4a068428d2e224336618206e7d49 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4692-BOS X-Timer: - - S1737644672.931813,VS0,VE1 + - S1757605903.407809,VS0,VE1 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example90].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example90].yaml index 5bd13ddbc..04387ca16 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example90].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example90].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '396' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - eef46f69ef8716bf4ff95846509d8d2d36e3df7e + - 3cfa18697f1f5dafaef647cecd6284e46747c8d9 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300077-DEN + - cache-bos4663-BOS X-Timer: - - S1737644689.395549,VS0,VE1 + - S1757605938.568181,VS0,VE3 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '396' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - a63ff311081cc71550cb89d65878cc29fde954ac + - f425e39086c57097ce5f61426a26706e6bd9ad0e X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4692-BOS X-Timer: - - S1737644689.422000,VS0,VE0 + - S1757605938.672602,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '396' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f6d664cc4c588eeaa8ecdca4c8e5370d90640c9e + - 220e58e08bd7d0a98e8ee667dba1d59e837ab44f X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4667-BOS X-Timer: - - S1737644689.438647,VS0,VE1 + - S1757605938.750280,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '396' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,17 +332,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - d1e45796bac780cd9ad6e76610b96441ed08c2af + - ff0a17ff2938ce7c49bf34176b91e8ef133387b9 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300058-DEN + - cache-bos4688-BOS X-Timer: - - S1737644689.456875,VS0,VE1 + - S1757605938.826107,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '396' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 406124d84ddf05ae37233a543f0685b69539b3d4 + - 6b80c6cdc2d33606f7a513c3c0f4ec690060bd3a X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4648-BOS X-Timer: - - S1737644689.474887,VS0,VE1 + - S1757605938.902445,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '396' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:17 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c6570c26acc54145b1b23109c8ec251b238e1fef + - ce593536c6c55b6a27ff32088ebf4b793e4ddc3b X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4643-BOS X-Timer: - - S1737644689.492785,VS0,VE1 + - S1757605938.976061,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example91].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example91].yaml index 54cbffc67..ced10c629 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example91].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example91].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '396' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:18 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - fde1be74e24e044e445b985d5fdc6a858346faab + - f14ffcf61b271e0c4f0bfc896f9e3fa4bc565ed7 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4686-BOS X-Timer: - - S1737644690.514422,VS0,VE1 + - S1757605938.055397,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '396' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:18 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 4208cc194e9cdbf522adade773a614feb3df51e2 + - a04da6f641bda93ed59b40abcc78124bbe0fffa8 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4655-BOS X-Timer: - - S1737644690.535385,VS0,VE1 + - S1757605938.126670,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '396' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:18 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '11' + - '2' X-Fastly-Request-ID: - - 539252e50045b8a7d0c76bf55807398a0252c884 + - 4c7e5e097650453241d6e0d5ed7a319e7a4d7d4a X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4666-BOS X-Timer: - - S1737644690.553882,VS0,VE1 + - S1757605938.199763,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '396' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:18 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 720de6a6f9930f859fc0fbb6198a1898db6ef9b6 + - 7cd1c2f43d7eae3e82f71a2532524169dc282a34 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4676-BOS X-Timer: - - S1737644690.571668,VS0,VE0 + - S1757605938.277024,VS0,VE8 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '396' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:18 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 90e56189a03e5d25f1d666c1bbf2a31a40342aa4 + - d85920efe31fb341d05d04883b82703cfc42aa2f X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4656-BOS X-Timer: - - S1737644690.590114,VS0,VE1 + - S1757605938.361827,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '396' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:18 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - ac07d0e723b6178769505427b300ef60f7530bc7 + - 65d7bf83bb08197760cda13ec31382494242b33c X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4634-BOS X-Timer: - - S1737644690.608478,VS0,VE0 + - S1757605938.449891,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example92].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example92].yaml index 4dff37c27..b700e3ad0 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example92].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example92].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '397' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:18 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - a33d6d6e4f36f2a66c536567994d76acca865ea1 + - d4dfe7c03b3be91b5c95f95541a842efe5f4e576 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4687-BOS X-Timer: - - S1737644690.632561,VS0,VE1 + - S1757605939.534329,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '397' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:18 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 27116a0ba4ee9446a6a21b1143f64820622bef0d + - 7ea545b443495b39f1480ee9a42728358e212c61 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4647-BOS X-Timer: - - S1737644690.654549,VS0,VE0 + - S1757605939.630075,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '397' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:18 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 689782201e4a523ed717ace06545bea482c36ba4 + - dfa015a8ed2f004fff14d991bfc6e6ccacb6183b X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4663-BOS X-Timer: - - S1737644690.673129,VS0,VE0 + - S1757605939.722851,VS0,VE5 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '397' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:18 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 5b7509fce4d5204ad97530dd5f859de42dda516a + - 7077d0fc045dfa110789e85242d6fdd07367cf1b X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300068-DEN + - cache-bos4675-BOS X-Timer: - - S1737644690.691302,VS0,VE1 + - S1757605939.812373,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '397' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:18 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 11fa11e1acb760a1d258e5ff32ed487fb47103c0 + - 0d7e9548c4eaa1869b5b1f774837e93c745884aa X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4665-BOS X-Timer: - - S1737644690.709688,VS0,VE1 + - S1757605939.896028,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '28' + - '397' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:18 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 1bdab2d77e6a4e5aa6ed358ac073d4807acd3c61 + - 8562a34f1bc4e12076a72a8b9bd7812a485a7b3e X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4625-BOS X-Timer: - - S1737644690.728997,VS0,VE3 + - S1757605939.984353,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/eo/json-schema/schema.json response: @@ -554,17 +522,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '2' + - '347' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2053' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:19 GMT ETag: - '"66e1651c-805"' Last-Modified: @@ -580,15 +548,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 2c5ba2b55d4a77df3fa019e3bf45c225979bb48b + - 74aa5e9b34ab12f73d59af64873a2ee344044854 X-GitHub-Request-Id: - - 6795:2AAC5:1159FF2:13E5D5D:67925A8E + - 61E0:85CEC:1F72DF5:22CFA7F:68C2EED7 X-Served-By: - - cache-den-kden1300021-DEN + - cache-bos4691-BOS X-Timer: - - S1737644690.751230,VS0,VE1 + - S1757605939.068309,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: @@ -597,12 +565,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/projection/json-schema/schema.json response: @@ -656,17 +620,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '3527' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:19 GMT ETag: - '"66e1651c-dc7"' Last-Modified: @@ -678,21 +642,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 69140941ab36a9bc78d95445a6bb7418dfe5ed40 + - 37e79728730459880deac15b947ed96e62299869 X-GitHub-Request-Id: - - 6795:2AAC5:115A194:13E5F44:67925A90 + - A35A:108A1F:1F448D6:22A0F0C:68C2EEDF X-Served-By: - - cache-den-kden1300052-DEN + - cache-bos4667-BOS X-Timer: - - S1737644690.780857,VS0,VE75 + - S1757605939.159913,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:49 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:39 GMT x-proxy-cache: - MISS status: @@ -701,12 +663,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/schemas/v0.2/projjson.schema.json response: @@ -715,14 +673,16 @@ interactions: headers: Access-Control-Allow-Origin: - '*' + Age: + - '1180' CF-Cache-Status: - HIT CF-Ray: - - 9068adafd8e51f32-DEN + - 97d854e07ecdf3ed-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -730,16 +690,19 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:49 GMT + - Thu, 11 Sep 2025 15:52:19 GMT Location: - https://proj.org/en/latest/schemas/v0.2/projjson.schema.json Server: - cloudflare Set-Cookie: - - _cfuvid=VmNAWuYIlZA8UfQIGV1MyfaBKKyceR7aM8U2C.3cE1I-1737644689949-0.0.1.1-604800000; + - __cf_bm=bNSSdZLUU98tSDSaFiYFiKVMq_kmpWXbPel2tx3zp0A-1757605939-1.0.1.1-Rzm4hr6_Zx1NDTzQsHiMTQ_HfWB9NuEAOO4cAPfB0iqyszrM9VB9KwsI9Bj8qcoiDYOJGfs6MzF845gMk7lLHkq4lQymlhCvbRRXj9zAj8w; + path=/; expires=Thu, 11-Sep-25 16:22:19 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=u90C7GFfSkbCb0t8lbh76p_pNCng4y_p0FUFHrQaMUM-1757605939357-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Vary: - - Accept-Language, Cookie, Accept-Encoding + - Accept-Language, Accept-Encoding access-control-expose-headers: - Location alt-svc: @@ -751,7 +714,7 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-backend: - - web-ext-theme-i-0df7d0f4acf049917 + - web-i-08cdc39b7f37b37d5 x-content-type-options: - nosniff x-rtd-domain: @@ -774,12 +737,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - proj.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://proj.org/en/latest/schemas/v0.2/projjson.schema.json response: @@ -1227,19 +1186,19 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4916' + - '4744' CF-Cache-Status: - HIT CF-Ray: - - 9068adb05dea538d-DEN + - 97d854e198960841-IAD Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Type: - application/json Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:19 GMT ETag: - W/"54be42a997d748d338984583b3f2c900" Last-Modified: @@ -1247,7 +1206,10 @@ interactions: Server: - cloudflare Set-Cookie: - - _cfuvid=TSE7FrpHrB5sxKV2jQ6QSh7v3_u3GPOSGjJ2LZIfXrw-1737644690004-0.0.1.1-604800000; + - __cf_bm=QoTa7889oKLmp9oXzu7CuUWOWQzQm_FiG4wV8iQ2qe8-1757605939-1.0.1.1-68j4eLLR0bliO7r0ckP3I_8Zz_liXNJ7Tn7vCMcN1vfol6C83WGq.g1KuQqqbGMmfK4U6ON20Z0id2ZWZa7.iy9V4AazgFvajraBpJ3N1mo; + path=/; expires=Thu, 11-Sep-25 16:22:19 GMT; domain=.proj.org; HttpOnly; Secure; + SameSite=None + - _cfuvid=pjBybs.IQtGHjs8fZ22aW1GSbUSsc4MG9XMk_YCg8Lw-1757605939534-0.0.1.1-604800000; path=/; domain=.proj.org; HttpOnly; Secure; SameSite=None Transfer-Encoding: - chunked @@ -1262,15 +1224,15 @@ interactions: referrer-policy: - no-referrer-when-downgrade x-amz-id-2: - - 2d4ls//oUd2el6OMtBwGYotBs/TvNyG5sf6Pacdv852EM8exlHLL3XysQS29cARNGamoVe5o0Vc= + - u7n7KSoYu8w9cyLO4XLwBwTwYdQ3Wyml7J+C6woLMpHwu3whoWqiNnD9hKVSLIN5ghQElMaJ3Fo= x-amz-meta-mtime: - '1714074779.458591481' x-amz-request-id: - - Y2KKVM9MPFKQRGXZ + - 8ARFMN6T2PBWDEG6 x-amz-server-side-encryption: - AES256 x-backend: - - web-ext-theme-i-08b969064f4b9cdc5 + - web-i-0ff35b8ab69d931fc x-content-type-options: - nosniff x-rtd-domain: @@ -1297,12 +1259,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - geojson.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://geojson.org/schema/Polygon.json response: @@ -1324,17 +1282,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '703' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:19 GMT ETag: - '"65f73090-2bf"' Last-Modified: @@ -1346,19 +1304,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 7f9c7041e7854ebc5e2b8f7aed12ba8f075db3ef + - b17cf94f5fc54ae552870437a711219edbad33c7 X-GitHub-Request-Id: - - 9CD8:12A08B:12913B0:151D19D:67925A8E + - A479:38B0E6:1F9EBC7:22FA0A3:68C2EEE0 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4623-BOS X-Timer: - - S1737644690.085196,VS0,VE59 + - S1757605940.760172,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:50 GMT + - Thu, 11 Sep 2025 15:56:40 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example93].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example93].yaml index 7fa437dd5..4131cb51e 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example93].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example93].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '398' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:19 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - 6215fa4a42270716c57d57b0c41473ed1c057981 + - 5926db0da5453143ac98d5ccf1c263c779fa0766 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4620-BOS X-Timer: - - S1737644690.179456,VS0,VE0 + - S1757605940.850925,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '398' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:19 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - cdb338b9b2915fa5cfabed4bf13997f2dc9a55b3 + - f4da9e22e4e3c3d1b035575154c00a43efc170da X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300055-DEN + - cache-bos4660-BOS X-Timer: - - S1737644690.200970,VS0,VE1 + - S1757605940.929837,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '398' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e0482c31d78f158226afb11f8c0db73035f2a22a + - 75b6a071d4e1377f39e170627ed134cf1acd5eef X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4635-BOS X-Timer: - - S1737644690.218368,VS0,VE1 + - S1757605940.008362,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '398' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 770a0e4b04a2dff8659946bd1db508e3bf7b68f6 + - ede8cfbe2947751c3bcb132f6ac9517080ea2ec2 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4675-BOS X-Timer: - - S1737644690.245748,VS0,VE2 + - S1757605940.093199,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '398' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 67fc426ec54f224a854dfce1a2e50c2e4163f9c8 + - 3344073402043df5e86ef2c4ae0a958df7fda47b X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4632-BOS X-Timer: - - S1737644690.274838,VS0,VE1 + - S1757605940.172696,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '397' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,17 +462,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 613db3e9837aad6533587338c347141f08b2c325 + - 647a84301ff20a440af318903eff0a5f1126b6fa X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300072-DEN + - cache-bos4659-BOS X-Timer: - - S1737644690.294299,VS0,VE1 + - S1757605940.250473,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/sat/json-schema/schema.json response: @@ -546,17 +514,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1467' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-5bb"' Last-Modified: @@ -568,19 +536,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 08b2c955a8fc3796bc5f00e7ac8ee261a24d70a8 + - 369c5f1a01280cf734615f9c26aadfd835031df0 X-GitHub-Request-Id: - - 2380:F53EF:129D98A:1529815:67925A91 + - 2BE1:2BF852:1E93090:21F0E03:68C2EEE0 X-Served-By: - - cache-den-kden1300045-DEN + - cache-bos4677-BOS X-Timer: - - S1737644690.310749,VS0,VE66 + - S1757605940.327780,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:50 GMT + - Thu, 11 Sep 2025 15:56:41 GMT x-origin-cache: - HIT x-proxy-cache: @@ -591,12 +559,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/sar/json-schema/schema.json response: @@ -663,17 +627,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4301' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-10cd"' Last-Modified: @@ -685,21 +649,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 40beb848a1388a12ec10bd3768a7a601e3965166 + - 940c86a210fa73cb095b6648fb697022bba1408f X-GitHub-Request-Id: - - BFAE:113064:120CBA9:1498949:67925A92 + - F279:38B0E6:1F9ECA5:22FA18C:68C2EEE0 X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4682-BOS X-Timer: - - S1737644690.400030,VS0,VE65 + - S1757605940.404143,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:50 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:41 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example94].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example94].yaml index 58735e4da..e38224fd4 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example94].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example94].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '399' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 7b80a53f84c0383956b3f402211576f846eb9046 + - f1cc65a3f7b862826c3fbd56cbbb9b63ae5ebf3a X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300075-DEN + - cache-bos4625-BOS X-Timer: - - S1737644690.499799,VS0,VE0 + - S1757605940.488194,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '398' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -180,19 +172,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 3fcb6757a82d4a136748fbcb0b811cadd6facdfd + - 1e4c118aa0ab51fb0cfcf62372799b6e90bd62d8 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300034-DEN + - cache-bos4679-BOS X-Timer: - - S1737644691.525059,VS0,VE1 + - S1757605941.564059,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '399' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -281,15 +267,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e962e873dca3baf85cdc918119cb050fde7aed3b + - 3fe6013e04b360cdae391e93673f40a569b28624 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4670-BOS X-Timer: - - S1737644691.543290,VS0,VE1 + - S1757605941.650253,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '398' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 84d5ca3accf315b6ed38af93e88b3fd0ccd96c1c + - acab226b44776a4c223b9d5ac88f5749fb242fbd X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4636-BOS X-Timer: - - S1737644691.563044,VS0,VE1 + - S1757605941.734435,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '398' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 2f17bee669fed64ea8b0f888b4ac69682ac1bafe + - f5258f603744fd0e3cc20d753410ec2cee834f59 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4645-BOS X-Timer: - - S1737644691.581192,VS0,VE1 + - S1757605941.811926,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '398' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -492,15 +464,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 8fb5acdd2f597544f18ba056b7f159b8ffd831a2 + - 00196546a78ac973127ce06684348bdeb122a910 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300041-DEN + - cache-bos4630-BOS X-Timer: - - S1737644691.602390,VS0,VE1 + - S1757605941.887413,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/checksum/json-schema/schema.json response: @@ -559,17 +527,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '352' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2361' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:20 GMT ETag: - '"66e1651c-939"' Last-Modified: @@ -585,15 +553,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e6f23a661683b0a64bf9b793de2450c0d8f0e7a8 + - e62827405b143e0f5b6a87376847882c5299b130 X-GitHub-Request-Id: - - 85AB:3FD031:11D7FAF:1463CD1:67925A8E + - 0EB2:39602E:21ACCE1:2413344:68C2EED5 X-Served-By: - - cache-den-kden1300030-DEN + - cache-bos4641-BOS X-Timer: - - S1737644691.622963,VS0,VE1 + - S1757605941.963997,VS0,VE3 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:29 GMT x-origin-cache: - HIT x-proxy-cache: @@ -604,12 +572,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -651,17 +615,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '353' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:21 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -677,15 +641,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 05ab03f70655c6aff240ae838f171e7ed4545654 + - 327a6da6b7db6187256c1bda05f5bdfa3ae63bcf X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300067-DEN + - cache-bos4690-BOS X-Timer: - - S1737644691.648676,VS0,VE1 + - S1757605941.043954,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: @@ -694,12 +658,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -781,17 +741,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '353' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:21 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -807,15 +767,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 56b734349ef6fbc4c1a8b55f07822331f62e1a0b + - 21f4f549b13bf3cce0026b320814a48dcb4055c4 X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300071-DEN + - cache-bos4677-BOS X-Timer: - - S1737644691.669850,VS0,VE2 + - S1757605941.120086,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -824,12 +784,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/sar/json-schema/schema.json response: @@ -896,17 +852,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '4301' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:21 GMT ETag: - '"66e1651c-10cd"' Last-Modified: @@ -922,17 +878,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 51ffd9c4455118e8d6895447d33a9e42d2bf1ce3 + - e9e56e47ca44a03328ed3e14239d549a3ae16fa2 X-GitHub-Request-Id: - - BFAE:113064:120CBA9:1498949:67925A92 + - F279:38B0E6:1F9ECA5:22FA18C:68C2EEE0 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4672-BOS X-Timer: - - S1737644691.689866,VS0,VE1 + - S1757605941.205519,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:50 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:41 GMT x-proxy-cache: - MISS status: @@ -941,12 +895,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/sat/json-schema/schema.json response: @@ -976,17 +926,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1467' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:21 GMT ETag: - '"66e1651c-5bb"' Last-Modified: @@ -1002,15 +952,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 6c38f443bde0a442951b445737f6b9d77ac2c06a + - eb236464bfc5ed7b93faff91bd8021df8b3058e2 X-GitHub-Request-Id: - - 2380:F53EF:129D98A:1529815:67925A91 + - 2BE1:2BF852:1E93090:21F0E03:68C2EEE0 X-Served-By: - - cache-den-kden1300029-DEN + - cache-bos4646-BOS X-Timer: - - S1737644691.712297,VS0,VE1 + - S1757605941.286290,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:50 GMT + - Thu, 11 Sep 2025 15:56:41 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example95].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example95].yaml index 2e307333f..f8c9f8c97 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example95].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example95].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '400' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:21 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 97a02d3691aa739c518e89cf58978ce260d74d2f + - 2b58f2594dc389ab097b95f6c281868691a2a968 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300061-DEN + - cache-bos4670-BOS X-Timer: - - S1737644691.743473,VS0,VE1 + - S1757605941.384109,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '400' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:21 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 995fe2f58c16b2efaea2accf26ab48526bde1d0e + - b5905b9cfd4940325225d5d19fa8454c9bcc65b6 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4673-BOS X-Timer: - - S1737644691.766514,VS0,VE1 + - S1757605941.466026,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '399' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:21 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '14' + - '1' X-Fastly-Request-ID: - - b2f9995715717b715744fb77d2e4f00f58de07ed + - a8db7f80c1569ca6dd34710e2eb988ad281d8f21 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300038-DEN + - cache-bos4677-BOS X-Timer: - - S1737644691.784828,VS0,VE0 + - S1757605942.536015,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '399' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:21 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,17 +332,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - 4613ea393cc557e3629e9dc69d00a8d1174ae880 + - 9b126a958b72f1f7b049bff041c2f7646ac5cc59 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300043-DEN + - cache-bos4628-BOS X-Timer: - - S1737644691.803536,VS0,VE1 + - S1757605942.613969,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '400' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:21 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 9f9048eda76b05e51b56de11e63aed8b50a36f1c + - f0d7ad9d493d9cabb2f9a69323a53aebac2f4a76 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4677-BOS X-Timer: - - S1737644691.821431,VS0,VE1 + - S1757605942.686327,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '399' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:21 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,17 +462,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - 2d2b8522c08faa15ac716ecb76328b288043090f + - 1f9d442771a10e70d46282fea0ef6a40b26b36db X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300061-DEN + - cache-bos4676-BOS X-Timer: - - S1737644691.840998,VS0,VE3 + - S1757605942.763668,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/sat/json-schema/schema.json response: @@ -546,17 +514,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '341' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1467' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:21 GMT ETag: - '"66e1651c-5bb"' Last-Modified: @@ -572,15 +540,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c17165c1eb2101c0ed9905a2872f1a2a07531c6f + - eea1b8938bcdb838c2271f63d206692e4998b691 X-GitHub-Request-Id: - - 2380:F53EF:129D98A:1529815:67925A91 + - 2BE1:2BF852:1E93090:21F0E03:68C2EEE0 X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4640-BOS X-Timer: - - S1737644691.862616,VS0,VE1 + - S1757605942.852129,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:50 GMT + - Thu, 11 Sep 2025 15:56:41 GMT x-origin-cache: - HIT x-proxy-cache: @@ -591,12 +559,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/view/json-schema/schema.json response: @@ -635,17 +599,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '3' + - '350' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2089' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:21 GMT ETag: - '"66e1651c-829"' Last-Modified: @@ -659,19 +623,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '9' X-Fastly-Request-ID: - - 0346efc33cb7d2db6c3262236a6fec25e2255559 + - 789fed5ebcb2b84f6eec73b63b3dc33c5d02f594 X-GitHub-Request-Id: - - 88B6:16FB:E297CA:1041873:67925A8E + - 8BE4:15BCE:1E9511B:21F04EB:68C2EED7 X-Served-By: - - cache-den-kden1300032-DEN + - cache-bos4663-BOS X-Timer: - - S1737644691.885060,VS0,VE1 + - S1757605942.936335,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example96].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example96].yaml index 61ba20418..84ac7afb9 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example96].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example96].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '354' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:22 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c2582cadae6af0fd9881240b0c5b2cf61d916bbe + - 1d49ad3a27a0e26b76fb667d5b2117fac719a392 X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4692-BOS X-Timer: - - S1737644691.915566,VS0,VE1 + - S1757605942.030040,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -179,17 +171,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '354' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:50 GMT + - Thu, 11 Sep 2025 15:52:22 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -205,15 +197,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - c7792a09096afc56935dcc436c4c44b5e9fa1f80 + - b5c9fbc6a57ba0e197060cbda78333aa417924b5 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300031-DEN + - cache-bos4667-BOS X-Timer: - - S1737644691.936381,VS0,VE1 + - S1757605942.125860,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: @@ -222,12 +214,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/scientific/json-schema/schema.json response: @@ -271,17 +259,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2467' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:22 GMT ETag: - '"66e1651c-9a3"' Last-Modified: @@ -293,19 +281,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 1c658376f9e57b568263cf3120b773f3f6b8c76f + - 4a72ca56a8f30d0b77ea4f59c05be433c7782606 X-GitHub-Request-Id: - - 685E:1CC61C:1111D64:139DA33:67925A92 + - A4D3:13E3A5:1E9712F:21F467E:68C2EEDE X-Served-By: - - cache-den-kden1300063-DEN + - cache-bos4687-BOS X-Timer: - - S1737644691.954523,VS0,VE66 + - S1757605942.208893,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:50 GMT + - Thu, 11 Sep 2025 15:56:43 GMT x-origin-cache: - HIT x-proxy-cache: @@ -316,12 +304,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -403,17 +387,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '29' + - '401' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:22 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -427,17 +411,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '2' + - '1' X-Fastly-Request-ID: - - c96aa3612ca66b636932bbaa0c5695ce19846a1e + - 4c7c41c223da0c43c6e88e0bde4ea774e623bb5e X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300035-DEN + - cache-bos4688-BOS X-Timer: - - S1737644691.047831,VS0,VE0 + - S1757605942.287715,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example97].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example97].yaml index f1b64730a..4a628e5f0 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example97].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example97].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '401' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:22 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -113,17 +109,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '4' X-Fastly-Request-ID: - - ea1bb4077f82f086040922ec0451f2c9788d2aee + - 1d672ca68f1cb3ee320ea4525defaa66caa3b276 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300039-DEN + - cache-bos4676-BOS X-Timer: - - S1737644691.088994,VS0,VE1 + - S1757605942.369613,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '401' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:22 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '2' X-Fastly-Request-ID: - - c34ca299a07268ecfd63c62e27c5263ea4ea89bb + - 175724eed8d952e96440858b91015e5b2adf4918 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300025-DEN + - cache-bos4621-BOS X-Timer: - - S1737644691.107687,VS0,VE0 + - S1757605942.464034,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '400' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:22 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 20fa8d6c192756eaa792aca05c3dca1fa2b76893 + - 94682e6e81146c2c628b57719cfb698ff31e6ce6 X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4632-BOS X-Timer: - - S1737644691.126863,VS0,VE1 + - S1757605943.553566,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '400' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:22 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -350,17 +332,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 6a91519d41ddd6c53452da67b46d97af1b3aa680 + - eff5d996233c11e6b9f29c90101a009ef26a4c1c X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300049-DEN + - cache-bos4652-BOS X-Timer: - - S1737644691.145036,VS0,VE1 + - S1757605943.635838,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '400' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:22 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 9af22bd7d0091bca523d048e512b40d2e1541ac2 + - cbcb99a1a3c4ff6a2edbe85b8193f7831c39b450 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300057-DEN + - cache-bos4656-BOS X-Timer: - - S1737644691.162733,VS0,VE1 + - S1757605943.722272,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '401' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:22 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,17 +462,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - a4504fedb613ece03fccec0ece86bbddd95d6c9c + - 6e2593faa0fea78a5f6e969b859facd2df6ff2aa X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4655-BOS X-Timer: - - S1737644691.182620,VS0,VE1 + - S1757605943.808066,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/scientific/json-schema/schema.json response: @@ -560,17 +528,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2467' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:22 GMT ETag: - '"66e1651c-9a3"' Last-Modified: @@ -584,17 +552,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 7f34d4f9968ff402784ff38e8ce2ecab020a5d3b + - 687d8978375dd770fd82ce8085b58f005d685ba5 X-GitHub-Request-Id: - - 685E:1CC61C:1111D64:139DA33:67925A92 + - A4D3:13E3A5:1E9712F:21F467E:68C2EEDE X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4655-BOS X-Timer: - - S1737644691.199464,VS0,VE1 + - S1757605943.889940,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:50 GMT + - Thu, 11 Sep 2025 15:56:43 GMT x-origin-cache: - HIT x-proxy-cache: @@ -605,12 +573,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -692,17 +656,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '354' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:22 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -716,17 +680,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - cd681cd75622302c8d8635b45c85c844699f7e21 + - 51b484cc31c97911563ee7eda96b083b7bb53bad X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4658-BOS X-Timer: - - S1737644691.223151,VS0,VE1 + - S1757605943.966277,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -735,12 +699,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -782,17 +742,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '355' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:23 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -808,15 +768,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - eb053be7fdc16e658ee5b09c32d9c27622d0c275 + - 14836e192f25e14c4097657953533dbd537929c2 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300027-DEN + - cache-bos4658-BOS X-Timer: - - S1737644691.242391,VS0,VE1 + - S1757605943.040205,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: @@ -825,12 +785,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/checksum/json-schema/schema.json response: @@ -873,17 +829,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '354' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2361' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:23 GMT ETag: - '"66e1651c-939"' Last-Modified: @@ -899,15 +855,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 2c0ac6e4d7fa74e6af0cbd2762af00e282fbc37a + - cf5d9b1691fcd9ea010a5be8e4fcb0c13b2173d0 X-GitHub-Request-Id: - - 85AB:3FD031:11D7FAF:1463CD1:67925A8E + - 0EB2:39602E:21ACCE1:2413344:68C2EED5 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4686-BOS X-Timer: - - S1737644691.259268,VS0,VE1 + - S1757605943.121698,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:29 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example98].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example98].yaml index 1daee536a..a8c6835b2 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example98].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example98].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '401' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:23 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 9b1b07bfbdafbadd4b7a1e69f2e102e8e9d639b7 + - 6ef15543f4409565d412b896b7e8345ccdafde9a X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300065-DEN + - cache-bos4621-BOS X-Timer: - - S1737644691.280636,VS0,VE1 + - S1757605943.209753,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '401' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:23 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 89b993e7c3ab655f8af3858226767dc3e6de86a4 + - 29168415443a0fa41aabf45d419e366a2f53f339 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4688-BOS X-Timer: - - S1737644691.299276,VS0,VE1 + - S1757605943.280093,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '401' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:23 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '4' X-Fastly-Request-ID: - - 2ab99ea5b340db632f8e684a5892861f24eff025 + - 258a8dda0bcd55dbd3c6c42996cf46673220cd5f X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300026-DEN + - cache-bos4676-BOS X-Timer: - - S1737644691.314716,VS0,VE1 + - S1757605943.355893,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '402' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:23 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 2aa91f927406480b5f44e25f19c5f73e050793ab + - c0b37d9e94c0ca5ca15eb8286604bda5e2b8c386 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300062-DEN + - cache-bos4688-BOS X-Timer: - - S1737644691.331115,VS0,VE1 + - S1757605943.428007,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '401' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:23 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -416,15 +392,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 055fba6ad7391ef105429d909565792f402abc97 + - eb76861e5b0c5c631c116f9ccc4aaf3b38c2163f X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300028-DEN + - cache-bos4674-BOS X-Timer: - - S1737644691.349973,VS0,VE1 + - S1757605944.503719,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '402' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:23 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,17 +462,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - adf455a72a6d5571d1a4de32011e1184053273f3 + - 3a5ad010ccab04babb4a0ab1ddcd530c8272aac6 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300036-DEN + - cache-bos4643-BOS X-Timer: - - S1737644691.369820,VS0,VE1 + - S1757605944.584195,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/datacube/json-schema/schema.json response: @@ -627,17 +595,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '354' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '7526' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:23 GMT ETag: - '"66e1651c-1d66"' Last-Modified: @@ -653,15 +621,17 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 4006762a4d10b730c127ced71c8c9b221e9a3789 + - b61f99bbd1b4619e5b0a97fae0fdba53f83e2dce X-GitHub-Request-Id: - - 5DDC:17F4B9:127EEA5:150ABB4:67925A8E + - 7766:3FCBA6:20BD099:2323AF5:68C2EED5 X-Served-By: - - cache-den-kden1300022-DEN + - cache-bos4623-BOS X-Timer: - - S1737644691.387747,VS0,VE3 + - S1757605944.665980,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:47 GMT + - Thu, 11 Sep 2025 15:56:30 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -670,12 +640,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -757,17 +723,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '355' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:23 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -781,17 +747,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '34' X-Fastly-Request-ID: - - 161fce5bc547f2dce3c3ae0925c506ea91913a7b + - 54423c6c33e9a6ca41b8f31f10cfc963736dc483 X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300074-DEN + - cache-bos4666-BOS X-Timer: - - S1737644691.414562,VS0,VE1 + - S1757605944.764791,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: @@ -800,12 +766,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -847,17 +809,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '356' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:23 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -873,15 +835,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - e3f4723fe1c8a37a9956ae11f19a452077675da6 + - beb5842eee6e47c2c5d7b26e5054a61cb4ac2d11 X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300023-DEN + - cache-bos4639-BOS X-Timer: - - S1737644691.430807,VS0,VE1 + - S1757605944.848158,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: @@ -890,12 +852,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/eo/json-schema/schema.json response: @@ -933,17 +891,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '352' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2053' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:23 GMT ETag: - '"66e1651c-805"' Last-Modified: @@ -959,15 +917,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - f880c239e7e89dab681acedec5e03a2c96df74ac + - b0c69832c835576db35af275d0f10de348ccf3e6 X-GitHub-Request-Id: - - 6795:2AAC5:1159FF2:13E5D5D:67925A8E + - 61E0:85CEC:1F72DF5:22CFA7F:68C2EED7 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4665-BOS X-Timer: - - S1737644691.447976,VS0,VE1 + - S1757605944.923766,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:47 GMT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: @@ -976,12 +934,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/tiled-assets/json-schema/schema.json response: @@ -1088,17 +1042,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '339' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '7243' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:24 GMT ETag: - '"66e1651c-1c4b"' Last-Modified: @@ -1110,19 +1064,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - '0' X-Fastly-Request-ID: - - cca056173f823e1da68019e3ea51299956106a83 + - c910c6899cc8366c09bb0bbb8105e786f70efd93 X-GitHub-Request-Id: - - BC75:2CA3FC:11F605A:1481E4F:67925A93 + - C9D1:3A03AF:1DF955D:215772D:68C2EEE4 X-Served-By: - - cache-den-kden1300049-DEN + - cache-bos4636-BOS X-Timer: - - S1737644691.469586,VS0,VE64 + - S1757605944.002213,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:51 GMT + - Thu, 11 Sep 2025 15:56:45 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example99].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example99].yaml index e7cbabb78..58768d8fd 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example99].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example99].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -89,17 +85,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '402' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5244' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:24 GMT ETag: - '"66e1651c-147c"' Last-Modified: @@ -115,15 +111,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 8c8f8b5becde69cd72780508332fc02d2d1c7cec + - e789f572681553a519b85c946db96702e0b521c2 X-GitHub-Request-Id: - - 7F28:34A10D:FF6968:11D3377:67925A75 + - 9540:197FBB:BCDCFE:D8897B:68C2EEA5 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4685-BOS X-Timer: - - S1737644692.579307,VS0,VE1 + - S1757605944.096078,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -132,12 +128,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -156,17 +148,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '402' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '540' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:24 GMT ETag: - '"66e1651c-21c"' Last-Modified: @@ -182,17 +174,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - aae5cfcde59bf52df791628d0d5621faaee27d92 + - 976d920de2d8284af130f6ca502230e2170458c2 X-GitHub-Request-Id: - - 5ED4:12DF28:F44C6C:1121586:67925A75 + - E1F2:14AA27:C232A6:DDCD4A:68C2EEA4 X-Served-By: - - cache-den-kden1300044-DEN + - cache-bos4635-BOS X-Timer: - - S1737644692.598399,VS0,VE1 + - S1757605944.182276,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:41 GMT x-proxy-cache: - MISS status: @@ -201,12 +191,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -255,17 +241,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '402' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2690' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:24 GMT ETag: - '"66e1651c-a82"' Last-Modified: @@ -279,17 +265,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 693df31503bd38dad8bfb40345038109c49a34e0 + - 5877ad6fdbb1cb005432dbb002be429eae95d17e X-GitHub-Request-Id: - - 5488:230B9F:B893E:CFA99:67925A75 + - 1865:153265:C4294F:DFCE98:68C2EEA5 X-Served-By: - - cache-den-kden1300076-DEN + - cache-bos4638-BOS X-Timer: - - S1737644692.615935,VS0,VE1 + - S1757605944.258610,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -298,12 +284,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -324,17 +306,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '402' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '674' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:24 GMT ETag: - '"66e1651c-2a2"' Last-Modified: @@ -348,19 +330,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 346740dbed1031436c355f368392057ddc9193e8 + - 1da864f7ef42cefbe8c6f489a6f1a62acd9f6202 X-GitHub-Request-Id: - - 802D:338B06:10BB8A9:1298392:67925A75 + - 4500:CA757:1EF5208:22C6B31:68C2EEA5 X-Served-By: - - cache-den-kden1300064-DEN + - cache-bos4650-BOS X-Timer: - - S1737644692.633798,VS0,VE3 + - S1757605944.337644,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT - x-origin-cache: - - HIT + - Thu, 11 Sep 2025 15:55:42 GMT x-proxy-cache: - MISS status: @@ -369,12 +349,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -390,17 +366,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '402' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '309' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:24 GMT ETag: - '"66e1651c-135"' Last-Modified: @@ -414,17 +390,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '3' X-Fastly-Request-ID: - - c2557cc33dae658379f0be50cb70a2dc9540d821 + - baf5f8cdc1a432e37fb73edf2b3b65bf1ac3d1e3 X-GitHub-Request-Id: - - D377:3405BB:10C72BA:12A3CD2:67925A75 + - ED10:15FE94:C5AB5F:E14C22:68C2EEA5 X-Served-By: - - cache-den-kden1300073-DEN + - cache-bos4690-BOS X-Timer: - - S1737644692.652680,VS0,VE1 + - S1757605944.409505,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -435,12 +411,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -466,17 +438,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '30' + - '402' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '1038' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:24 GMT ETag: - '"66e1651c-40e"' Last-Modified: @@ -490,17 +462,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '3' + - '2' X-Fastly-Request-ID: - - db409fcb45427e616f5a7c7393db17a0a3a1038a + - 857cba329ffaaf74e3072381b6d731894609b0f7 X-GitHub-Request-Id: - - 538F:1011A9:1037FFE:1214BBF:67925A75 + - F8AD:14A94E:C2C9FE:DE6C58:68C2EEA4 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4677-BOS X-Timer: - - S1737644692.669452,VS0,VE0 + - S1757605944.483751,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:21 GMT + - Thu, 11 Sep 2025 15:55:42 GMT x-origin-cache: - HIT x-proxy-cache: @@ -511,12 +483,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/eo/json-schema/schema.json response: @@ -554,17 +522,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '4' + - '353' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2053' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:24 GMT ETag: - '"66e1651c-805"' Last-Modified: @@ -578,17 +546,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 06a976434b84eae840663c7519f15b13592951eb + - 921af339333f7a16481575918774d0aa3d68208c X-GitHub-Request-Id: - - 6795:2AAC5:1159FF2:13E5D5D:67925A8E + - 61E0:85CEC:1F72DF5:22CFA7F:68C2EED7 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4669-BOS X-Timer: - - S1737644692.684388,VS0,VE1 + - S1757605945.563498,VS0,VE0 expires: - - Thu, 23 Jan 2025 15:14:47 GMT + - Thu, 11 Sep 2025 15:56:31 GMT x-proxy-cache: - MISS status: @@ -597,12 +565,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/tiled-assets/json-schema/schema.json response: @@ -709,17 +673,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '0' + - '340' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '7243' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:24 GMT ETag: - '"66e1651c-1c4b"' Last-Modified: @@ -735,15 +699,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - fb3f0dbf85404a3c5e557652a12c36d5b8588978 + - 13135b6db3a4820853966718bc55cec2249afe71 X-GitHub-Request-Id: - - BC75:2CA3FC:11F605A:1481E4F:67925A93 + - C9D1:3A03AF:1DF955D:215772D:68C2EEE4 X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4676-BOS X-Timer: - - S1737644692.702704,VS0,VE1 + - S1757605945.646005,VS0,VE2 expires: - - Thu, 23 Jan 2025 15:14:51 GMT + - Thu, 11 Sep 2025 15:56:45 GMT x-origin-cache: - HIT x-proxy-cache: @@ -754,12 +718,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -801,17 +761,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '357' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '2126' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:24 GMT ETag: - '"66e1651c-84e"' Last-Modified: @@ -827,15 +787,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - fda2ce420f9f3fb476b8eea15822f561a5a331e8 + - 4f6c3e52dffd4bd7fb134d026911a254a3c849da X-GitHub-Request-Id: - - CFED:106179:120411D:148FDE8:67925A8E + - 6A55:180028:223E696:24A38DD:68C2EED2 X-Served-By: - - cache-den-kden1300054-DEN + - cache-bos4642-BOS X-Timer: - - S1737644692.725643,VS0,VE1 + - S1757605945.726310,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:27 GMT x-proxy-cache: - MISS status: @@ -844,12 +804,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - schemas.stacspec.org User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -931,17 +887,17 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '5' + - '356' Cache-Control: - max-age=600 Connection: - - close + - keep-alive Content-Length: - '5346' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 23 Jan 2025 15:04:51 GMT + - Thu, 11 Sep 2025 15:52:24 GMT ETag: - '"66e1651c-14e2"' Last-Modified: @@ -955,17 +911,17 @@ interactions: X-Cache: - HIT X-Cache-Hits: - - '1' + - '2' X-Fastly-Request-ID: - - 334a4bd77fff6b1ac4bc1cfc05810b40606c71ee + - f89b0a865d40f14aef76fe9a2ae719a052705fa3 X-GitHub-Request-Id: - - 368C:140E8C:1273062:14FED41:67925A8E + - 3C0F:3556F2:2104189:236964E:68C2EED2 X-Served-By: - - cache-den-kden1300046-DEN + - cache-bos4668-BOS X-Timer: - - S1737644692.743580,VS0,VE1 + - S1757605945.815875,VS0,VE1 expires: - - Thu, 23 Jan 2025 15:14:46 GMT + - Thu, 11 Sep 2025 15:56:28 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example9].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example9].yaml index c280acbec..badb4566b 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example9].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example9].yaml @@ -2,12 +2,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -102,7 +98,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '6074' Content-Security-Policy: @@ -112,17 +108,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:31 GMT + - Thu, 11 Sep 2025 15:51:43 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 23 Jan 2025 15:09:31 GMT + - Thu, 11 Sep 2025 15:56:43 GMT Source-Age: - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -132,15 +128,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f1dc24da1a50a1a03e16844d73463997c6ffb768 + - eba647cad55693523e59f7eda1f76c83cc941241 X-Frame-Options: - deny X-GitHub-Request-Id: - - B1E1:1806BD:732C3:8041C:67925A7E + - 688A:1E0DA2:13B02E:181CCC:68C2EEB5 X-Served-By: - - cache-den-kden1300042-DEN + - cache-bos4692-BOS X-Timer: - - S1737644672.961448,VS0,VE0 + - S1757605903.496335,VS0,VE0 X-XSS-Protection: - 1; mode=block status: @@ -149,12 +145,8 @@ interactions: - request: body: null headers: - Connection: - - close - Host: - - raw.githubusercontent.com User-Agent: - - Python-urllib/3.12 + - pystac/1.13.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/eo/json-schema/schema.json response: @@ -210,7 +202,7 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive Content-Length: - '3245' Content-Security-Policy: @@ -220,17 +212,17 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 23 Jan 2025 15:04:31 GMT + - Thu, 11 Sep 2025 15:51:43 GMT ETag: - '"c8576d5ea3fcee4039dcddbdcf9e59fed3f3086419a33aa96f18f4617203b76d"' Expires: - - Thu, 23 Jan 2025 15:09:31 GMT + - Thu, 11 Sep 2025 15:56:43 GMT Source-Age: - '1' Strict-Transport-Security: - max-age=31536000 Vary: - - Authorization,Accept-Encoding,Origin + - Authorization,Accept-Encoding Via: - 1.1 varnish X-Cache: @@ -240,15 +232,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - bc8abfa56d3edb9efc4730e0c57690dade62be10 + - da9a0222458be0a2e6823c7319c523f1a46d5224 X-Frame-Options: - deny X-GitHub-Request-Id: - - B45D:1806BD:732D2:80430:67925A7C + - 10B8:1C3F94:144BD8:18BB04:68C2EEB7 X-Served-By: - - cache-den-kden1300071-DEN + - cache-bos4626-BOS X-Timer: - - S1737644672.978682,VS0,VE1 + - S1757605904.571527,VS0,VE1 X-XSS-Protection: - 1; mode=block status: From 78d7a89ffaee7ae279d05d405efd97f8dfc1efcc Mon Sep 17 00:00:00 2001 From: Julia Signell Date: Thu, 11 Sep 2025 11:56:32 -0400 Subject: [PATCH 6/6] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f4783d08..8f866e9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ media type value for these types and new media types COPC and VND_PMTILES ([#1554](https://github.com/stac-utils/pystac/pull/1554)) +### Changed + +- Pass "User-Agent": "pystac/3.13.0" in request headers to work around urllib's default "User-Agent" being blocked by readthedocs ([#1576](https://github.com/stac-utils/pystac/pull/1576)) + + ### Fixed - More permissive collection extent deserialization ([#1559](https://github.com/stac-utils/pystac/pull/1559))