This module allows building Drupal Forms directly from defined schemas, using the structure, labels and validation constraints from the schema definition.
This works not only for configuration schemas, but for any schema you want!
Simply put, to create a form, you should only describe and manage the schema, without managing a separate form array that just repeats the schema and forces you to manage the same data in two places.