Skip to content

Commit f7c6e95

Browse files
MatthewDiGiovanni24William-Lianggjaortega527
authored
CMR-11315 Fix (#418)
* Migration to stac 1.1 changed version values removed # from $id small syntax errors * changed jsons to 1.1 3 errors * Added all jsons needed and fixed tests due to schemas breaking into pieces * imports * fixed empty string description * link change updates * upgraded license to be 1.1 compliant * updated license to be v1.1 compliant * test suite mistake fix * updated root to json from geo+json * license deprecation updates * added license tests * prettier code * jceaser comments * json new lines * capitalization * Update src/domains/collections.ts Co-authored-by: Anthony Ortega <33133876+jaortega527@users.noreply.github.com> * form data * invalid links * old links * cve --------- Co-authored-by: William Liang <williamliang0520@gmail.com> Co-authored-by: Anthony Ortega <33133876+jaortega527@users.noreply.github.com>
1 parent a2b8536 commit f7c6e95

3 files changed

Lines changed: 64 additions & 34 deletions

File tree

package-lock.json

Lines changed: 62 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routes/conformance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Request, Response } from "express";
22

3-
export const rootConformance = ["https://api.stacspec.org/v1.1.0/core"];
3+
export const rootConformance = ["https://api.stacspec.org/v1.0.0-rc.2/core"];
44

55
export const rootConformanceHandler = async (_req: Request, res: Response): Promise<void> => {
66
res.json({ conformsTo: rootConformance });

src/routes/rootCatalog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const selfLinks = (req: Request): Link[] => {
2525
},
2626
{
2727
rel: "service-desc",
28-
href: `https://api.stacspec.org/v1.1.0/openapi.yaml`,
28+
href: `https://api.stacspec.org/v1.0.0-beta.1/openapi.yaml`,
2929
title: "OpenAPI Documentation",
3030
type: "application/yaml",
3131
},

0 commit comments

Comments
 (0)