Sha256: f3dee0ec152ca6e1108d42deb220fd3e07fe0b47aa343313677a333b13463a9b

Contents?: true

Size: 661 Bytes

Versions: 7

Compression:

Stored size: 661 Bytes

Contents

# Simple yaml config-driven schema which is used to define model attributes,
# index key names, and form properties.
#
# Originally generated with no metadata via
#  `rails generate hyrax:collection_resource CollectionResource`
#
# A few custom fields are added for testing purposes.

---
attributes:
  target_audience:
    type: string
    form:
      primary: true
      multiple: true
    predicate: http://hyrax-example.com/target_audience
  department:
    type: string
    form:
      primary: true
    predicate: http://hyrax-example.com/department
  course:
    type: string
    form:
      primary: false
    predicate: http://hyrax-example.com/course

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyrax-5.0.4 .dassie/config/metadata/collection_resource.yaml
hyrax-5.0.3 .dassie/config/metadata/collection_resource.yaml
hyrax-5.0.2 .dassie/config/metadata/collection_resource.yaml
hyrax-5.0.1 .dassie/config/metadata/collection_resource.yaml
hyrax-5.0.0 .dassie/config/metadata/collection_resource.yaml
hyrax-5.0.0.rc3 .dassie/config/metadata/collection_resource.yaml
hyrax-5.0.0.rc2 .dassie/config/metadata/collection_resource.yaml