aboutsummaryrefslogtreecommitdiffstats
path: root/resources/topology_schemas
diff options
context:
space:
mode:
Diffstat (limited to 'resources/topology_schemas')
-rw-r--r--resources/topology_schemas/topology.sch.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/topology_schemas/topology.sch.yaml b/resources/topology_schemas/topology.sch.yaml
index 1c20055e0f..1b16616ccb 100644
--- a/resources/topology_schemas/topology.sch.yaml
+++ b/resources/topology_schemas/topology.sch.yaml
@@ -124,10 +124,12 @@ schema;type_dut:
type: map
mapping:
<<: *type_node_mapping
- honeycomb:
- <<: *type_honeycomb_mapping
type:
<<: *type_node_mapping_type
enum: [DUT]
+ honeycomb:
+ type: map
+ mapping:
+ <<: *type_honeycomb_mapping
# vim: sw=2:sts=2