Sha256: 4e740a7e65c2ad85fcd240771a89e39770a816fde396203a622c987b1f455a42

Contents?: true

Size: 457 Bytes

Versions: 1

Compression:

Stored size: 457 Bytes

Contents

# frozen_string_literal: true

module Cocina
  module Models
    class Administrative < Struct
      # example: druid:bc123df4567
      attribute :hasAdminPolicy, Types::Strict::String
      attribute :releaseTags, Types::Strict::Array.of(ReleaseTag).default([])
      # Administrative or Internal project this resource is a part of
      # example: Google Books
      attribute :partOfProject, Types::Strict::String.meta(omittable: true)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cocina-models-0.63.0 lib/cocina/models/administrative.rb