Update the generated json schemas

This commit is contained in:
Jonas Lochmann 2022-01-17 01:00:00 +01:00
parent 5825ac617f
commit b43059f8e2
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
11 changed files with 12 additions and 100 deletions

View file

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