Schema errors for views.view.ai_logs upon install
When installing `ai_logging` on a fresh Drupal 11.3.9 site (AI module version 1.3.4 and PHP 8.4.20), I received the following error: ``` $ ddev drush en ai_logging ai_api_explorer wv [warning] Schema errors for views.view.ai_logs with the following errors: views.view.ai_logs:display.default.display_options.fields.created.settings.time_diff.description missing schema. These errors mean there is configuration that does not comply with its schema. This is not a fatal error, but it is recommended to fix these issues. For more information on configuration schemas, check out <a href="https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-schemametadata">the documentation</a>. ``` -mike
issue