aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/projjson.schema.json1
-rw-r--r--schemas/v0.2/projjson.schema.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/data/projjson.schema.json b/data/projjson.schema.json
index e71e5031..0a4015ce 100644
--- a/data/projjson.schema.json
+++ b/data/projjson.schema.json
@@ -936,6 +936,7 @@
"type": "object",
"properties": {
"name": { "type": "string" },
+ "interpolation_crs": { "$ref": "#/definitions/crs" },
"id": { "$ref": "#/definitions/id" }
},
"required" : [ "name" ],
diff --git a/schemas/v0.2/projjson.schema.json b/schemas/v0.2/projjson.schema.json
index e71e5031..0a4015ce 100644
--- a/schemas/v0.2/projjson.schema.json
+++ b/schemas/v0.2/projjson.schema.json
@@ -936,6 +936,7 @@
"type": "object",
"properties": {
"name": { "type": "string" },
+ "interpolation_crs": { "$ref": "#/definitions/crs" },
"id": { "$ref": "#/definitions/id" }
},
"required" : [ "name" ],