Skip to content

Commit

Permalink
Document libraryVersionSchemes in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed May 29, 2023
1 parent 3059fad commit f3d3ee9
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,20 @@
}
}
]
},
"libraryVersionSchemes": {
"description": "Version scheme to use for specific modules. Same syntax as a normal dependency, but the version need to be one of these values: \"early-semver\", \"pvp\", \"semver-spec\", \"always\", and \"strict\".",
"oneOf": [
{
"$ref": "#/$defs/Dependency"
},
{
"type": "array",
"items": {
"$ref": "#/$defs/Dependency"
}
}
]
}
}
},
Expand All @@ -457,8 +471,7 @@
"$ref": "#/$defs/RelPath"
}
}
],

]
}
},
"required": [
Expand Down

0 comments on commit f3d3ee9

Please sign in to comment.