lib/cocina/models/file.rb in cocina-models-0.79.0 vs lib/cocina/models/file.rb in cocina-models-0.80.0
- old
+ new
@@ -1,8 +1,9 @@
# frozen_string_literal: true
module Cocina
module Models
+ # Binaries that are the basis of what our domain manages. Binaries here do not include metadata files generated for the domain's own management purposes.
class File < Struct
include Checkable
TYPES = ['https://cocina.sul.stanford.edu/models/file'].freeze