collection.lua 448 B

1234567891011121314151617
  1. return {
  2. core = true,
  3. properties = {
  4. pref_rep = {
  5. uri = "pas:hasPreferredRepresentation",
  6. label = "Preferred representation",
  7. description = "Preferred representation. Used to generate \z
  8. a thumbnail (for a visual item) or sample (for non-visual \z
  9. materials such as audio).",
  10. type = "resource",
  11. range = {file = true},
  12. },
  13. }
  14. }