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