module Ddr class Digest < Valkyrie::Resource attribute :type, Ddr::Files::CHECKSUM_TYPES attribute :value, Valkyrie::Types::Strict::String end end