From 2bd5f8d7c6f5150525c738b88f32a95790441f79 Mon Sep 17 00:00:00 2001 From: Jonathan Tran Date: Fri, 31 Jan 2025 17:48:58 -0500 Subject: [PATCH] Update docs --- docs/kcl/std.json | 6555 +++++++++++++++++++++++++++++++ docs/kcl/types/ArtifactId.md | 15 + docs/kcl/types/Face.md | 1 + docs/kcl/types/Helix.md | 1 + docs/kcl/types/HelixValue.md | 1 + docs/kcl/types/Plane.md | 1 + docs/kcl/types/Sketch.md | 1 + docs/kcl/types/SketchSet.md | 1 + docs/kcl/types/SketchSurface.md | 2 + docs/kcl/types/Solid.md | 1 + docs/kcl/types/SolidSet.md | 1 + 11 files changed, 6580 insertions(+) create mode 100644 docs/kcl/types/ArtifactId.md diff --git a/docs/kcl/std.json b/docs/kcl/std.json index eac4507df0..1de2ea5d01 100644 --- a/docs/kcl/std.json +++ b/docs/kcl/std.json @@ -1842,6 +1842,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -1884,6 +1885,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -2749,6 +2758,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -2770,6 +2780,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -2821,6 +2839,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -2842,6 +2861,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -2891,6 +2918,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -3026,6 +3057,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -3038,6 +3070,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -3094,6 +3134,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -3136,6 +3177,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -5092,6 +5141,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -5134,6 +5184,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -5999,6 +6057,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -6020,6 +6079,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -6071,6 +6138,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -6092,6 +6160,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -6141,6 +6217,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -6276,6 +6356,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -6288,6 +6369,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -6344,6 +6433,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -6386,6 +6476,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -6644,6 +6742,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -6686,6 +6785,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -7311,6 +7418,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -7332,6 +7440,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -7383,6 +7499,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -7404,6 +7521,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -7453,6 +7578,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -7605,6 +7734,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -7617,6 +7747,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -7858,6 +7996,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -7900,6 +8039,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -8741,6 +8888,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -8762,6 +8910,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -8813,6 +8969,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -8834,6 +8991,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -8883,6 +9048,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -9035,6 +9204,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -9047,6 +9217,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -9288,6 +9466,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -9330,6 +9509,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -9555,6 +9742,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -9597,6 +9785,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -10222,6 +10418,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -10243,6 +10440,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -10294,6 +10499,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -10315,6 +10521,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -10364,6 +10578,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -10516,6 +10734,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -10528,6 +10747,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -10769,6 +10996,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -10811,6 +11039,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -11093,6 +11329,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -11135,6 +11372,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -11760,6 +12005,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -11781,6 +12027,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -11832,6 +12086,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -11853,6 +12108,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -11902,6 +12165,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -12054,6 +12321,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -12066,6 +12334,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -12307,6 +12583,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -12349,6 +12626,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -13190,6 +13475,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -13211,6 +13497,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -13262,6 +13556,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -13283,6 +13578,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -13332,6 +13635,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -13484,6 +13791,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -13496,6 +13804,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -13737,6 +14053,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -13779,6 +14096,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -14004,6 +14329,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -14046,6 +14372,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -14671,6 +15005,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -14692,6 +15027,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -14743,6 +15086,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -14764,6 +15108,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -14813,6 +15165,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -14965,6 +15321,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -14977,6 +15334,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -15218,6 +15583,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -15260,6 +15626,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -15542,6 +15916,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -15584,6 +15959,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -16209,6 +16592,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -16230,6 +16614,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -16281,6 +16673,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -16302,6 +16695,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -16351,6 +16752,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -16503,6 +16908,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -16515,6 +16921,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -16756,6 +17170,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -16798,6 +17213,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -17639,6 +18062,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -17660,6 +18084,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -17711,6 +18143,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -17732,6 +18165,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -17781,6 +18222,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -17933,6 +18378,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -17945,6 +18391,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -18186,6 +18640,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -18228,6 +18683,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -18453,6 +18916,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -18495,6 +18959,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -19120,6 +19592,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -19141,6 +19614,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -19192,6 +19673,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -19213,6 +19695,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -19262,6 +19752,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -19414,6 +19908,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -19426,6 +19921,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -19667,6 +20170,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -19709,6 +20213,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -20858,6 +21370,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -20900,6 +21413,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -21791,6 +22312,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -21812,6 +22334,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -21863,6 +22393,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -21884,6 +22415,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -21933,6 +22472,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -22068,6 +22611,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -22080,6 +22624,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -22136,6 +22688,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -22178,6 +22731,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -23221,6 +23782,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -23242,6 +23804,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -23293,6 +23863,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -23314,6 +23885,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -23363,6 +23942,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -23498,6 +24081,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -23510,6 +24094,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -23566,6 +24158,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -23608,6 +24201,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -23769,6 +24370,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -23811,6 +24413,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -24436,6 +25046,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -24457,6 +25068,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -24508,6 +25127,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -24529,6 +25149,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -24578,6 +25206,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -24730,6 +25362,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -24742,6 +25375,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -24983,6 +25624,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -25025,6 +25667,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -25292,6 +25942,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -25334,6 +25985,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -25959,6 +26618,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -25980,6 +26640,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -26031,6 +26699,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -26052,6 +26721,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -26101,6 +26778,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -26253,6 +26934,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -26265,6 +26947,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -26506,6 +27196,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -26548,6 +27239,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -27389,6 +28088,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -27410,6 +28110,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -27461,6 +28169,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -27482,6 +28191,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -27531,6 +28248,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -27683,6 +28404,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -27695,6 +28417,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -27936,6 +28666,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -27978,6 +28709,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -28203,6 +28942,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -28245,6 +28985,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -28870,6 +29618,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -28891,6 +29640,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -28942,6 +29699,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -28963,6 +29721,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -29012,6 +29778,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -29164,6 +29934,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -29176,6 +29947,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -29417,6 +30196,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -29459,6 +30239,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -29726,6 +30514,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -29768,6 +30557,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -30393,6 +31190,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -30414,6 +31212,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -30465,6 +31271,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -30486,6 +31293,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -30535,6 +31350,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -30687,6 +31506,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -30699,6 +31519,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -30940,6 +31768,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -30982,6 +31811,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -31823,6 +32660,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -31844,6 +32682,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -31895,6 +32741,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -31916,6 +32763,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -31965,6 +32820,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -32117,6 +32976,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -32129,6 +32989,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -32370,6 +33238,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -32412,6 +33281,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -32637,6 +33514,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -32679,6 +33557,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -33304,6 +34190,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -33325,6 +34212,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -33376,6 +34271,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -33397,6 +34293,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -33446,6 +34350,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -33598,6 +34506,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -33610,6 +34519,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -33851,6 +34768,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -33893,6 +34811,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -34173,6 +35099,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -34192,6 +35119,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -34265,6 +35200,10 @@ } ], "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -34498,6 +35437,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -34540,6 +35480,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -35122,6 +36070,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -35143,6 +36092,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -35194,6 +36151,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -35215,6 +36173,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -35416,6 +36382,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -35428,6 +36395,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -35696,6 +36671,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -35715,6 +36691,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -35788,6 +36772,10 @@ } ], "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -36021,6 +37009,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -36063,6 +37052,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -36645,6 +37642,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -36666,6 +37664,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -36717,6 +37723,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -36738,6 +37745,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -36939,6 +37954,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -36951,6 +37967,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -37316,6 +38340,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -37358,6 +38383,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -37983,6 +39016,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -38004,6 +39038,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -38055,6 +39097,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -38076,6 +39119,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -38125,6 +39176,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -38277,6 +39332,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -38289,6 +39345,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -38530,6 +39594,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -38572,6 +39637,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -39413,6 +40486,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -39434,6 +40508,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -39485,6 +40567,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -39506,6 +40589,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -39555,6 +40646,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -39707,6 +40802,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -39719,6 +40815,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -39960,6 +41064,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -40002,6 +41107,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -40227,6 +41340,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -40269,6 +41383,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -40894,6 +42016,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -40915,6 +42038,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -40966,6 +42097,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -40987,6 +42119,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -41036,6 +42176,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -41188,6 +42332,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -41200,6 +42345,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -41441,6 +42594,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -41483,6 +42637,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -41760,6 +42922,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -41802,6 +42965,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -42427,6 +43598,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -42448,6 +43620,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -42499,6 +43679,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -42520,6 +43701,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -42569,6 +43758,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -42721,6 +43914,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -42733,6 +43927,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -42974,6 +44176,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -43016,6 +44219,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -43857,6 +45068,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -43878,6 +45090,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -43929,6 +45149,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -43950,6 +45171,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -43999,6 +45228,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -44151,6 +45384,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -44163,6 +45397,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -44404,6 +45646,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -44446,6 +45689,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -44671,6 +45922,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -44713,6 +45965,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -45338,6 +46598,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -45359,6 +46620,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -45410,6 +46679,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -45431,6 +46701,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -45480,6 +46758,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -45632,6 +46914,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -45644,6 +46927,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -45885,6 +47176,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -45927,6 +47219,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -46737,6 +48037,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -46779,6 +48080,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -47404,6 +48713,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -47425,6 +48735,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -47476,6 +48794,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -47497,6 +48816,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -47546,6 +48873,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -47698,6 +49029,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -47710,6 +49042,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -47951,6 +49291,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -47993,6 +49334,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -48834,6 +50183,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -48855,6 +50205,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -48906,6 +50264,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -48927,6 +50286,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -48976,6 +50343,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -49128,6 +50499,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -49140,6 +50512,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -49381,6 +50761,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -49423,6 +50804,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -49648,6 +51037,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -49690,6 +51080,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -50315,6 +51713,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -50336,6 +51735,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -50387,6 +51794,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -50408,6 +51816,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -50457,6 +51873,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -50609,6 +52029,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -50621,6 +52042,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -50862,6 +52291,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -50904,6 +52334,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -52106,6 +53544,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -52118,6 +53557,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -53058,11 +54505,16 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "Sketch": { "description": "A sketch is a collection of paths.", "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -53105,6 +54557,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -53125,6 +54585,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -53146,6 +54607,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -53197,6 +54666,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -53218,6 +54688,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -53402,6 +54880,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -53414,6 +54893,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -54506,11 +55993,16 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "Sketch": { "description": "A sketch is a collection of paths.", "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -54553,6 +56045,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -54573,6 +56073,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -54594,6 +56095,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -54645,6 +56154,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -54666,6 +56176,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -54850,6 +56368,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -54862,6 +56381,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -55062,6 +56589,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -55074,6 +56602,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -55125,6 +56661,10 @@ } }, "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -55358,6 +56898,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -55400,6 +56941,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -55982,6 +57531,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -56003,6 +57553,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -56054,6 +57612,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -56075,6 +57634,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -56276,6 +57843,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -56288,6 +57856,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -56614,6 +58190,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -56635,6 +58212,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -56686,6 +58271,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -56707,6 +58293,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -56756,6 +58350,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -56919,6 +58517,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -56931,6 +58530,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -57204,6 +58811,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -57246,6 +58854,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -58044,6 +59660,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -58065,6 +59682,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -58116,6 +59741,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -58137,6 +59763,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -58186,6 +59820,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -58349,6 +59987,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -58361,6 +60000,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -58634,6 +60281,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -58676,6 +60324,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -59463,6 +61119,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -59505,6 +61162,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -60130,6 +61795,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -60151,6 +61817,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -60202,6 +61876,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -60223,6 +61898,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -60272,6 +61955,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -60424,6 +62111,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -60436,6 +62124,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -60677,6 +62373,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -60719,6 +62416,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -61029,6 +62734,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -61050,6 +62756,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -61101,6 +62815,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -61122,6 +62837,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -61171,6 +62894,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -61334,6 +63061,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -61346,6 +63074,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -61619,6 +63355,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -61661,6 +63398,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -62460,6 +64205,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -62481,6 +64227,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -62532,6 +64286,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -62553,6 +64308,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -62602,6 +64365,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -62765,6 +64532,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -62777,6 +64545,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -63050,6 +64826,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -63092,6 +64869,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -63880,6 +65665,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -63922,6 +65708,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -64547,6 +66341,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -64568,6 +66363,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -64619,6 +66422,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -64640,6 +66444,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -64689,6 +66501,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -64841,6 +66657,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -64853,6 +66670,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -65094,6 +66919,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -65136,6 +66962,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -65374,6 +67208,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -65416,6 +67251,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -66041,6 +67884,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -66062,6 +67906,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -66113,6 +67965,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -66134,6 +67987,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -66183,6 +68044,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -66335,6 +68200,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -66347,6 +68213,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -66588,6 +68462,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -66630,6 +68505,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -67472,6 +69355,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -67493,6 +69377,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -67544,6 +69436,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -67565,6 +69458,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -67614,6 +69515,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -67766,6 +69671,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -67778,6 +69684,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -68019,6 +69933,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -68061,6 +69976,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -68287,6 +70210,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -68329,6 +70253,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -68954,6 +70886,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -68975,6 +70908,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -69026,6 +70967,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -69047,6 +70989,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -69096,6 +71046,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -69248,6 +71202,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -69260,6 +71215,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -69501,6 +71464,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -69543,6 +71507,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -69883,6 +71855,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -69932,6 +71905,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -70579,6 +72560,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -70600,6 +72582,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -70651,6 +72641,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -70672,6 +72663,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -70721,6 +72720,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -70873,6 +72876,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -70885,6 +72889,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -71126,6 +73138,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -71168,6 +73181,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -72006,6 +74027,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -72027,6 +74049,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -72078,6 +74108,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -72099,6 +74130,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -72148,6 +74187,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -72300,6 +74343,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -72312,6 +74356,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -72553,6 +74605,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -72595,6 +74648,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -72825,6 +74886,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -72844,6 +74906,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -72917,6 +74987,10 @@ } ], "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -73150,6 +75224,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -73192,6 +75267,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -73774,6 +75857,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -73795,6 +75879,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -73846,6 +75938,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -73867,6 +75960,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -74068,6 +76169,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -74080,6 +76182,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -75287,6 +77397,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -75299,6 +77410,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -76239,11 +78358,16 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "Sketch": { "description": "A sketch is a collection of paths.", "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -76286,6 +78410,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -76306,6 +78438,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -76327,6 +78460,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -76378,6 +78519,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -76399,6 +78541,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -76583,6 +78733,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -76595,6 +78746,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -77687,11 +79846,16 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "Sketch": { "description": "A sketch is a collection of paths.", "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -77734,6 +79898,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -77754,6 +79926,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -77775,6 +79948,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -77826,6 +80007,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -77847,6 +80029,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -78031,6 +80221,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -78043,6 +80234,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -78243,6 +80442,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -78255,6 +80455,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -78306,6 +80514,10 @@ } }, "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -78539,6 +80751,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -78581,6 +80794,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -79163,6 +81384,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -79184,6 +81406,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -79235,6 +81465,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -79256,6 +81487,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -79457,6 +81696,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -79469,6 +81709,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -83598,6 +85846,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -83609,6 +85858,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -83634,6 +85891,10 @@ } }, "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "UnitLen": { "oneOf": [ { @@ -83821,6 +86082,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -83833,6 +86095,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -83884,6 +86154,10 @@ } }, "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -84117,6 +86391,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -84159,6 +86434,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -84741,6 +87024,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -84762,6 +87046,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -84813,6 +87105,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -84834,6 +87127,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -85035,6 +87336,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -85047,6 +87349,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -85312,6 +87622,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -85324,6 +87635,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -85375,6 +87694,10 @@ } }, "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -85608,6 +87931,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -85650,6 +87974,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -86232,6 +88564,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -86253,6 +88586,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -86304,6 +88645,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -86325,6 +88667,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -86526,6 +88876,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -86538,6 +88889,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -86818,6 +89177,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -86867,6 +89227,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -87514,6 +89882,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -87535,6 +89904,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -87586,6 +89963,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -87607,6 +89985,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -87656,6 +90042,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -87808,6 +90198,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -87820,6 +90211,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -88061,6 +90460,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -88103,6 +90503,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -88328,6 +90736,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -88370,6 +90779,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -88995,6 +91412,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -89016,6 +91434,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -89067,6 +91493,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -89088,6 +91515,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -89137,6 +91572,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -89289,6 +91728,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -89301,6 +91741,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -89542,6 +91990,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -89584,6 +92033,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -89810,6 +92267,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -89852,6 +92310,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -90477,6 +92943,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -90498,6 +92965,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -90549,6 +93024,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -90570,6 +93046,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -90619,6 +93103,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -90771,6 +93259,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -90783,6 +93272,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -91024,6 +93521,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -91066,6 +93564,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -91318,6 +93824,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -91330,6 +93837,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -91381,6 +93896,10 @@ } }, "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -91614,6 +94133,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -91656,6 +94176,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -92238,6 +94766,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -92259,6 +94788,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -92310,6 +94847,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -92331,6 +94869,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -92532,6 +95078,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -92544,6 +95091,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -92809,6 +95364,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -92821,6 +95377,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -92872,6 +95436,10 @@ } }, "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -93105,6 +95673,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -93147,6 +95716,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -93729,6 +96306,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -93750,6 +96328,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -93801,6 +96387,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -93822,6 +96409,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -94023,6 +96618,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -94035,6 +96631,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -94802,6 +97406,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -94844,6 +97449,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -95469,6 +98082,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -95490,6 +98104,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -95541,6 +98163,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -95562,6 +98185,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -95611,6 +98242,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -95763,6 +98398,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -95775,6 +98411,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -96016,6 +98660,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -96058,6 +98703,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -96310,6 +98963,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -96352,6 +99006,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -96977,6 +99639,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -96998,6 +99661,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -97049,6 +99720,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -97070,6 +99742,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -97119,6 +99799,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -97271,6 +99955,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -97283,6 +99968,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -97524,6 +100217,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -97566,6 +100260,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -97983,6 +100685,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -98025,6 +100728,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -98650,6 +101361,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -98671,6 +101383,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -98722,6 +101442,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -98743,6 +101464,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -98792,6 +101521,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -98944,6 +101677,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -98956,6 +101690,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -99197,6 +101939,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -99239,6 +101982,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -100083,6 +102834,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -100104,6 +102856,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -100155,6 +102915,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -100176,6 +102937,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -100225,6 +102994,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -100377,6 +103150,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -100389,6 +103163,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -100630,6 +103412,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -100672,6 +103455,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -101515,6 +104306,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -101536,6 +104328,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -101587,6 +104387,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -101608,6 +104409,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -101657,6 +104466,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -101809,6 +104622,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -101821,6 +104635,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -102062,6 +104884,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -102104,6 +104927,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -102946,6 +105777,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -102967,6 +105799,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -103018,6 +105858,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -103039,6 +105880,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -103088,6 +105937,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -103240,6 +106093,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -103252,6 +106106,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -103493,6 +106355,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -103535,6 +106398,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -103761,6 +106632,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -103803,6 +106675,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -104428,6 +107308,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -104449,6 +107330,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -104500,6 +107389,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -104521,6 +107411,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -104570,6 +107468,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -104722,6 +107624,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -104734,6 +107637,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -104975,6 +107886,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -105017,6 +107929,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -105303,6 +108223,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -105345,6 +108266,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -105970,6 +108899,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -105991,6 +108921,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -106042,6 +108980,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -106063,6 +109002,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -106112,6 +109059,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -106264,6 +109215,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -106276,6 +109228,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -106731,6 +109691,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -106773,6 +109734,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -107398,6 +110367,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -107419,6 +110389,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -107470,6 +110448,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -107491,6 +110470,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -107540,6 +110527,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -107692,6 +110683,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -107704,6 +110696,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -108157,6 +111157,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -108199,6 +111200,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -108824,6 +111833,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -108845,6 +111855,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -108896,6 +111914,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -108917,6 +111936,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -108966,6 +111993,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -109118,6 +112149,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -109130,6 +112162,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -109586,6 +112626,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -109628,6 +112669,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -110253,6 +113302,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -110274,6 +113324,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -110325,6 +113383,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -110346,6 +113405,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -110395,6 +113462,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -110547,6 +113618,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -110559,6 +113631,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -111013,6 +114093,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -111055,6 +114136,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -111680,6 +114769,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -111701,6 +114791,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -111752,6 +114850,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -111773,6 +114872,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -111822,6 +114929,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -111974,6 +115085,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -111986,6 +115098,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -112436,6 +115556,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -112448,6 +115569,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -112499,6 +115628,10 @@ } }, "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -112732,6 +115865,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -112774,6 +115908,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -113356,6 +116498,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -113377,6 +116520,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -113428,6 +116579,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -113449,6 +116601,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -113650,6 +116810,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -113662,6 +116823,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -115463,6 +118632,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -115477,6 +118647,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -115523,6 +118701,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -115658,6 +118840,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "units", @@ -115672,6 +118855,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -115724,6 +118915,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -115736,6 +118928,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -115792,6 +118992,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -115834,6 +119035,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -115854,6 +119063,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -115875,6 +119085,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -115926,6 +119144,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -115947,6 +119166,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -116161,6 +119388,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -116172,6 +119400,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -117636,6 +120872,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -117650,6 +120887,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -117696,6 +120941,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -117831,6 +121080,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "units", @@ -117845,6 +121095,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -117897,6 +121155,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -117909,6 +121168,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -117965,6 +121232,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -118007,6 +121275,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -118027,6 +121303,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -118048,6 +121325,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -118099,6 +121384,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -118120,6 +121406,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -118334,6 +121628,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -118345,6 +121640,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -119813,6 +123116,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -119827,6 +123131,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -119873,6 +123185,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -120008,6 +123324,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "units", @@ -120022,6 +123339,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -120074,6 +123399,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -120086,6 +123412,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -120142,6 +123476,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -120184,6 +123519,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -120204,6 +123547,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -120225,6 +123569,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -120276,6 +123628,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -120297,6 +123650,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -120511,6 +123872,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -120522,6 +123884,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -121750,6 +125120,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -121799,6 +125170,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -122822,6 +126201,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -122843,6 +126223,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -122894,6 +126282,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -122915,6 +126304,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -122964,6 +126361,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -123099,6 +126500,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -123111,6 +126513,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -123167,6 +126577,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -123209,6 +126620,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -123377,6 +126796,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -123419,6 +126839,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -124044,6 +127472,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -124065,6 +127494,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -124116,6 +127553,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -124137,6 +127575,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -124186,6 +127632,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -124338,6 +127788,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -124350,6 +127801,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -124913,6 +128372,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -124927,6 +128387,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -124973,6 +128441,10 @@ } }, "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -125213,6 +128685,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -125262,6 +128735,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -125909,6 +129390,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -125930,6 +129412,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -125981,6 +129471,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -126002,6 +129493,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -126051,6 +129550,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -126203,6 +129706,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -126215,6 +129719,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -126456,6 +129968,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -126498,6 +130011,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -126730,6 +130251,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -126772,6 +130294,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -127397,6 +130927,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -127418,6 +130949,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -127469,6 +131008,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -127490,6 +131030,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -127539,6 +131087,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -127691,6 +131243,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -127703,6 +131256,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -128225,6 +131786,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -128244,6 +131806,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -128317,6 +131887,10 @@ } ], "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -128550,6 +132124,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -128592,6 +132167,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -129174,6 +132757,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -129195,6 +132779,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -129246,6 +132838,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -129267,6 +132860,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -129468,6 +133069,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -129480,6 +133082,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -129751,6 +133361,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -129763,6 +133374,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -129814,6 +133433,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -130047,6 +133670,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -130089,6 +133713,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -130671,6 +134303,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -130692,6 +134325,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -130743,6 +134384,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -130764,6 +134406,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -131230,6 +134880,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -131279,6 +134930,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -131926,6 +135585,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -131947,6 +135607,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -131998,6 +135666,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -132019,6 +135688,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -132068,6 +135745,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -132220,6 +135901,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -132232,6 +135914,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -132473,6 +136163,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -132515,6 +136206,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -132747,6 +136446,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -132789,6 +136489,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -133414,6 +137122,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -133435,6 +137144,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -133486,6 +137203,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -133507,6 +137225,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -133556,6 +137282,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -133708,6 +137438,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -133720,6 +137451,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -134226,6 +137965,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -134245,6 +137985,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -134318,6 +138066,10 @@ } ], "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -134551,6 +138303,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -134593,6 +138346,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -135175,6 +138936,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -135196,6 +138958,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -135247,6 +139017,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -135268,6 +139039,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -135469,6 +139248,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -135481,6 +139261,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -135752,6 +139540,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -135764,6 +139553,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -135815,6 +139612,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -136048,6 +139849,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -136090,6 +139892,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -136672,6 +140482,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -136693,6 +140504,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -136744,6 +140563,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -136765,6 +140585,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -137216,6 +141044,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -137235,6 +141064,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -137308,6 +141145,10 @@ } ], "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -137541,6 +141382,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -137583,6 +141425,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -138165,6 +142015,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -138186,6 +142037,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -138237,6 +142096,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -138258,6 +142118,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -138459,6 +142327,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -138471,6 +142340,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -138742,6 +142619,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -138754,6 +142632,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -138805,6 +142691,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -139038,6 +142928,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -139080,6 +142971,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -139662,6 +143561,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -139683,6 +143583,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -139734,6 +143642,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -139755,6 +143664,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -140211,6 +144128,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -140260,6 +144178,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -140907,6 +144833,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -140928,6 +144855,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -140979,6 +144914,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -141000,6 +144936,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -141049,6 +144993,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -141201,6 +145149,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -141213,6 +145162,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -141454,6 +145411,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -141496,6 +145454,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -141728,6 +145694,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -141770,6 +145737,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -142395,6 +146370,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -142416,6 +146392,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -142467,6 +146451,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -142488,6 +146473,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -142537,6 +146530,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -142689,6 +146686,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -142701,6 +146699,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -143312,6 +147318,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -143333,6 +147340,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -143384,6 +147399,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -143405,6 +147421,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -143454,6 +147478,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -143617,6 +147645,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -143629,6 +147658,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -143902,6 +147939,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -143944,6 +147982,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -144742,6 +148788,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -144763,6 +148810,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -144814,6 +148869,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -144835,6 +148891,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -144884,6 +148948,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -145047,6 +149115,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -145059,6 +149128,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -145332,6 +149409,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -145374,6 +149452,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -146161,6 +150247,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -146203,6 +150290,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -146828,6 +150923,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -146849,6 +150945,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -146900,6 +151004,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -146921,6 +151026,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -146970,6 +151083,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -147122,6 +151239,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -147134,6 +151252,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -147375,6 +151501,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -147417,6 +151544,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -149011,6 +153146,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -149025,6 +153161,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -149071,6 +153215,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -149206,6 +153354,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "units", @@ -149220,6 +153369,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -149272,6 +153429,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -149284,6 +153442,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -149340,6 +153506,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -149382,6 +153549,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -149402,6 +153577,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -149423,6 +153599,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -149474,6 +153658,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -149495,6 +153680,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -149709,6 +153902,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -149720,6 +153914,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -151687,6 +155889,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -151701,6 +155904,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -151747,6 +155958,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -151882,6 +156097,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "units", @@ -151896,6 +156112,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -151948,6 +156172,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -151960,6 +156185,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -152016,6 +156249,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -152058,6 +156292,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -152078,6 +156320,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -152099,6 +156342,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -152150,6 +156401,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -152171,6 +156423,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -152385,6 +156645,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -152396,6 +156657,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -152576,6 +156845,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -152618,6 +156888,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -153243,6 +157521,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -153264,6 +157543,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -153315,6 +157602,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -153336,6 +157624,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -153385,6 +157681,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -153537,6 +157837,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -153549,6 +157850,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -153790,6 +158099,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -153832,6 +158142,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -154089,6 +158407,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -154131,6 +158450,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -154756,6 +159083,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -154777,6 +159105,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -154828,6 +159164,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -154849,6 +159186,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -154898,6 +159243,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -155050,6 +159399,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -155062,6 +159412,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -155303,6 +159661,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -155345,6 +159704,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -155597,6 +159964,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -155639,6 +160007,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -156264,6 +160640,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -156285,6 +160662,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -156336,6 +160721,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -156357,6 +160743,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -156406,6 +160800,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -156558,6 +160956,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -156570,6 +160969,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -156811,6 +161218,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -156853,6 +161261,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -158460,6 +162876,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -158474,6 +162891,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -158520,6 +162945,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -158655,6 +163084,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "units", @@ -158669,6 +163099,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -158721,6 +163159,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -158733,6 +163172,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -158789,6 +163236,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -158831,6 +163279,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -158851,6 +163307,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -158872,6 +163329,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -158923,6 +163388,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -158944,6 +163410,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -159158,6 +163632,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -159169,6 +163644,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -161134,6 +165617,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -161148,6 +165632,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -161194,6 +165686,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -161329,6 +165825,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "units", @@ -161343,6 +165840,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -161395,6 +165900,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -161407,6 +165913,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -161463,6 +165977,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -161505,6 +166020,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -161525,6 +166048,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -161546,6 +166070,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -161597,6 +166129,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -161618,6 +166151,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -161832,6 +166373,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -161843,6 +166385,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -163809,6 +168359,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -163823,6 +168374,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -163869,6 +168428,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -164004,6 +168567,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "units", @@ -164018,6 +168582,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -164070,6 +168642,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -164082,6 +168655,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -164138,6 +168719,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -164180,6 +168762,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -164200,6 +168790,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -164221,6 +168812,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -164272,6 +168871,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -164293,6 +168893,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -164507,6 +169115,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -164518,6 +169127,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -165998,6 +170615,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -166012,6 +170630,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -166058,6 +170684,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -166193,6 +170823,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "units", @@ -166207,6 +170838,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -166259,6 +170898,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -166271,6 +170911,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -166327,6 +170975,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -166369,6 +171018,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -166389,6 +171046,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -166410,6 +171068,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -166461,6 +171127,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -166482,6 +171149,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -166696,6 +171371,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -166707,6 +171383,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -168672,6 +173356,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -168686,6 +173371,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -168732,6 +173425,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -168867,6 +173564,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "units", @@ -168881,6 +173579,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -168933,6 +173639,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -168945,6 +173652,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -169001,6 +173716,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -169043,6 +173759,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -169063,6 +173787,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -169084,6 +173809,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -169135,6 +173868,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -169156,6 +173890,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -169370,6 +174112,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -169381,6 +174124,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -170845,6 +175596,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -170859,6 +175611,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -170905,6 +175665,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -171040,6 +175804,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "units", @@ -171054,6 +175819,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -171106,6 +175879,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -171118,6 +175892,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -171174,6 +175956,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -171216,6 +175999,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -171236,6 +176027,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -171257,6 +176049,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -171308,6 +176108,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -171329,6 +176130,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -171543,6 +176352,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -171554,6 +176364,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -173520,6 +178338,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -173534,6 +178353,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -173580,6 +178407,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -173715,6 +178546,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "units", @@ -173729,6 +178561,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -173781,6 +178621,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -173793,6 +178634,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -173849,6 +178698,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -173891,6 +178741,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -173911,6 +178769,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -173932,6 +178791,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -173983,6 +178850,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -174004,6 +178872,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -174218,6 +179094,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -174229,6 +179106,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -175438,6 +180323,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -175480,6 +180366,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -176481,6 +181375,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -176502,6 +181397,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -176553,6 +181456,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -176574,6 +181478,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -176623,6 +181535,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -176758,6 +181674,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -176770,6 +181687,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -176826,6 +181751,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -176868,6 +181794,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -177030,6 +181964,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -177042,6 +181977,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -177093,6 +182036,10 @@ } }, "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -177326,6 +182273,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -177368,6 +182316,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -177950,6 +182906,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -177971,6 +182928,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -178022,6 +182987,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -178043,6 +183009,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -178244,6 +183218,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -178256,6 +183231,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -186805,6 +191788,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -186824,6 +191808,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -187802,11 +192794,16 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "Sketch": { "description": "A sketch is a collection of paths.", "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -187849,6 +192846,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -187869,6 +192874,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -187890,6 +192896,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -187941,6 +192955,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -187962,6 +192977,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -188146,6 +193169,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -188158,6 +193182,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -188362,6 +193394,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -188381,6 +193414,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -188454,6 +193495,10 @@ } ], "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -188687,6 +193732,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -188729,6 +193775,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -189311,6 +194365,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -189332,6 +194387,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -189383,6 +194446,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -189404,6 +194468,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -189605,6 +194677,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -189617,6 +194690,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -190005,6 +195086,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -190026,6 +195108,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -190077,6 +195167,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -190098,6 +195189,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -190147,6 +195246,10 @@ } ], "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -190310,6 +195413,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -190322,6 +195426,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -190595,6 +195707,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -190637,6 +195750,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -191219,6 +196340,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -191240,6 +196362,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -191291,6 +196421,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -191312,6 +196443,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -191577,6 +196716,10 @@ ], "nullable": true, "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -191740,6 +196883,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -191752,6 +196896,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -192025,6 +197177,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -192067,6 +197220,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -192649,6 +197810,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -192670,6 +197832,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -192721,6 +197891,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -192742,6 +197913,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -193004,6 +198183,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -193046,6 +198226,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -193671,6 +198859,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -193692,6 +198881,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -193743,6 +198940,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -193764,6 +198962,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -193813,6 +199019,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -193965,6 +199175,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -193977,6 +199188,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -194218,6 +199437,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -194260,6 +199480,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -194519,6 +199747,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -194561,6 +199790,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -195186,6 +200423,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -195207,6 +200445,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -195258,6 +200504,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -195279,6 +200526,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -195328,6 +200583,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -195480,6 +200739,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -195492,6 +200752,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -195733,6 +201001,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -195775,6 +201044,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -196151,6 +201428,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -196165,6 +201443,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -196211,6 +201497,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -196352,6 +201642,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -196364,6 +201655,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -196637,6 +201936,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -196679,6 +201979,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -197261,6 +202569,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -197282,6 +202591,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -197333,6 +202650,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -197354,6 +202672,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -197746,6 +203072,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "units", @@ -197760,6 +203087,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -197806,6 +203141,10 @@ } } }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -197947,6 +203286,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -197959,6 +203299,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -198232,6 +203580,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -198274,6 +203623,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -198856,6 +204213,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -198877,6 +204235,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -198928,6 +204294,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -198949,6 +204316,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -199248,6 +204623,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -199269,6 +204645,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -199320,6 +204704,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -199341,6 +204726,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -199390,6 +204783,10 @@ } ], "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -199553,6 +204950,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -199565,6 +204963,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -199838,6 +205244,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -199880,6 +205287,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -200462,6 +205877,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -200483,6 +205899,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -200534,6 +205958,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -200555,6 +205980,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -200873,6 +206306,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -200915,6 +206349,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -201540,6 +206982,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -201561,6 +207004,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -201612,6 +207063,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -201633,6 +207085,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -201682,6 +207142,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -201834,6 +207298,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -201846,6 +207311,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -202285,6 +207758,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -202296,6 +207770,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -202337,6 +207819,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -202379,6 +207862,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -202407,6 +207898,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -202449,6 +207941,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -203074,6 +208574,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -203095,6 +208596,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -203146,6 +208655,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -203167,6 +208677,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -203216,6 +208734,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -203368,6 +208890,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -203380,6 +208903,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -203819,6 +209350,7 @@ "required": [ "__meta", "angleStart", + "artifactId", "ccw", "revolutions", "units", @@ -203830,6 +209362,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "revolutions": { "description": "Number of revolutions.", "type": "number", @@ -203872,6 +209412,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -203884,6 +209425,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -203935,6 +209484,10 @@ } }, "definitions": { + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "ExtrudeSurface": { "description": "An extrude surface.", "oneOf": [ @@ -204168,6 +209721,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -204210,6 +209764,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -204792,6 +210354,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -204813,6 +210376,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -204864,6 +210435,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -204885,6 +210457,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -205086,6 +210666,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -205098,6 +210679,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -206364,6 +211953,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -206406,6 +211996,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -207031,6 +212629,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -207052,6 +212651,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -207103,6 +212710,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -207124,6 +212732,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -207173,6 +212789,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -207325,6 +212945,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -207337,6 +212958,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -207578,6 +213207,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -207620,6 +213250,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -208461,6 +214099,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -208482,6 +214121,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -208533,6 +214180,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -208554,6 +214202,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -208603,6 +214259,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -208755,6 +214415,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -208767,6 +214428,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -209008,6 +214677,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -209050,6 +214720,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -209275,6 +214953,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -209317,6 +214996,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -209942,6 +215629,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -209963,6 +215651,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -210014,6 +215710,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -210035,6 +215732,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -210084,6 +215789,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -210236,6 +215945,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -210248,6 +215958,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -210489,6 +216207,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -210531,6 +216250,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -210787,6 +216514,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -210829,6 +216557,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -211454,6 +217190,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -211475,6 +217212,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -211526,6 +217271,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -211547,6 +217293,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -211596,6 +217350,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -211748,6 +217506,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -211760,6 +217519,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -212001,6 +217768,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -212043,6 +217811,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -212884,6 +218660,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -212905,6 +218682,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -212956,6 +218741,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -212977,6 +218763,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -213026,6 +218820,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -213178,6 +218976,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -213190,6 +218989,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -213431,6 +219238,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -213473,6 +219281,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -213698,6 +219514,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -213740,6 +219557,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -214365,6 +220190,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -214386,6 +220212,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -214437,6 +220271,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -214458,6 +220293,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -214507,6 +220350,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -214659,6 +220506,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -214671,6 +220519,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -214912,6 +220768,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -214954,6 +220811,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -215210,6 +221075,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -215252,6 +221118,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -215877,6 +221751,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -215898,6 +221773,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -215949,6 +221832,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -215970,6 +221854,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -216019,6 +221911,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -216171,6 +222067,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -216183,6 +222080,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -216424,6 +222329,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -216466,6 +222372,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -217307,6 +223221,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -217328,6 +223243,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -217379,6 +223302,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -217400,6 +223324,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -217449,6 +223381,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -217601,6 +223537,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -217613,6 +223550,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -217854,6 +223799,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -217896,6 +223842,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -218121,6 +224075,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -218163,6 +224118,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -218788,6 +224751,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -218809,6 +224773,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -218860,6 +224832,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -218881,6 +224854,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -218930,6 +224911,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -219082,6 +225067,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -219094,6 +225080,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -219335,6 +225329,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -219377,6 +225372,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -219740,6 +225743,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -219782,6 +225786,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -220407,6 +226419,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -220428,6 +226441,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -220479,6 +226500,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -220500,6 +226522,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -220549,6 +226579,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -220701,6 +226735,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -220713,6 +226748,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -220954,6 +226997,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -220996,6 +227040,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -221837,6 +227889,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -221858,6 +227911,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -221909,6 +227970,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -221930,6 +227992,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -221979,6 +228049,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -222131,6 +228205,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -222143,6 +228218,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -222384,6 +228467,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -222426,6 +228510,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -222651,6 +228743,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -222693,6 +228786,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -223318,6 +229419,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -223339,6 +229441,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -223390,6 +229500,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -223411,6 +229522,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -223460,6 +229579,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -223612,6 +229735,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -223624,6 +229748,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -223865,6 +229997,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -223907,6 +230040,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -224158,6 +230299,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -224200,6 +230342,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -224825,6 +230975,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -224846,6 +230997,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -224897,6 +231056,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -224918,6 +231078,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -224967,6 +231135,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -225119,6 +231291,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -225131,6 +231304,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -225372,6 +231553,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -225414,6 +231596,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -226255,6 +232445,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -226276,6 +232467,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -226327,6 +232526,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -226348,6 +232548,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -226397,6 +232605,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -226549,6 +232761,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -226561,6 +232774,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -226802,6 +233023,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -226844,6 +233066,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -227069,6 +233299,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -227111,6 +233342,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -227736,6 +233975,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -227757,6 +233997,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -227808,6 +234056,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -227829,6 +234078,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -227878,6 +234135,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -228030,6 +234291,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -228042,6 +234304,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -228283,6 +234553,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -228325,6 +234596,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -228576,6 +234855,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -228618,6 +234898,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -229243,6 +235531,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -229264,6 +235553,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -229315,6 +235612,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -229336,6 +235634,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -229385,6 +235691,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -229537,6 +235847,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -229549,6 +235860,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -229790,6 +236109,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -229832,6 +236152,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -230673,6 +237001,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -230694,6 +237023,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -230745,6 +237082,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -230766,6 +237104,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -230815,6 +237161,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -230967,6 +237317,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -230979,6 +237330,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -231220,6 +237579,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -231262,6 +237622,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -231487,6 +237855,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -231529,6 +237898,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -232154,6 +238531,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -232175,6 +238553,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -232226,6 +238612,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -232247,6 +238634,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -232296,6 +238691,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -232448,6 +238847,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -232460,6 +238860,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -232701,6 +239109,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -232743,6 +239152,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -232994,6 +239411,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -233036,6 +239454,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -233661,6 +240087,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -233682,6 +240109,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -233733,6 +240168,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -233754,6 +240190,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -233803,6 +240247,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -233955,6 +240403,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -233967,6 +240416,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -234208,6 +240665,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -234250,6 +240708,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -235091,6 +241557,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -235112,6 +241579,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -235163,6 +241638,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -235184,6 +241660,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -235233,6 +241717,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -235385,6 +241873,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -235397,6 +241886,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -235638,6 +242135,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -235680,6 +242178,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -235905,6 +242411,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -235947,6 +242454,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, @@ -236572,6 +243087,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "origin", "type", @@ -236593,6 +243109,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "$ref": "#/components/schemas/PlaneType" }, @@ -236644,6 +243168,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "solid", "type", @@ -236665,6 +243190,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The tag of the face.", "type": "string" @@ -236714,6 +243247,10 @@ } ] }, + "ArtifactId": { + "type": "string", + "format": "uuid" + }, "PlaneType": { "description": "Type for a plane.", "oneOf": [ @@ -236866,6 +243403,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "height", "id", "sketch", @@ -236878,6 +243416,14 @@ "type": "string", "format": "uuid" }, + "artifactId": { + "description": "The artifact ID of the solid. Unlike `id`, this doesn't change.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "value": { "description": "The extrude surfaces.", "type": "array", @@ -237119,6 +243665,7 @@ "type": "object", "required": [ "__meta", + "artifactId", "id", "on", "paths", @@ -237161,6 +243708,14 @@ "$ref": "#/components/schemas/TagIdentifier" } }, + "artifactId": { + "description": "The original id of the sketch. This stays the same even if the sketch is is sketched on face etc.", + "allOf": [ + { + "$ref": "#/components/schemas/ArtifactId" + } + ] + }, "units": { "$ref": "#/components/schemas/UnitLen" }, diff --git a/docs/kcl/types/ArtifactId.md b/docs/kcl/types/ArtifactId.md new file mode 100644 index 0000000000..2875dea8d4 --- /dev/null +++ b/docs/kcl/types/ArtifactId.md @@ -0,0 +1,15 @@ +--- +title: "ArtifactId" +excerpt: "" +layout: manual +--- + + +**Type:** `string` (`uuid`) + + + + + + + diff --git a/docs/kcl/types/Face.md b/docs/kcl/types/Face.md index e82b8efb7c..b43319b339 100644 --- a/docs/kcl/types/Face.md +++ b/docs/kcl/types/Face.md @@ -17,6 +17,7 @@ A face. | Property | Type | Description | Required | |----------|------|-------------|----------| | `id` |`string`| The id of the face. | No | +| `artifactId` |[`ArtifactId`](/docs/kcl/types/ArtifactId)| The artifact ID. | No | | `value` |`string`| The tag of the face. | No | | `xAxis` |[`Point3d`](/docs/kcl/types/Point3d)| What should the face’s X axis be? | No | | `yAxis` |[`Point3d`](/docs/kcl/types/Point3d)| What should the face’s Y axis be? | No | diff --git a/docs/kcl/types/Helix.md b/docs/kcl/types/Helix.md index 60dc3c3b7b..d360fea9b6 100644 --- a/docs/kcl/types/Helix.md +++ b/docs/kcl/types/Helix.md @@ -17,6 +17,7 @@ A helix. | Property | Type | Description | Required | |----------|------|-------------|----------| | `value` |`string`| The id of the helix. | No | +| `artifactId` |[`ArtifactId`](/docs/kcl/types/ArtifactId)| The artifact ID. | No | | `revolutions` |`number`| Number of revolutions. | No | | `angleStart` |`number`| Start angle (in degrees). | No | | `ccw` |`boolean`| Is the helix rotation counter clockwise? | No | diff --git a/docs/kcl/types/HelixValue.md b/docs/kcl/types/HelixValue.md index 5b4acc8775..e0f066faa3 100644 --- a/docs/kcl/types/HelixValue.md +++ b/docs/kcl/types/HelixValue.md @@ -17,6 +17,7 @@ A helix. | Property | Type | Description | Required | |----------|------|-------------|----------| | `value` |`string`| The id of the helix. | No | +| `artifactId` |[`ArtifactId`](/docs/kcl/types/ArtifactId)| The artifact ID. | No | | `revolutions` |`number`| Number of revolutions. | No | | `angleStart` |`number`| Start angle (in degrees). | No | | `ccw` |`boolean`| Is the helix rotation counter clockwise? | No | diff --git a/docs/kcl/types/Plane.md b/docs/kcl/types/Plane.md index 0168b5137e..597bc590f8 100644 --- a/docs/kcl/types/Plane.md +++ b/docs/kcl/types/Plane.md @@ -17,6 +17,7 @@ A plane. | Property | Type | Description | Required | |----------|------|-------------|----------| | `id` |`string`| The id of the plane. | No | +| `artifactId` |[`ArtifactId`](/docs/kcl/types/ArtifactId)| The artifact ID. | No | | `value` |[`PlaneType`](/docs/kcl/types/PlaneType)| A plane. | No | | `origin` |[`Point3d`](/docs/kcl/types/Point3d)| Origin of the plane. | No | | `xAxis` |[`Point3d`](/docs/kcl/types/Point3d)| What should the plane’s X axis be? | No | diff --git a/docs/kcl/types/Sketch.md b/docs/kcl/types/Sketch.md index 18d580cde9..a299cfbd08 100644 --- a/docs/kcl/types/Sketch.md +++ b/docs/kcl/types/Sketch.md @@ -21,6 +21,7 @@ A sketch is a collection of paths. | `on` |[`SketchSurface`](/docs/kcl/types/SketchSurface)| What the sketch is on (can be a plane or a face). | No | | `start` |[`BasePath`](/docs/kcl/types/BasePath)| The starting path. | No | | `tags` |`object`| Tag identifiers that have been declared in this sketch. | No | +| `artifactId` |[`ArtifactId`](/docs/kcl/types/ArtifactId)| The original id of the sketch. This stays the same even if the sketch is is sketched on face etc. | No | | `units` |[`UnitLen`](/docs/kcl/types/UnitLen)| A sketch is a collection of paths. | No | | `__meta` |`[` [`Metadata`](/docs/kcl/types/Metadata) `]`| Metadata. | No | diff --git a/docs/kcl/types/SketchSet.md b/docs/kcl/types/SketchSet.md index 197501963a..2597d81c32 100644 --- a/docs/kcl/types/SketchSet.md +++ b/docs/kcl/types/SketchSet.md @@ -30,6 +30,7 @@ A sketch is a collection of paths. | `on` |[`SketchSurface`](/docs/kcl/types/SketchSurface)| What the sketch is on (can be a plane or a face). | No | | `start` |[`BasePath`](/docs/kcl/types/BasePath)| The starting path. | No | | `tags` |`object`| Tag identifiers that have been declared in this sketch. | No | +| `artifactId` |[`ArtifactId`](/docs/kcl/types/ArtifactId)| The original id of the sketch. This stays the same even if the sketch is is sketched on face etc. | No | | `units` |[`UnitLen`](/docs/kcl/types/UnitLen)| A sketch or a group of sketches. | No | | `__meta` |`[` [`Metadata`](/docs/kcl/types/Metadata) `]`| Metadata. | No | diff --git a/docs/kcl/types/SketchSurface.md b/docs/kcl/types/SketchSurface.md index 483ee3fee9..7cc25214a5 100644 --- a/docs/kcl/types/SketchSurface.md +++ b/docs/kcl/types/SketchSurface.md @@ -26,6 +26,7 @@ A plane. |----------|------|-------------|----------| | `type` |enum: `plane`| | No | | `id` |`string`| The id of the plane. | No | +| `artifactId` |[`ArtifactId`](/docs/kcl/types/ArtifactId)| The artifact ID. | No | | `value` |[`PlaneType`](/docs/kcl/types/PlaneType)| A sketch type. | No | | `origin` |[`Point3d`](/docs/kcl/types/Point3d)| Origin of the plane. | No | | `xAxis` |[`Point3d`](/docs/kcl/types/Point3d)| What should the plane’s X axis be? | No | @@ -50,6 +51,7 @@ A face. |----------|------|-------------|----------| | `type` |enum: `face`| | No | | `id` |`string`| The id of the face. | No | +| `artifactId` |[`ArtifactId`](/docs/kcl/types/ArtifactId)| The artifact ID. | No | | `value` |`string`| The tag of the face. | No | | `xAxis` |[`Point3d`](/docs/kcl/types/Point3d)| What should the face’s X axis be? | No | | `yAxis` |[`Point3d`](/docs/kcl/types/Point3d)| What should the face’s Y axis be? | No | diff --git a/docs/kcl/types/Solid.md b/docs/kcl/types/Solid.md index 0d442095f1..2b988c8519 100644 --- a/docs/kcl/types/Solid.md +++ b/docs/kcl/types/Solid.md @@ -17,6 +17,7 @@ An solid is a collection of extrude surfaces. | Property | Type | Description | Required | |----------|------|-------------|----------| | `id` |`string`| The id of the solid. | No | +| `artifactId` |[`ArtifactId`](/docs/kcl/types/ArtifactId)| The artifact ID of the solid. Unlike `id`, this doesn't change. | No | | `value` |`[` [`ExtrudeSurface`](/docs/kcl/types/ExtrudeSurface) `]`| The extrude surfaces. | No | | `sketch` |[`Sketch`](/docs/kcl/types/Sketch)| The sketch. | No | | `height` |`number`| The height of the solid. | No | diff --git a/docs/kcl/types/SolidSet.md b/docs/kcl/types/SolidSet.md index 78767703b7..0ab3d01b1a 100644 --- a/docs/kcl/types/SolidSet.md +++ b/docs/kcl/types/SolidSet.md @@ -26,6 +26,7 @@ An solid is a collection of extrude surfaces. |----------|------|-------------|----------| | `type` |enum: `solid`| | No | | `id` |`string`| The id of the solid. | No | +| `artifactId` |[`ArtifactId`](/docs/kcl/types/ArtifactId)| The artifact ID of the solid. Unlike `id`, this doesn't change. | No | | `value` |`[` [`ExtrudeSurface`](/docs/kcl/types/ExtrudeSurface) `]`| The extrude surfaces. | No | | `sketch` |[`Sketch`](/docs/kcl/types/Sketch)| The sketch. | No | | `height` |`number`| The height of the solid. | No |