@@ -38,31 +38,31 @@ pub struct RootPropertiesWithDescription {}
38
38
pub struct Root {
39
39
/// A description for discriminator
40
40
#[ serde( rename = "discriminator_with_description" ) ]
41
- pub discriminatorWithDescription : RootDiscriminatorWithDescription ,
41
+ pub discriminator_with_description : RootDiscriminatorWithDescription ,
42
42
43
43
/// A description for enum
44
44
#[ serde( rename = "enum_with_description" ) ]
45
- pub enumWithDescription : RootEnumWithDescription ,
45
+ pub enum_with_description : RootEnumWithDescription ,
46
46
47
47
/// Whereas disregard and contempt for human rights have resulted in
48
48
/// barbarous acts which have outraged the conscience of mankind, and the
49
49
/// advent of a world in which human beings shall enjoy freedom of speech
50
50
/// and belief and freedom from fear and want has been proclaimed as the
51
51
/// highest aspiration of the common people,
52
52
#[ serde( rename = "long_description" ) ]
53
- pub longDescription : String ,
53
+ pub long_description : String ,
54
54
55
55
/// A description for properties
56
56
#[ serde( rename = "properties_with_description" ) ]
57
- pub propertiesWithDescription : RootPropertiesWithDescription ,
57
+ pub properties_with_description : RootPropertiesWithDescription ,
58
58
59
59
/// A description for ref
60
60
#[ serde( rename = "ref_with_description" ) ]
61
- pub refWithDescription : Baz ,
61
+ pub ref_with_description : Baz ,
62
62
63
63
/// A description for string
64
64
#[ serde( rename = "string_with_description" ) ]
65
- pub stringWithDescription : String ,
65
+ pub string_with_description : String ,
66
66
}
67
67
68
68
/// A description for a definition
0 commit comments