in src/main/java/com/epam/digital/data/platform/form/provider/service/impl/FormSchemaProviderServiceImpl.java [158:163]
private void checkForUpdateIsFromExists(boolean isExists, String key) {
if (!isExists) {
throw new FormSchemaDataException(
String.format("The UI form scheme for the specified key '%s' is missing.", key));
}
}