Skip to content

Commit d705535

Browse files
committed
fix(schema): change $id link
1 parent a54b0e4 commit d705535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/esgvoc/apps/jsg/templates/template.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://stac-extensions.github.io/{{ project_id|lower }}/{{ catalog_version }}/schema.json#",
3+
"$id": "https://esgf.github.io/stac-transaction-api/{{ project_id|lower }}/{{ catalog_version }}/schema.json#",
44
"title": "{{ project_id|upper }} Extension",
55
"description": "STAC {{ project_id|upper }} Extension for STAC Items and STAC Collection Summaries.",
66
"type": "object",

0 commit comments

Comments
 (0)