Explorar o código

Allow NO_PIN within info.json (#16359)

Joel Challis %!s(int64=3) %!d(string=hai) anos
pai
achega
fede569bbe
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      data/schemas/definitions.jsonschema

+ 4 - 0
data/schemas/definitions.jsonschema

@@ -51,6 +51,10 @@
     },
     "mcu_pin": {
         "oneOf": [
+            {
+                "type": "string",
+                "enum": ["NO_PIN"]
+            },
             {
                 "type": "string",
                 "pattern": "^[A-K]\\d{1,2}$"