Update generated files

This commit is contained in:
Jonas Lochmann
2021-12-27 01:00:00 +01:00
parent 3715581d10
commit add8787624
11 changed files with 236 additions and 269 deletions
+36 -3
View File
@@ -1501,7 +1501,16 @@ const definitions = {
}
],
"minItems": 2,
"maxItems": 2
"additionalItems": {
"anyOf": [
{
"type": "number"
},
{
"type": "number"
}
]
}
}
},
"sdl": {
@@ -1523,7 +1532,22 @@ const definitions = {
}
],
"minItems": 4,
"maxItems": 4
"additionalItems": {
"anyOf": [
{
"type": "number"
},
{
"type": "number"
},
{
"type": "number"
},
{
"type": "number"
}
]
}
}
}
},
@@ -1654,7 +1678,16 @@ const definitions = {
}
],
"minItems": 2,
"maxItems": 2
"additionalItems": {
"anyOf": [
{
"type": "string"
},
{
"type": "string"
}
]
}
}
},
"updatedOrAdded": {