refactor: remove placeholder join step

This commit is contained in:
lda
2026-09-05 17:47:57 +07:00 Verified
parent 043bda6a34
commit cccdbc0a47
42 changed files with 88 additions and 309 deletions
-14
View File
@@ -1312,17 +1312,6 @@
],
"type": "object"
},
"DraftJoinStep": {
"additionalProperties": false,
"description": "Draft step that emits the current core join node.",
"properties": {
"join": {
"additionalProperties": true,
"type": "object"
}
},
"type": "object"
},
"DraftMatchCase": {
"additionalProperties": false,
"description": "One ordered equality case in a draft match decision.",
@@ -6209,9 +6198,6 @@
{
"$ref": "#/components/schemas/DraftInterruptStep"
},
{
"$ref": "#/components/schemas/DraftJoinStep"
},
{
"$ref": "#/components/schemas/DraftEndStep"
},