// Generated by redfish-codegen. Do not modify.
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
pub enum MeasurementSpecification {
/// This value shall indicate the measurement specification is defined by DMTF in DSP0274.
DMTF,
}
#[allow(clippy::derivable_impls)]
impl Default for MeasurementSpecification {
fn default() -> MeasurementSpecification {
MeasurementSpecification::DMTF
}
}
impl crate::Metadata<'static> for MeasurementSpecification {
const JSON_SCHEMA: &'static str = "ComponentIntegrity.v1_2_0.json";
}