Skip to content

Commit aab59cc

Browse files
committed
Update devfile schema based on devfile/api@dd1d65d
1 parent 67ae078 commit aab59cc

File tree

1 file changed

+6
-6
lines changed
  • docs/modules/user-guide/attachments/jsonschemas/next

1 file changed

+6
-6
lines changed

docs/modules/user-guide/attachments/jsonschemas/next/devfile.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
],
456456
"properties": {
457457
"autoBuild": {
458-
"description": "Defines if the image should be built during startup Default is false",
458+
"description": "Defines if the image should be built during startup.\n\nDefault value is `false`",
459459
"type": "boolean"
460460
},
461461
"dockerfile": {
@@ -579,7 +579,7 @@
579579
],
580580
"properties": {
581581
"deployByDefault": {
582-
"description": "Defines if the component should be deployed during startup Default is false",
582+
"description": "Defines if the component should be deployed during startup.\n\nDefault value is `false`",
583583
"type": "boolean"
584584
},
585585
"endpoints": {
@@ -680,7 +680,7 @@
680680
],
681681
"properties": {
682682
"deployByDefault": {
683-
"description": "Defines if the component should be deployed during startup Default is false",
683+
"description": "Defines if the component should be deployed during startup.\n\nDefault value is `false`",
684684
"type": "boolean"
685685
},
686686
"endpoints": {
@@ -1338,7 +1338,7 @@
13381338
],
13391339
"properties": {
13401340
"autoBuild": {
1341-
"description": "Defines if the image should be built during startup Default is false",
1341+
"description": "Defines if the image should be built during startup.\n\nDefault value is `false`",
13421342
"type": "boolean"
13431343
},
13441344
"dockerfile": {
@@ -1456,7 +1456,7 @@
14561456
],
14571457
"properties": {
14581458
"deployByDefault": {
1459-
"description": "Defines if the component should be deployed during startup Default is false",
1459+
"description": "Defines if the component should be deployed during startup.\n\nDefault value is `false`",
14601460
"type": "boolean"
14611461
},
14621462
"endpoints": {
@@ -1554,7 +1554,7 @@
15541554
],
15551555
"properties": {
15561556
"deployByDefault": {
1557-
"description": "Defines if the component should be deployed during startup Default is false",
1557+
"description": "Defines if the component should be deployed during startup.\n\nDefault value is `false`",
15581558
"type": "boolean"
15591559
},
15601560
"endpoints": {

0 commit comments

Comments
 (0)