We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f3560 commit afc9bb8Copy full SHA for afc9bb8
1 file changed
onyxia-api/src/main/resources/schemas/ide/extraenv.json
@@ -1,9 +1,11 @@
1
{
2
"$schema": "http://json-schema.org/draft-07/schema#",
3
+ "title": "Environment variables",
4
"description": "environment variables available within your service",
5
"type": "array",
6
"default": [],
7
"items": {
8
+ "title": "environment variable",
9
"type": "object",
10
"properties": {
11
"name": {
0 commit comments