//! Volume configuration for resources that may persist state.
use JsonSchema;
use ;
/// Volume specification.
///
/// `true` requests an auto-named persistent volume, `false` opts out (the
/// data is lost on `down`), and a string supplies an explicit named
/// volume.