From 1e11bf646d2cf9b731b02f2260c68fe2a5a21cf4 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 17 Sep 2020 13:31:20 +0200 Subject: projjson.schema.json: indicate v0.2.1 (refs #2354) --- data/projjson.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/projjson.schema.json b/data/projjson.schema.json index c8e213e3..bdb97bd5 100644 --- a/data/projjson.schema.json +++ b/data/projjson.schema.json @@ -1,7 +1,7 @@ { "$id": "https://proj.org/schemas/v0.2/projjson.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", - "description": "Schema for PROJJSON", + "description": "Schema for PROJJSON (v0.2.1)", "$comment": "This file exists both in data/ and in schemas/vXXX/. Keep both in sync. And if changing the value of $id, change PROJJSON_CURRENT_VERSION accordingly in io.cpp", "oneOf": [ -- cgit v1.2.3