Skip to content

Commit 2eacbf4

Browse files
committed
Update coordinate_transformations.schema with input_axes and output_axes as strings
1 parent 7804a54 commit 2eacbf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schemas/coordinate_transformations.schema

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,14 +339,14 @@
339339
"input_axes": {
340340
"type": "array",
341341
"items": {
342-
"type": "number"
342+
"type": "string"
343343
},
344344
"description": "Names of the input axes for this transformation."
345345
},
346346
"output_axes": {
347347
"type": "array",
348348
"items": {
349-
"type": "number"
349+
"type": "string"
350350
},
351351
"description": "Names of the output axes for this transformation."
352352
}

0 commit comments

Comments
 (0)