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