lib/cocina/models/admin_policy_administrative.rb in cocina-models-0.64.0 vs lib/cocina/models/admin_policy_administrative.rb in cocina-models-0.65.0
- old
+ new
@@ -13,11 +13,9 @@
attribute :collectionsForRegistration, Types::Strict::Array.of(Types::Strict::String).default([].freeze)
# example: druid:bc123df4567
attribute :hasAdminPolicy, Types::Strict::String
# example: druid:bc123df4567
attribute :hasAgreement, Types::Strict::String
- # example: druid:bc123df4567
- attribute :referencesAgreement, Types::Strict::String.meta(omittable: true)
attribute :roles, Types::Strict::Array.of(AccessRole).default([].freeze)
end
end
end