//! Method enum schema trait for activations
//!
//! Provides a trait that method enums can implement to support schema generation
//! with const discriminators for the method field.
use JsonSchema;
use Value;
/// Trait for method enums that can generate schema with const discriminators