lib/cocina/models/standard.rb in cocina-models-0.40.1 vs lib/cocina/models/standard.rb in cocina-models-0.41.0
- old
+ new
@@ -8,9 +8,11 @@
# URI for the standard or encoding.
attribute :uri, Types::Strict::String.meta(omittable: true)
# String describing the standard or encoding.
attribute :value, Types::Strict::String.meta(omittable: true)
attribute :note, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
+ # The version of the standard or encoding.
+ attribute :version, Types::Strict::String.meta(omittable: true)
attribute :source, Source.optional.meta(omittable: true)
end
end
end