Migrate all the getSchema() calls to use the dynamic catalogue.
Overview Diagram
┌─────────────────────────────────────────────────────────────────────────────┐
│ getSchema() Call Hierarchy │
└─────────────────────────────────────────────────────────────────────────────┘
CamelComponentSchemaService.getSchema()
▲
│
│ (line 269)
┌───────────────┴───────────────┐
│ │
AbstractCamelVisualEntity.getNodeSchema() │
│ │
│ (line 69) │
▲ │
│ │
VisualizationNode.getNodeSchema() │
│ │
│ (line 95) │
▲ │
│ │
┌───────────┴───────────────────────────┐ │
│ │ │
│ │ │
┌───────┴─────────┐ ┌────────┴──┴────────┐
│ Feature Usage │ │ Entity Overrides │
└─────────────────┘ └────────────────────┘
│ │
│ │
┌───────┼───────────────┐ │
│ │ │ │
│ │ │ │
▼ ▼ ▼ ▼
Forms Validation REST DSL 6 Entity-Specific Implementations
Migrate all the getSchema() calls to use the dynamic catalogue.
Overview Diagram