From 0da9bfbecad511d6a5e5b2a6c4eea0530167839e Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 18 Aug 2022 09:39:50 -0400 Subject: [PATCH] Closes #882: Add support for front & rear port color --- schema/components.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schema/components.json b/schema/components.json index 23b4ec25..01fe714d 100644 --- a/schema/components.json +++ b/schema/components.json @@ -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" }