lib/cocina/models/file.rb in cocina-models-0.67.1 vs lib/cocina/models/file.rb in cocina-models-0.68.0

- old
+ new

@@ -3,10 +3,10 @@ module Cocina module Models class File < Struct include Checkable - TYPES = ['http://cocina.sul.stanford.edu/models/file.jsonld'].freeze + TYPES = ['https://cocina.sul.stanford.edu/models/file'].freeze # The content type of the File. attribute :type, Types::Strict::String.enum(*File::TYPES) # Identifier for the resource within the SDR architecture but outside of the repository. UUID. Constant across resource versions. What clients will use calling the repository. attribute :externalIdentifier, Types::Strict::String