diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-09-17 13:31:20 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-09-17 13:31:20 +0200 |
| commit | 1e11bf646d2cf9b731b02f2260c68fe2a5a21cf4 (patch) | |
| tree | 37c72a9c16c837ce45ef6a32b5c2cea5715ac336 | |
| parent | 339f1e57d3d3ec971753bd0cf75700505182100c (diff) | |
| download | PROJ-1e11bf646d2cf9b731b02f2260c68fe2a5a21cf4.tar.gz PROJ-1e11bf646d2cf9b731b02f2260c68fe2a5a21cf4.zip | |
projjson.schema.json: indicate v0.2.1 (refs #2354)
| -rw-r--r-- | data/projjson.schema.json | 2 | ||||
| -rw-r--r-- | schemas/v0.2/projjson.schema.json | 2 |
2 files changed, 2 insertions, 2 deletions
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": [ diff --git a/schemas/v0.2/projjson.schema.json b/schemas/v0.2/projjson.schema.json index c8e213e3..bdb97bd5 100644 --- a/schemas/v0.2/projjson.schema.json +++ b/schemas/v0.2/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": [ |
