Skip to content

Commit 4e4b1a7

Browse files
Merge pull request #1426 from folio-org/OKAPI-1230
OKAPI-1230: Add optional "required" property to MD's EnvEntry.json
2 parents ab58752 + 48d05bf commit 4e4b1a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

okapi-core/src/main/raml/EnvEntry.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"description": {
1818
"description": "Description",
1919
"type": "string"
20+
},
21+
"required": {
22+
"description": "True if the module cannot function if the environment variable is missing (because no sensible default exists), false otherwise",
23+
"type": "boolean"
2024
}
2125
},
2226
"required": ["name"]

0 commit comments

Comments
 (0)