Skip to content

Commit 71b761b

Browse files
committed
Add $ids to schemas
1 parent d5bf31f commit 71b761b

27 files changed

+27
-0
lines changed

packages/schema/src/schema/export/exportGeoJson.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$id": "https://schemas.jupytergis.local/export/exportGeoJson.json",
23
"type": "object",
34
"description": "ExportGeoJSONSchema",
45
"title": "IExportGeoJSON",

packages/schema/src/schema/export/exportGeoTiff.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$id": "https://schemas.jupytergis.local/export/exportGeoTiff.json",
23
"type": "object",
34
"description": "ExportGeoTIFFSchema",
45
"title": "IExportGeoTIFF",

packages/schema/src/schema/processing/boundingBoxes.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$id": "https://schemas.jupytergis.local/processing/boundingBoxes.json",
23
"type": "object",
34
"description": "BoundingBoxes",
45
"title": "IBoundingBoxes",

packages/schema/src/schema/processing/buffer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$id": "https://schemas.jupytergis.local/processing/buffer.json",
23
"type": "object",
34
"description": "Buffer",
45
"title": "IBuffer",

packages/schema/src/schema/processing/centroids.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$id": "https://schemas.jupytergis.local/processing/centroids.json",
23
"type": "object",
34
"description": "Centroids",
45
"title": "ICentroids",

packages/schema/src/schema/processing/concaveHull.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$id": "https://schemas.jupytergis.local/processing/concaveHull.json",
23
"type": "object",
34
"description": "ConcaveHull",
45
"title": "IConcaveHull",

packages/schema/src/schema/processing/convexHull.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$id": "https://schemas.jupytergis.local/processing/convexHull.json",
23
"type": "object",
34
"description": "ConvexHull",
45
"title": "IConvexHull",

packages/schema/src/schema/processing/dissolve.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$id": "https://schemas.jupytergis.local/processing/dissolve.json",
23
"type": "object",
34
"description": "Dissolve",
45
"title": "IDissolve",

packages/schema/src/schema/project/jgis.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$id": "https://schemas.jupytergis.local/project/jgis.json",
23
"type": "object",
34
"title": "IJGISContent",
45
"required": ["layers", "sources"],

packages/schema/src/schema/project/layers/heatmapLayer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$id": "https://schemas.jupytergis.local/project/layers/heatmapLayer.json",
23
"type": "object",
34
"description": "HeatmapLayer",
45
"title": "IHeatmapLayer",

0 commit comments

Comments
 (0)