lib/cocina/models/file.rb in cocina-models-0.28.0 vs lib/cocina/models/file.rb in cocina-models-0.29.0
- old
+ new
@@ -17,10 +17,10 @@
.enum('world', 'stanford', 'location-based', 'citation-only', 'dark')
end
# Represents the administration of the file
class Administrative < Struct
- attribute :sdrPreserve, Types::Strict::Bool.optional.default(false)
+ attribute :sdrPreserve, Types::Strict::Bool.optional.default(true)
attribute :shelve, Types::Strict::Bool.optional.default(false)
end
# Represents a digest (checksum) value for a file
class Fixity < Struct