Skip to content

Commit

Permalink
Remove Z property from split position
Browse files Browse the repository at this point in the history
3D is not in scope for 1.0 spec
  • Loading branch information
b-wils committed Jul 2, 2024
1 parent 0501f1b commit b3d5598
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions schema/properties/split-position.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
"description": "Y Position",
"$ref": "#/$defs/properties/scalar-property"
}
,
"z": {
"title": "Y Position",
"description": "Y Position",
"$ref": "#/$defs/properties/scalar-property"
}
},
"required": ["s", "x", "y"]
}

0 comments on commit b3d5598

Please sign in to comment.