collection.lua 369 B

1234567891011121314
  1. return {
  2. core = true,
  3. properties = {
  4. long_description = {
  5. uri = "pas:longDescription",
  6. label = "Long description",
  7. description = "Text document in Markdown format with a detailed \z
  8. description of the collection.",
  9. type = "resource",
  10. range = {file = true},
  11. },
  12. }
  13. }