Update the generated json schemas

This commit is contained in:
Jonas Lochmann
2022-01-24 18:15:37 +01:00
parent 5825ac617f
commit b43059f8e2
11 changed files with 12 additions and 100 deletions
+3 -36
View File
@@ -1504,16 +1504,7 @@ const definitions = {
}
],
"minItems": 2,
"additionalItems": {
"anyOf": [
{
"type": "number"
},
{
"type": "number"
}
]
}
"maxItems": 2
}
},
"sdl": {
@@ -1535,22 +1526,7 @@ const definitions = {
}
],
"minItems": 4,
"additionalItems": {
"anyOf": [
{
"type": "number"
},
{
"type": "number"
},
{
"type": "number"
},
{
"type": "number"
}
]
}
"maxItems": 4
}
}
},
@@ -1681,16 +1657,7 @@ const definitions = {
}
],
"minItems": 2,
"additionalItems": {
"anyOf": [
{
"type": "string"
},
{
"type": "string"
}
]
}
"maxItems": 2
}
},
"updatedOrAdded": {