lib/cocina/models/source.rb in cocina-models-0.79.0 vs lib/cocina/models/source.rb in cocina-models-0.80.0

- old
+ new

@@ -1,8 +1,9 @@ # frozen_string_literal: true module Cocina module Models + # Property model for indicating the vocabulary, authority, or other origin for a term, code, or identifier. class Source < Struct # Code representing the value source. attribute? :code, Types::Strict::String # URI for the value source. attribute? :uri, Types::Strict::String