From 2365e4914642ff029baa6ac9b497597184063bd7 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 19 Dec 2019 13:41:43 -0500 Subject: [PATCH] Add missing subdevice_role attribute to schema --- tests/schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/schema.json b/tests/schema.json index fc6733aa4..fa81c2dfd 100644 --- a/tests/schema.json +++ b/tests/schema.json @@ -20,6 +20,13 @@ "is_full_depth": { "type": "boolean" }, + "subdevice_role": { + "type": "string", + "enum": [ + "parent", + "child" + ] + }, "console-ports": { "type": "array", "items": {