Name and Version
0.10.4
What steps will reproduce the bug?
Go to Import Config in Admin UI.
Try to import configuration that contains only the EntityExtractor application (without applicationTypeSchemas).
Observe the import result.
What is the expected behavior?
Application should be imported successfully if the corresponding applicationTypeSchema already exists in the system.
What do you see instead?
Import fails with backend error:
Failed to load json schema
Additional information
Import succeeds if both the application and its applicationTypeSchema are included in the same JSON file.
Failure occurs only when the schema already exists in the environment and the app references it.