Just a minor. Composer validate throws a warning.

martin@martin-XPS-13-9370 /var/www/html/d9.localhost/web/modules/contrib/jsonapi_schema (8.x-1.x=) $ composer validate
./composer.json is valid, but with a few warnings
See https://getcomposer.org/doc/04-schema.md for details on the schema
License "GPL-2.0+" is a deprecated SPDX license identifier, use "GPL-2.0-or-later" instead
keywords.1 : invalid value (JSON:API), must match [\p{N}\p{L} ._-]+

Comments

lolandese created an issue. See original summary.

lolandese’s picture

Status: Active » Needs review
StatusFileSize
new547 bytes

After applying the attached patch it is solved:

martin@martin-XPS-13-9370 /var/www/html/d9.localhost/web/modules/contrib/jsonapi_schema (8.x-1.x *=) $ composer validate
./composer.json is valid

Note that it also solves:
keywords.1 : invalid value (JSON:API), must match [\p{N}\p{L} ._-]+

Status: Needs review » Needs work
lolandese’s picture

ERROR: No valid tests were specified.

As there I no tests included in the current module code, I suggest turning off automated testing.