Skip to content

Commit

Permalink
ogrinfo_output.schema.json: make schema reflect actual output of ogri…
Browse files Browse the repository at this point in the history
…nfo (fixes #8300)
  • Loading branch information
rouault committed Sep 1, 2023
1 parent 3428635 commit 7dec7e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/ogrinfo_output.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@
}
},
"required": [
"description",
"type",
"fieldType",
"splitPolicy",
Expand All @@ -382,6 +381,9 @@
"group": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"layerNames": {
"type": "array",
"items": {
Expand Down

0 comments on commit 7dec7e9

Please sign in to comment.