RelayMark.Scripture.Release (relay_mark_elixir v0.5.1)

Copy Markdown View Source

Typed relaymark.scripture_release.v1 resource properties.

Summary

Types

t()

@type t() :: %RelayMark.Scripture.Release{
  attribution: String.t(),
  corpus_release_id: String.t(),
  edition_id: String.t(),
  license: RelayMark.Scripture.License.t(),
  profile: String.t(),
  provenance: RelayMark.Scripture.Provenance.t(),
  source: RelayMark.Scripture.Source.t(),
  translation_id: String.t(),
  versification_id: String.t()
}

Functions

from_map(map)