Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions collections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ of an array of all STAC Collections and an array of Links.
"id": "cool-data",
"title": "Cool Data from X Satellite",
"description": "A lot of awesome words describing the data",
"type": "Collection",
"license": "CC-BY",
"extent": {
"spatial": {
Expand Down
1 change: 1 addition & 0 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ the [overview](../overview.md#example-landing-page) document.
"id": "example-stac",
"title": "A simple STAC API Example",
"description": "This Catalog aims to demonstrate the a simple landing page",
"type": "Catalog",
"conformsTo" : [
"https://api.stacspec.org/v1.0.0-beta.4/core"
],
Expand Down
1 change: 1 addition & 0 deletions fragments/filter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ at least these values:
],
"stac_extensions": [],
"stac_version": "1.0.0",
"type": "Catalog",
}
```

Expand Down
1 change: 1 addition & 0 deletions item-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ the [overview](../overview.md#example-landing-page) document.
"id": "example-stac",
"title": "A simple STAC API Example",
"description": "This Catalog aims to demonstrate the a simple landing page",
"type": "Catalog",
"conformsTo" : [
"https://api.stacspec.org/v1.0.0-beta.4/core",
"https://api.stacspec.org/v1.0.0-beta.4/item-search"
Expand Down
1 change: 1 addition & 0 deletions ogcapi-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ the [overview](../overview.md#example-landing-page) document.
"id": "example-stac",
"title": "A simple STAC API Example",
"description": "This Catalog aims to demonstrate the a simple landing page",
"type": "Catalog",
"conformsTo" : [
"https://api.stacspec.org/v1.0.0-beta.4/core",
"https://api.stacspec.org/v1.0.0-beta.4/ogcapi-features",
Expand Down
3 changes: 3 additions & 0 deletions ogcapi-features/extensions/version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Request to `GET /collections/my_collection/items/this_is_my_id`:
```json
{
"id": "this_is_my_id",
"type": "Feature",
"bbox": [],
"geometry": {},
"properties": {},
Expand Down Expand Up @@ -97,6 +98,7 @@ Request to `GET /collections/my_collection/items/this_is_my_id/versions/02`:
```json
{
"id": "this_is_my_id",
"type": "Feature",
"bbox": [],
"geometry": {},
"properties": {},
Expand Down Expand Up @@ -129,6 +131,7 @@ Request to `GET /collections/my_collection/items/this_is_my_id/versions/01`:
```json
{
"id": "this_is_my_id",
"type": "Feature",
"bbox": [],
"geometry": {},
"properties": {},
Expand Down
1 change: 1 addition & 0 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ The Landing Page will at least have the following `conformsTo` and `links`:
"id": "example-stac",
"title": "A simple STAC API Example",
"description": "This Catalog aims to demonstrate the a simple landing page",
"type": "Catalog",
"conformsTo" : [
"https://api.stacspec.org/v1.0.0-beta.4/core",
"https://api.stacspec.org/v1.0.0-beta.4/item-search",
Expand Down