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
@@ -160,7 +160,16 @@
}
],
"minItems": 2,
"maxItems": 2
"additionalItems": {
"anyOf": [
{
"type": "number"
},
{
"type": "number"
}
]
}
}
},
"sdl": {
@@ -182,7 +191,22 @@
}
],
"minItems": 4,
"maxItems": 4
"additionalItems": {
"anyOf": [
{
"type": "number"
},
{
"type": "number"
},
{
"type": "number"
},
{
"type": "number"
}
]
}
}
}
},
@@ -319,7 +343,16 @@
}
],
"minItems": 2,
"maxItems": 2
"additionalItems": {
"anyOf": [
{
"type": "string"
},
{
"type": "string"
}
]
}
}
},
"updatedOrAdded": {