lib/cocina/models/contributor.rb in cocina-models-0.84.5 vs lib/cocina/models/contributor.rb in cocina-models-0.85.0
- old
+ new
@@ -12,9 +12,8 @@
attribute :role, Types::Strict::Array.of(DescriptiveValue).default([].freeze)
attribute :identifier, Types::Strict::Array.of(DescriptiveValue).default([].freeze)
attribute :note, Types::Strict::Array.of(DescriptiveValue).default([].freeze)
# URL or other pointer to the location of the contributor information.
attribute? :valueAt, Types::Strict::String
- attribute :parallelContributor, Types::Strict::Array.of(DescriptiveParallelContributor).default([].freeze)
end
end
end