1234567891011121314 |
- return {
- core = true,
- properties = {
- long_description = {
- uri = "pas:longDescription",
- label = "Long description",
- description = "Text document in Markdown format with a detailed \z
- description of the collection.",
- type = "resource",
- range = {file = true},
- },
- }
- }
|