lib/cocina/models/descriptive_parallel_value.rb in cocina-models-0.62.1 vs lib/cocina/models/descriptive_parallel_value.rb in cocina-models-0.63.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module Cocina module Models class DescriptiveParallelValue < Struct - attribute :parallelValue, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true) + attribute :parallelValue, Types::Strict::Array.of(DescriptiveValue).default([]) end end end