refactor: Big internal refactor

This commit is contained in:
2026-04-01 06:18:57 +02:00
parent a7578a6b16
commit 7a83a8a4be
11 changed files with 240 additions and 201 deletions
+3 -10
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "OptionalNode",
"title": "Node",
"type": "object",
"properties": {
"arch": {
@@ -192,7 +192,7 @@
"null"
],
"items": {
"$ref": "#/$defs/Patch"
"type": "string"
}
},
"controlPlane": {
@@ -201,7 +201,7 @@
"null"
],
"items": {
"$ref": "#/$defs/Patch"
"type": "string"
}
}
},
@@ -236,13 +236,6 @@
},
"additionalProperties": false
},
"Patch": {
"anyOf": [
{
"type": "string"
}
]
},
"Schematic": {
"type": "string"
},