Skip to content

Commit 2e00da8

Browse files
authored
Update add_dimension.json
1 parent 1cba196 commit 2e00da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add_dimension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"name": "type",
38-
"description": "The type of dimension, defaults to `other`.\n\nIf the type is `spatial`, the axis is the first option that does not exist yet from `x`, `y`, and `z`. This refers to the axis of the dimension, not the name of the dimension.",
38+
"description": "The type of dimension, defaults to `other`.\n\nIf the type is `spatial`, the axis is the first option that does not exist yet from `x`, `y`, and `z`. This refers to the axis of the dimension, not the name of the dimension. Throws a `DimensionExists` exeption if dimensions for all axes exist.",
3939
"schema": {
4040
"type": "string",
4141
"enum": [

0 commit comments

Comments
 (0)