lib/cocina/models/request_dro.rb in cocina-models-0.79.0 vs lib/cocina/models/request_dro.rb in cocina-models-0.80.0
- old
+ new
@@ -1,8 +1,9 @@
# frozen_string_literal: true
module Cocina
module Models
+ # A request to create a DRO. This has the same general structure as a DRO but doesn't have externalIdentifier and doesn't require the access subschema. If no access subschema is provided, these values will be inherited from the AdminPolicy.
class RequestDRO < Struct
include Validatable
include Checkable