Skip to content

Commit afc9bb8

Browse files
authored
Add title to ide/extraenv.json (#556)
1 parent f8f3560 commit afc9bb8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

onyxia-api/src/main/resources/schemas/ide/extraenv.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"title": "Environment variables",
34
"description": "environment variables available within your service",
45
"type": "array",
56
"default": [],
67
"items": {
8+
"title": "environment variable",
79
"type": "object",
810
"properties": {
911
"name": {

0 commit comments

Comments
 (0)