Skip to content

Commit af80271

Browse files
committed
WIP: schema
1 parent 0f983da commit af80271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/packspec/schema.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ end
3838

3939
return {
4040
title = "packspec",
41-
description = "A package specification for Neovim",
41+
description = "Package format for declaring decentralized, ad-hoc dependencies",
4242
type = 'object',
4343
additionalProperties = false,
4444
properties = {
4545
package = {
46-
description = "The name of the package",
46+
description = "Name of the package (optional)",
4747
type = "string",
4848
},
4949
version = {

0 commit comments

Comments
 (0)