mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-18 20:11:33 +03:00
dream-lock schemas: Explicitly state required-ness of certain keys
This commit is contained in:
parent
e928819208
commit
46e7a6fc2e
@ -5,6 +5,7 @@
|
||||
"properties": {
|
||||
"_subsystem": {
|
||||
"type": "object",
|
||||
"required": ["nodejsVersion"],
|
||||
"properties": {
|
||||
"nodejsVersion": {
|
||||
"type": "string"
|
||||
|
@ -5,6 +5,7 @@
|
||||
"properties": {
|
||||
"_subsystem": {
|
||||
"type": "object",
|
||||
"required": ["gitSources"],
|
||||
"properties": {
|
||||
"gitSources": {
|
||||
"type": "array",
|
||||
|
Loading…
Reference in New Issue
Block a user