Module: Coarnotify::Core::Notify::NotifyProperties

Defined in:
lib/coarnotify/core/notify.rb

Overview

COAR Notify properties used in COAR Notify Patterns

Most of these are provided as arrays, where the first element is the property name, and the second element is the namespace. Some are provided as plain strings without namespaces

These are suitable to be used as property names in all the property getters/setters in the notify pattern objects and in the validation configuration.

Constant Summary collapse

INBOX =

inbox property

["inbox", NOTIFY_NAMESPACE].freeze
CITE_AS =

ietf:cite-as property

["ietf:cite-as", NOTIFY_NAMESPACE].freeze
ITEM =

ietf:item property

["ietf:item", NOTIFY_NAMESPACE].freeze
NAME =

name property

"name"
MEDIA_TYPE =

mediaType property

"mediaType"