Require 'x'/'y' properties for LED/RGB Matrix layout (#24997)

This commit is contained in:
Joel Challis 2025-03-09 23:40:59 +00:00 committed by GitHub
parent 30daeaf09f
commit 21c1fd5e5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -554,6 +554,7 @@
"items": {
"type": "object",
"additionalProperties": false,
"required": ["x", "y"],
"properties": {
"matrix": {
"type": "array",
@ -640,6 +641,7 @@
"items": {
"type": "object",
"additionalProperties": false,
"required": ["x", "y"],
"properties": {
"matrix": {
"type": "array",