Skip to content

Commit 327ba59

Browse files
committed
gdalmdiminfo_output.schema.json: fix schema for indexing_variable
1 parent 7811869 commit 327ba59

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

apps/data/gdalmdiminfo_output.schema.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,17 @@
237237
"type": "string"
238238
},
239239
"indexing_variable": {
240-
"type": "string"
240+
"oneOf": [
241+
{
242+
"type": "string"
243+
},
244+
{
245+
"type": "object",
246+
"additionalProperties": {
247+
"$ref": "#/definitions/array"
248+
}
249+
}
250+
]
241251
}
242252
},
243253
"additionalProperties": false

0 commit comments

Comments
 (0)