Drift Report Dto
data class DriftReportDto(val schemaName: String, val versionHash: String, val contextId: String?, val capturedAt: String, val driftedEntityTypes: List<String>, val driftedRelationshipTypes: List<String>, val hasDrift: Boolean, val declaredDiff: MetamodelDiffDto?)
One drift check as it was written down.
Constructors
Properties
Link copied to clipboard
When the observation was taken, ISO-8601.
Link copied to clipboard
How the declaration itself moved since the last completed sweep, or null when no baseline had been reconciled yet.
Link copied to clipboard
Entity types the graph held that the declaration never named.
Link copied to clipboard
Relationship types observed with no declaration.
Link copied to clipboard
The declared schema's name at check time.
Link copied to clipboard
The stamp the check was judged against.