@@ -38,31 +38,31 @@ pub struct RootPropertiesWithDescription {}
3838pub struct Root {
3939 /// A description for discriminator
4040 #[ serde( rename = "discriminator_with_description" ) ]
41- pub discriminatorWithDescription : RootDiscriminatorWithDescription ,
41+ pub discriminator_with_description : RootDiscriminatorWithDescription ,
4242
4343 /// A description for enum
4444 #[ serde( rename = "enum_with_description" ) ]
45- pub enumWithDescription : RootEnumWithDescription ,
45+ pub enum_with_description : RootEnumWithDescription ,
4646
4747 /// Whereas disregard and contempt for human rights have resulted in
4848 /// barbarous acts which have outraged the conscience of mankind, and the
4949 /// advent of a world in which human beings shall enjoy freedom of speech
5050 /// and belief and freedom from fear and want has been proclaimed as the
5151 /// highest aspiration of the common people,
5252 #[ serde( rename = "long_description" ) ]
53- pub longDescription : String ,
53+ pub long_description : String ,
5454
5555 /// A description for properties
5656 #[ serde( rename = "properties_with_description" ) ]
57- pub propertiesWithDescription : RootPropertiesWithDescription ,
57+ pub properties_with_description : RootPropertiesWithDescription ,
5858
5959 /// A description for ref
6060 #[ serde( rename = "ref_with_description" ) ]
61- pub refWithDescription : Baz ,
61+ pub ref_with_description : Baz ,
6262
6363 /// A description for string
6464 #[ serde( rename = "string_with_description" ) ]
65- pub stringWithDescription : String ,
65+ pub string_with_description : String ,
6666}
6767
6868/// A description for a definition
0 commit comments