|
@@ -179,6 +179,10 @@
|
|
|
"type": "string",
|
|
|
"pattern": "^[A-K]\\d{1,2}$"
|
|
|
},
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^LINE_PIN\\d{1,2}$"
|
|
|
+ },
|
|
|
{
|
|
|
"type": "number",
|
|
|
"multipleOf": 1
|
|
@@ -198,6 +202,10 @@
|
|
|
"type": "string",
|
|
|
"pattern": "^[A-K]\\d{1,2}$"
|
|
|
},
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^LINE_PIN\\d{1,2}$"
|
|
|
+ },
|
|
|
{
|
|
|
"type": "number",
|
|
|
"multipleOf": 1
|
|
@@ -216,6 +224,10 @@
|
|
|
"type": "string",
|
|
|
"pattern": "^[A-K]\\d{1,2}$"
|
|
|
},
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^LINE_PIN\\d{1,2}$"
|
|
|
+ },
|
|
|
{
|
|
|
"type": "number",
|
|
|
"multipleOf": 1
|
|
@@ -261,7 +273,7 @@
|
|
|
},
|
|
|
"pin": {
|
|
|
"type": "string",
|
|
|
- "pattern": "^[A-K]\\d{1,2}$"
|
|
|
+ "pattern": "^([A-K]\\d{1,2}|LINE_PIN\\d{1,2})$"
|
|
|
},
|
|
|
"saturation_steps": {
|
|
|
"type": "number",
|