Closes #882: Add support for front & rear port color
This commit is contained in:
@@ -444,6 +444,10 @@
|
||||
"urm-p8"
|
||||
]
|
||||
},
|
||||
"color": {
|
||||
"type": "string",
|
||||
"pattern": "^[a-f0-9]{6}$"
|
||||
},
|
||||
"rear_port": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -504,6 +508,10 @@
|
||||
"urm-p8"
|
||||
]
|
||||
},
|
||||
"color": {
|
||||
"type": "string",
|
||||
"pattern": "^[a-f0-9]{6}$"
|
||||
},
|
||||
"positions": {
|
||||
"type": "integer"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user