#[derive(
Debug,
Clone,
Default,
PartialEq,
Eq,
serde::Serialize,
serde::Deserialize,
schemars::JsonSchema,
combine_structs::Fields,
)]
pub struct FormatAnnotationVocabulary {
#[serde(skip_serializing_if = "Option::is_none")]
pub format: Option<String>,
}