From 934f89b230e72be81bbf9e5df61edffbf46bb6f0 Mon Sep 17 00:00:00 2001 From: alakendu Date: Wed, 18 Dec 2024 11:47:26 +0530 Subject: [PATCH] handle missing items --- device/device.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device/device.yaml b/device/device.yaml index b82cf26c..fc35356f 100644 --- a/device/device.yaml +++ b/device/device.yaml @@ -113,4 +113,6 @@ components: description: >- Names of the vendor. key and value will applicable for all vendor if this field is specify. type: array - x-field-uid: 3 \ No newline at end of file + items: + type: string + x-field-uid: 3 \ No newline at end of file