dream-lock schemas: Explicitly state required-ness of certain keys

This commit is contained in:
Brian Leung 2022-09-01 20:21:04 -07:00
parent e928819208
commit 46e7a6fc2e
No known key found for this signature in database
GPG Key ID: 2D86D6A94C8BB3B1
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"properties": {
"_subsystem": {
"type": "object",
"required": ["nodejsVersion"],
"properties": {
"nodejsVersion": {
"type": "string"

View File

@ -5,6 +5,7 @@
"properties": {
"_subsystem": {
"type": "object",
"required": ["gitSources"],
"properties": {
"gitSources": {
"type": "array",