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": { "properties": {
"x": { "x": {
"type": "array", "type": "array",
"maxItems": 6,
"minItems": 2,
"uniqueItems": true,
"items": { "items": {
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
@ -122,6 +125,9 @@
}, },
"y": { "y": {
"type": "array", "type": "array",
"maxItems": 6,
"minItems": 2,
"uniqueItems": true,
"items": { "items": {
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
@ -129,6 +135,9 @@
}, },
"z": { "z": {
"type": "array", "type": "array",
"maxItems": 6,
"minItems": 2,
"uniqueItems": true,
"items": { "items": {
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"