From b3d5598829333a75733a8f4b0e34f894a56aced5 Mon Sep 17 00:00:00 2001 From: Brandon Wilson Date: Tue, 2 Jul 2024 13:40:57 -0400 Subject: [PATCH] Remove Z property from split position 3D is not in scope for 1.0 spec --- schema/properties/split-position.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/schema/properties/split-position.json b/schema/properties/split-position.json index ab1d832..7874e34 100644 --- a/schema/properties/split-position.json +++ b/schema/properties/split-position.json @@ -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"] }