lib/cocina/models/dro_structural.rb in cocina-models-0.58.1 vs lib/cocina/models/dro_structural.rb in cocina-models-0.58.2

- old
+ new

@@ -5,9 +5,9 @@ class DROStructural < Struct attribute :contains, Types::Strict::Array.of(FileSet).meta(omittable: true) attribute :hasMemberOrders, Types::Strict::Array.of(Sequence).meta(omittable: true) attribute :isMemberOf, Types::Strict::Array.of(Druid).meta(omittable: true) # Agreement that covers the deposit of the DRO into SDR. - attribute :hasAgreement, Types::Strict::String.optional.meta(omittable: true) + attribute :hasAgreement, Types::Strict::String.meta(omittable: true) end end end