Write a schema file for AI Automators
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3537226. --> Reported by: [marcus_johansson](https://www.drupal.org/user/385947) Related to !776 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Currently we do not have a schema file at all for the AI Automators configuration entity. This was not seen in error messages due to a typo, but when the typo is fixed we also need to add a schema.</p> <p>Each config entity in Drupal needs a entity schema, and due to being misspelled AI Automators never had one.</p> <p>More info on how to setup a schema here: <a href="https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-schemametadata">https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-schemametadata</a></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add schema for configuration entity and fix typoes and remove the old file</p> > Related issue: [Issue #3491351](https://www.drupal.org/node/3491351)
issue