From de42e7e4c191485c3c21863acc44923805493449 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 14 Jun 2023 14:58:38 +0300 Subject: [PATCH] fix schema desc --- schema/metadata/app/jsLibs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/metadata/app/jsLibs.json b/schema/metadata/app/jsLibs.json index f66be9962a..c80f4bcb5f 100644 --- a/schema/metadata/app/jsLibs.json +++ b/schema/metadata/app/jsLibs.json @@ -47,7 +47,7 @@ }, "amdId": { "type": "string", - "description": "An AMD ID. If the module uses a named define function, specify that name." + "description": "An AMD ID. Needs to be specified if the module uses a named define function or other 3rd party modules require that ID." } } }