Getting a [warning] Invalid json in modules/contrib/schemadotorg_starterkit_events/composer.json
drush updb
Remove the extra comma after the "require" block in 'schemadotorg_starterkit_events/composer.json'
"require": {
"drupal/core": "^10.1",
"drupal/config_rewrite": "^1.0",
"drupal/smart_date": "^4.0",
"drupal/views_add_button": "^2.0",
"drupal/schemadotorg": "1.0.x-dev"
}<del>,</del>
Fixed
1.0
Code