refactor: Big internal refactor
This commit is contained in:
+3
-10
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user