From 0b491f2a6df158d4ad5c5dc3c112d8208bb3018b Mon Sep 17 00:00:00 2001 From: longwei Date: Thu, 24 Feb 2022 15:46:38 +0800 Subject: [PATCH] fix schema for deviceType Signed-off-by: longwei Change-Id: Iff0a401fde5aafaf2c93188d2fcd910e9931e4d0 --- configcheck/configSchema_rich.json | 1 - modulecheck/module.json | 1 - 2 files changed, 2 deletions(-) diff --git a/configcheck/configSchema_rich.json b/configcheck/configSchema_rich.json index c66cc5fd..e13dd8a8 100755 --- a/configcheck/configSchema_rich.json +++ b/configcheck/configSchema_rich.json @@ -1181,7 +1181,6 @@ "deviceType": { "description": "Indicates the type of devices on which the abilities can run. The value can be default, tv (smart TVs), wearable (smart watches), liteWearable (basic watches), smartVision, phone, car, tablet, router or any combination of these values.This label cannot be left blank.", "type": "array", - "minItems": 1, "uniqueItems": true, "items": { "type": "string", diff --git a/modulecheck/module.json b/modulecheck/module.json index 25099abc..078f654c 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -81,7 +81,6 @@ "deviceTypes": { "description": "Indicates the type of devices on which the abilities can run.This label cannot be left blank.", "type": "array", - "minItems": 1, "uniqueItems": true, "items": { "type": "string", -- Gitee