Schema errors
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3558424. -->
Reported by: [scott_euser](https://www.drupal.org/user/3267594)
Related to !7
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>ai_translate adds third party settings to fields<br>
At this point it has only schema for its configuration</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>Standard D11 install profile</li>
<li>Add Related Articles field to Page</li>
<li>Page Manage Fields shows schema errors on save when schema validation is set to show</li>
</ol>
<blockquote><p>Schema errors for field.field.node.page.field_related_articles with the following errors: field.field.node.page.field_related_articles:third_party_settings.ai_translate 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>.</p></blockquote>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Add schema</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>MR</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>N/A</p>
<h3 id="summary-api-changes">API changes</h3>
<p>N/A</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>N/A</p>
issue