Skip to content

Commit d2c433c

Browse files
committed
Remove $id from jsonschemas
datamodel-codegen was trying to resolve these URLs, despite the fact that JSONSchema $ids don't need to be addressable URLs.
1 parent 966064c commit d2c433c

27 files changed

+0
-27
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$id": "https://schemas.jupytergis.local/export/exportGeoJson.json",
32
"type": "object",
43
"description": "ExportGeoJSONSchema",
54
"title": "IExportGeoJSON",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$id": "https://schemas.jupytergis.local/export/exportGeoTiff.json",
32
"type": "object",
43
"description": "ExportGeoTIFFSchema",
54
"title": "IExportGeoTIFF",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$id": "https://schemas.jupytergis.local/processing/boundingBoxes.json",
32
"type": "object",
43
"description": "BoundingBoxes",
54
"title": "IBoundingBoxes",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$id": "https://schemas.jupytergis.local/processing/buffer.json",
32
"type": "object",
43
"description": "Buffer",
54
"title": "IBuffer",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$id": "https://schemas.jupytergis.local/processing/centroids.json",
32
"type": "object",
43
"description": "Centroids",
54
"title": "ICentroids",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$id": "https://schemas.jupytergis.local/processing/concaveHull.json",
32
"type": "object",
43
"description": "ConcaveHull",
54
"title": "IConcaveHull",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$id": "https://schemas.jupytergis.local/processing/convexHull.json",
32
"type": "object",
43
"description": "ConvexHull",
54
"title": "IConvexHull",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$id": "https://schemas.jupytergis.local/processing/dissolve.json",
32
"type": "object",
43
"description": "Dissolve",
54
"title": "IDissolve",

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

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$id": "https://schemas.jupytergis.local/project/layers/heatmapLayer.json",
32
"type": "object",
43
"description": "HeatmapLayer",
54
"title": "IHeatmapLayer",

0 commit comments

Comments
 (0)