aboutsummaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/v0.2/projjson.schema.json1
1 files changed, 1 insertions, 0 deletions
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" ],