lib/cocina/models/contributor.rb in cocina-models-0.42.1 vs lib/cocina/models/contributor.rb in cocina-models-0.43.0
- old
+ new
@@ -9,8 +9,10 @@
# Status of the contributor relative to other parallel contributors (e.g. the primary author among a group of contributors).
attribute :status, Types::Strict::String.meta(omittable: true)
attribute :role, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
attribute :identifier, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
attribute :note, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
+ # Place of contributor in order of authorship for resource.
+ attribute :order, Types::Strict::Integer.meta(omittable: true)
end
end
end