fix schema desc

This commit is contained in:
Yuri Kuznetsov
2023-06-14 14:58:38 +03:00
parent 5baeea2b5d
commit de42e7e4c1
+1 -1
View File
@@ -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."
}
}
}