From 688b556a54743caab58633f574cb595ba97070f7 Mon Sep 17 00:00:00 2001 From: genglingxia Date: Wed, 31 Jan 2024 17:36:15 +0800 Subject: [PATCH] mod utd-adt.json to utd.json5 Signed-off-by: genglingxia --- modulecheck/customUtds.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulecheck/customUtds.json b/modulecheck/customUtds.json index 740c2c5d..23320e36 100644 --- a/modulecheck/customUtds.json +++ b/modulecheck/customUtds.json @@ -1,5 +1,5 @@ { - "title": "JSON schema for utd-adt.json", + "title": "JSON schema for utd.json5", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, -- Gitee