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:32 +0200 |
| commit | 0ddc0634210cf8d458e4ce383e52ca3f19c6e517 (patch) | |
| tree | 21bde3ee3d50a61cbdf8a816740d49cd7d021fa3 /data | |
| parent | 92b47020290a37a12fa8ea22c53d3ee058030483 (diff) | |
| download | PROJ-0ddc0634210cf8d458e4ce383e52ca3f19c6e517.tar.gz PROJ-0ddc0634210cf8d458e4ce383e52ca3f19c6e517.zip | |
projjson.schema.json: indicate v0.2.1 (refs #2354)
Diffstat (limited to 'data')
| -rw-r--r-- | data/projjson.schema.json | 2 |
1 files changed, 1 insertions, 1 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": [ |
