lib/cocina/models/file_access.rb in cocina-models-0.79.0 vs lib/cocina/models/file_access.rb in cocina-models-0.80.0
- old
+ new
@@ -1,8 +1,9 @@
# frozen_string_literal: true
module Cocina
module Models
+ # Access metadata for files
class FileAccess < Struct
# Access level.
# Validation of this property is relaxed. See the openapi for full validation.
attribute? :view, Types::Strict::String.optional.default('dark')
# Download access level.