data class Meta(val schemaVersion: MetricsSchemaVersion = MetricsSchemaVersion.CURRENT, val runId: String? = null, val generatedAt: Instant, val startTime: Instant? = null, val storeName: String? = null, val storeId: Uuid?, val windowSeconds: Int, val emaAlpha: Float)
Metadata describing snapshot timing and configuration identity.