We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5170d8f commit c5f5831Copy full SHA for c5f5831
1 file changed
src/types.rs
@@ -4,7 +4,7 @@ use serde::{Deserialize, Serialize};
4
use serde_json::Value;
5
6
/// Schema transition: from/to are visibility values (omit, optional, required).
7
-/// During the transition period the field is always optional in the resolved schema.
+/// During the transition period the field is always the `from` visibility.
8
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
9
pub struct SchemaTransitionInfo {
10
pub from: String,
0 commit comments