Add "license" field to Community Module JSON schema. (#25085)

Add "license" field to community module schema.
This commit is contained in:
Pascal Getreuer 2025-03-31 22:06:42 -07:00 committed by GitHub
parent 3cd2924985
commit da166d4d8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 3 deletions

View file

@ -1,6 +1,7 @@
{
"module_name": "Hello World",
"maintainer": "QMK Maintainers",
"license": "GPL-2.0-or-later",
"features": {
"console": true,
"deferred_exec": true

View file

@ -1,6 +1,7 @@
{
"module_name": "Super Alt Tab",
"maintainer": "QMK Maintainers",
"license": "GPL-2.0-or-later",
"keycodes": [
{
"key": "COMMUNITY_MODULE_SUPER_ALT_TAB",