77 - [ Extensions] ( #extensions )
88 - [ Structuring Catalog Hierarchies] ( #structuring-catalog-hierarchies )
99
10- - ** OpenAPI specification:** [ openapi.yaml] ( openapi.yaml ) ([ rendered version] ( https://api.stacspec.org/v1.0.0-rc.1 /core ) ),
10+ - ** OpenAPI specification:** [ openapi.yaml] ( openapi.yaml ) ([ rendered version] ( https://api.stacspec.org/v1.0.0-rc.2 /core ) ),
1111- ** Conformance URIs:**
12- - < https://api.stacspec.org/v1.0.0-rc.1 /core >
13- - < https://api.stacspec.org/v1.0.0-rc.1 /browseable >
12+ - < https://api.stacspec.org/v1.0.0-rc.2 /core >
13+ - < https://api.stacspec.org/v1.0.0-rc.2 /browseable >
1414- ** [ Maturity Classification] ( ../README.md#maturity-classification ) :** Candidate
1515- ** Dependencies** : None
1616 and [ commons.yaml] ( commons.yaml ) is the OpenAPI version of the core [ STAC spec] ( ../stac-spec ) JSON Schemas.
1717
1818All STAC API implementations must implement the * STAC API - Core* specification. The conformance class
19- < https://api.stacspec.org/v1.0.0-rc.1 /core > requires a server to provide a valid
19+ < https://api.stacspec.org/v1.0.0-rc.2 /core > requires a server to provide a valid
2020[ STAC Catalog] ( ../stac-spec/catalog-spec/catalog-spec.md ) that also includes a ` conformsTo `
2121attribute with a string array value. Any API implementing this is considered a valid STAC API. Additionally,
22- a STAC API conforming conformance class (< https://api.stacspec.org/v1.0.0-rc.1 /browseable > ) must be structured
22+ a STAC API conforming conformance class (< https://api.stacspec.org/v1.0.0-rc.2 /browseable > ) must be structured
2323such that all Items in the catalog can be accessed by following ` child ` and ` item ` link relations.
2424
2525Even if a STAC catalog is simply files on a web server or objects in cloud storage, serving these files over HTTP
@@ -31,7 +31,7 @@ this "browse" mode of interaction is complementary to the dynamic search capabil
3131Conversely, STAC API implementations may not support browse, even though the root is a Catalog object, if they do not
3232have the appropriate ` child ` and ` item ` link relations to traverse over the objects in the catalog. STAC API
3333implementations may provide an even greater guarantee of Item reachability with the
34- browseable conformance class (< https://api.stacspec.org/v1.0.0-rc.1 /browseable > ).
34+ browseable conformance class (< https://api.stacspec.org/v1.0.0-rc.2 /browseable > ).
3535
3636Providing these two complementary ways of interacting with the catalog allow users to iteratively interrogate the data
3737to discover what data is available through browse and filter the data to only what they are interested in
@@ -76,7 +76,7 @@ support the *STAC API - Item Search* conformance class, perhaps because it uses
7676but sub-catalogs whose items are all in one database can support search.
7777
7878A STAC API conforming to the * STAC API - Browseable* conformance class
79- (< https://api.stacspec.org/v1.0.0-rc.1 /browseable > ) must be structured such that
79+ (< https://api.stacspec.org/v1.0.0-rc.2 /browseable > ) must be structured such that
8080all Items in the catalog can be accessed by following ` child ` and ` item ` link relations. This is a more significant
8181constraint than a STAC API without this conformance class or a STAC Catalog that is available over HTTP but does not
8282implement STAC API, neither of which have any guarantee regarding the reachability of Items. This conformance
@@ -114,7 +114,7 @@ Additionally, `child` relations may exist to child Catalogs and Collections and
114114relations form a directed graph that enables traversal from a root catalog or collection to items.
115115
116116If all Items in a Catalog can be accessed by traversing these links, the browseable conformance class
117- < https://api.stacspec.org/v1.0.0-rc.1 /browseable > should be advertised also.
117+ < https://api.stacspec.org/v1.0.0-rc.2 /browseable > should be advertised also.
118118
119119| ** rel** | ** href** | ** From** | ** Description** |
120120| ------- | -------- | --------- | -------------------------------------- |
@@ -186,7 +186,7 @@ different conformance classes and a different set of links.
186186 "description" : " This Catalog aims to demonstrate the a simple landing page" ,
187187 "type" : " Catalog" ,
188188 "conformsTo" : [
189- " https://api.stacspec.org/v1.0.0-rc.1 /core"
189+ " https://api.stacspec.org/v1.0.0-rc.2 /core"
190190 ],
191191 "links" : [
192192 {
0 commit comments