Schemas Tab
The Schemas tab displays all schemas in the migration scope, including version details, compatibility settings, and synchronization status.

Schema Statistics
Section titled “Schema Statistics”The top section displays aggregate counters:
| Metric | Description |
|---|---|
| Total Schemas | Number of schema subjects discovered on the source registry |
| Selected Schemas | Number of subjects included in the migration |
| Total Versions | Sum of all versions across discovered subjects |
| Selected Evolutions | Number of schema evolutions selected for migration |
Schema Table
Section titled “Schema Table”A table lists every discovered schema subject with the following columns:
| Column | Description |
|---|---|
| Subject | The schema subject name as registered in the source schema registry. Selected subjects display a “Selected” badge next to the name. |
| Version | Current version number of the subject |
| ID | Schema ID assigned by the registry |
| Type | Serialization format: JSON, AVRO, or PROTOBUF |
| Compatibility | Compatibility mode configured for the subject (e.g., BACKWARD, FORWARD_TRANSITIVE, FULL_TRANSITIVE) |
| Size | Schema size in bytes |
| Evolutions | Number of version evolutions for the subject |