Updated Schemas

This commit is contained in:
github-actions[bot] 2022-06-28 04:44:27 +00:00
parent f53b2a896f
commit d5286fd06e

View File

@ -115,6 +115,9 @@
"properties": {
"x": {
"type": "array",
"maxItems": 6,
"minItems": 2,
"uniqueItems": true,
"items": {
"type": "integer",
"format": "int32"
@ -122,6 +125,9 @@
},
"y": {
"type": "array",
"maxItems": 6,
"minItems": 2,
"uniqueItems": true,
"items": {
"type": "integer",
"format": "int32"
@ -129,6 +135,9 @@
},
"z": {
"type": "array",
"maxItems": 6,
"minItems": 2,
"uniqueItems": true,
"items": {
"type": "integer",
"format": "int32"