Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
095f4dc
self link is not requied, but strongly recommended.
m-mohr Oct 15, 2019
369d627
Fixed link to SFS example
m-mohr Oct 15, 2019
cf394c9
Improvements and fixes for the Item schema
m-mohr Oct 15, 2019
8ddbfd7
Updated OAFeat 1.0.0-draf2 to 1.0.0 final and replaced WFS with OAFeat
m-mohr Oct 16, 2019
299ed18
Replace object with Map<string, *>
m-mohr Oct 25, 2019
beceee4
Merge pull request #612 from radiantearth/wfs3-final
matthewhanson Oct 25, 2019
79d5867
Merge branch 'dev' into m-mohr-patch-4
matthewhanson Oct 25, 2019
ecf3529
Merge pull request #609 from radiantearth/m-mohr-patch-4
matthewhanson Oct 25, 2019
c655df1
Merge branch 'dev' into m-mohr-patch-5
matthewhanson Oct 25, 2019
66b9567
Merge branch 'dev' into item-schema-fixes
matthewhanson Oct 25, 2019
91d6478
Merge pull request #611 from radiantearth/item-schema-fixes
matthewhanson Oct 25, 2019
1a78009
Thumbnails are not meant to be in links
m-mohr Oct 28, 2019
7554c7a
Fixed several issues in the examples and texts.
m-mohr Oct 28, 2019
564915f
Fixing alignment issues with OGC API - Features and STAC API. #616
m-mohr Oct 28, 2019
d144c7a
Added changelog entry, removed license from collection summaries exam…
m-mohr Oct 28, 2019
3f3b7e2
Merge branch 'dev' into stac-api-fixes
m-mohr Oct 28, 2019
96bf7be
Fixed JSON schemas for extensions: `$id` field matches file name. #618
m-mohr Oct 28, 2019
896a39f
Merge branch 'dev' into m-mohr-patch-1
cholmes Oct 28, 2019
a5c3529
Merge branch 'dev' into m-mohr-patch-5
cholmes Oct 28, 2019
bae9fb9
Merge pull request #617 from radiantearth/m-mohr-patch-1
cholmes Oct 28, 2019
42787d2
Merge branch 'dev' into m-mohr-patch-5
m-mohr Oct 28, 2019
ee3dafb
Merge branch 'dev' into m-mohr-patch-2
cholmes Oct 28, 2019
2ddba52
Merge branch 'dev' into fix-schema-ids
cholmes Oct 28, 2019
1f31c21
Merge pull request #620 from radiantearth/m-mohr-patch-2
cholmes Oct 28, 2019
f4fda88
Merge branch 'dev' into fix-schema-ids
cholmes Oct 28, 2019
e88c837
Merge pull request #622 from radiantearth/fix-schema-ids
cholmes Oct 28, 2019
97c1cb6
Merge branch 'dev' into m-mohr-patch-5
cholmes Oct 28, 2019
bff5463
Merge pull request #610 from radiantearth/m-mohr-patch-5
cholmes Oct 28, 2019
a405f61
Merge branch 'dev' into stac-api-fixes
m-mohr Oct 28, 2019
d9d0f6f
Fixed typo
m-mohr Oct 29, 2019
4028ca1
Fix links
vmx Oct 31, 2019
7e4c830
Fix links in how-to-help
vmx Oct 31, 2019
70dff4d
Point Landsat8 examples to collection-spec directory
vmx Oct 31, 2019
b41cf33
Merge pull request #626 from vmx/fix-links-20191031
cholmes Oct 31, 2019
51dbdc3
Merge branch 'dev' into stac-api-fixes
matthewhanson Oct 31, 2019
21a94ae
Merge pull request #621 from radiantearth/stac-api-fixes
matthewhanson Oct 31, 2019
22d3e35
update versions to 0.8.1 and prep for release
matthewhanson Nov 1, 2019
e72dad8
Merge pull request #627 from radiantearth/release-0.8.1
m-mohr Nov 1, 2019
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
Prev Previous commit
Next Next commit
Fixed JSON schemas for extensions: $id field matches file name. #618
  • Loading branch information
m-mohr committed Oct 28, 2019
commit 96bf7be51188a5b420c3b9c6fc4a50cee13a698c
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

# Changed
- Updated specification to base on OGC API - Features - Part 1: Core, v1.0.0 instead of OGC API - Features - Part 1: Core, v1.0.0-draft.2 (fka WFS3 draft 2).

# Fixed
- Fixed JSON schemas for extensions: `$id` field matches file name.

## [v0.8.0] - 2019-10-11

### Changed
Expand Down
2 changes: 1 addition & 1 deletion api-spec/extensions/search/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-search-extension.json#",
"$id": "schema.json#",
"title": "Search Extension",
"type": "object",
"description": "STAC Search Extension",
Expand Down
2 changes: 1 addition & 1 deletion extensions/asset/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-asset.json#",
"$id": "schema.json#",
"title": "Asset Definition Extension Specification",
"description": "STAC Asset Definition Extension to a STAC Collection",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/checksum/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-checksum.json#",
"$id": "schema.json#",
"title": "Checksum Extension Specification",
"description": "STAC Checksum Extension to a STAC Item",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/datacube/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-datacube.json#",
"$id": "schema.json#",
"title": "Data Cube Extension",
"description": "STAC Data Cube Extension to a STAC Item",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/datetime-range/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-datetime-range.json#",
"$id": "schema.json#",
"title": "Datetime Range Extension",
"description": "STAC Datetime Range Extension Extension to a STAC Item.",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/eo/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-eo.json#",
"$id": "schema.json#",
"title": "EO Extension",
"description": "STAC EO Extension to a STAC Item.",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/sar/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-sar.json#",
"$id": "schema.json#",
"title": "SAR Extension",
"description": "STAC SAR Extension to a STAC Item",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/scientific/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-scientific.json#",
"$id": "schema.json#",
"title": "Scientific Extension",
"description": "STAC Scientific Extension to STAC Items or STAC Collections.",
"oneOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/single-file-stac/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "extension-single-file-stac.json#",
"$id": "schema.json#",
"title": "Single File STAC Extension",
"description": "Single File STAC Extension to combine Collections and Items in single file catalog",
"allOf": [
Expand Down