Skip to content

Commit

Permalink
Publish JSON Schemas [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
STAC CI committed Sep 27, 2023
1 parent a13ac7e commit 08c83b4
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions dev/catalog-spec/json-schema/catalog.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.stacspec.org/v1.0.0/catalog-spec/json-schema/catalog.json#",
"$id": "https://schemas.stacspec.org/v1.0.0/catalog-spec/json-schema/catalog.json",
"title": "STAC Catalog Specification",
"description": "This object represents Catalogs in a SpatioTemporal Asset Catalog.",
"allOf": [
{
"$ref": "#/definitions/catalog"
},
{
"$ref": "../../item-spec/json-schema/common.json#"
"$ref": "../../item-spec/json-schema/common.json"
}
],
"definitions": {
Expand Down
4 changes: 2 additions & 2 deletions dev/collection-spec/json-schema/collection.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.stacspec.org/v1.0.0/collection-spec/json-schema/collection.json#",
"$id": "https://schemas.stacspec.org/v1.0.0/collection-spec/json-schema/collection.json",
"title": "STAC Collection Specification",
"description": "This object represents Collections in a SpatioTemporal Asset Catalog.",
"allOf": [
{
"$ref": "#/definitions/collection"
},
{
"$ref": "../../item-spec/json-schema/common.json#"
"$ref": "../../item-spec/json-schema/common.json"
}
],
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion dev/item-spec/json-schema/basics.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/basics.json#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/basics.json",
"title": "Basic Descriptive Fields",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion dev/item-spec/json-schema/common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/commonjson#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/commonjson",
"title": "STAC Common Metadata",
"type": "object",
"description": "This schema includes all common metadata fields.",
Expand Down
2 changes: 1 addition & 1 deletion dev/item-spec/json-schema/datetime.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/datetime.json#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/datetime.json",
"title": "Date and Time Fields",
"type": "object",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion dev/item-spec/json-schema/instrument.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/instrument.json#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/instrument.json",
"title": "Instrument Fields",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion dev/item-spec/json-schema/item.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json",
"title": "STAC Item",
"type": "object",
"description": "This object represents the metadata for an item in a SpatioTemporal Asset Catalog.",
Expand Down
2 changes: 1 addition & 1 deletion dev/item-spec/json-schema/licensing.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/licensing.json#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/licensing.json",
"title": "Licensing Fields",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion dev/item-spec/json-schema/provider.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/provider.json#",
"$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/provider.json",
"title": "Provider Fields",
"type": "object",
"properties": {
Expand Down

0 comments on commit 08c83b4

Please sign in to comment.