Schema errors for ai_provider_amazeeio.settings: amazee_host missing schema
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3549171. -->
Reported by: [murz](https://www.drupal.org/user/157092)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When I'm trying to install the ai_provider_amazeeio module, I get an error:</p>
<pre>In ConfigSchemaChecker.php line 98:<br>Schema errors for ai_provider_amazeeio.settings with the following errors: ai_provider_amazeeio.settings:amazee_host missing schema, ai_provider_amazeeio.settings:postgres_port variable type is string but applied schema class is Drupal\Core\TypedData\Plugin\DataType\IntegerData</pre><h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Try to install the module with the <code>testing.config_schema_checker</code> service enabled.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>We need to define each config setting in the schema.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue