1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
interactions:
- request:
body: null
headers:
Connection:
- close
Host:
- schemas.stacspec.org
User-Agent:
- Python-urllib/3.12
method: GET
uri: https://schemas.stacspec.org/v1.0.0/catalog-spec/json-schema/catalog.json
response:
body:
string: "{\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\":
\"https://schemas.stacspec.org/v1.0.0/catalog-spec/json-schema/catalog.json#\",\n
\ \"title\": \"STAC Catalog Specification\",\n \"description\": \"This object
represents Catalogs in a SpatioTemporal Asset Catalog.\",\n \"allOf\": [\n
\ {\n \"$ref\": \"#/definitions/catalog\"\n }\n ],\n \"definitions\":
{\n \"catalog\": {\n \"title\": \"STAC Catalog\",\n \"type\":
\"object\",\n \"required\": [\n \"stac_version\",\n \"type\",\n
\ \"id\",\n \"description\",\n \"links\"\n ],\n \"properties\":
{\n \"stac_version\": {\n \"title\": \"STAC version\",\n \"type\":
\"string\",\n \"const\": \"1.0.0\"\n },\n \"stac_extensions\":
{\n \"title\": \"STAC extensions\",\n \"type\": \"array\",\n
\ \"uniqueItems\": true,\n \"items\": {\n \"title\":
\"Reference to a JSON Schema\",\n \"type\": \"string\",\n \"format\":
\"iri\"\n }\n },\n \"type\": {\n \"title\":
\"Type of STAC entity\",\n \"const\": \"Catalog\"\n },\n \"id\":
{\n \"title\": \"Identifier\",\n \"type\": \"string\",\n
\ \"minLength\": 1\n },\n \"title\": {\n \"title\":
\"Title\",\n \"type\": \"string\"\n },\n \"description\":
{\n \"title\": \"Description\",\n \"type\": \"string\",\n
\ \"minLength\": 1\n },\n \"links\": {\n \"title\":
\"Links\",\n \"type\": \"array\",\n \"items\": {\n \"$ref\":
\"#/definitions/link\"\n }\n }\n }\n },\n \"link\":
{\n \"type\": \"object\",\n \"required\": [\n \"rel\",\n
\ \"href\"\n ],\n \"properties\": {\n \"href\": {\n
\ \"title\": \"Link reference\",\n \"type\": \"string\",\n
\ \"format\": \"iri-reference\",\n \"minLength\": 1\n },\n
\ \"rel\": {\n \"title\": \"Link relation type\",\n \"type\":
\"string\",\n \"minLength\": 1\n },\n \"type\": {\n
\ \"title\": \"Link type\",\n \"type\": \"string\"\n },\n
\ \"title\": {\n \"title\": \"Link title\",\n \"type\":
\"string\"\n }\n }\n }\n }\n}\n"
headers:
Accept-Ranges:
- bytes
Access-Control-Allow-Origin:
- '*'
Age:
- '0'
Cache-Control:
- max-age=600
Connection:
- close
Content-Length:
- '2169'
Content-Type:
- application/json; charset=utf-8
Date:
- Thu, 23 Jan 2025 15:04:55 GMT
ETag:
- '"66e1651c-879"'
Last-Modified:
- Wed, 11 Sep 2024 09:38:36 GMT
Server:
- GitHub.com
Vary:
- Accept-Encoding
Via:
- 1.1 varnish
X-Cache:
- MISS
X-Cache-Hits:
- '0'
X-Fastly-Request-ID:
- 86c564f95fef17eaef3dc14e68554bade28e8738
X-GitHub-Request-Id:
- B1BB:3BFE4B:1397EC8:1623EC4:67925A97
X-Served-By:
- cache-den-kden1300074-DEN
X-Timer:
- S1737644696.632525,VS0,VE61
expires:
- Thu, 23 Jan 2025 15:14:55 GMT
x-proxy-cache:
- MISS
status:
code: 200
message: OK
version: 1
|