Skip to content

Commit 2736f2d

Browse files
committed
Update devfile schema based on devfile/api@283b0c5
1 parent 69d1aa9 commit 2736f2d

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,10 +1481,18 @@
14811481
"description": "Optional devfile icon",
14821482
"type": "string"
14831483
},
1484+
"language": {
1485+
"description": "Optional devfile language",
1486+
"type": "string"
1487+
},
14841488
"name": {
14851489
"description": "Optional devfile name",
14861490
"type": "string"
14871491
},
1492+
"projectType": {
1493+
"description": "Optional devfile project type",
1494+
"type": "string"
1495+
},
14881496
"tags": {
14891497
"description": "Optional devfile tags",
14901498
"type": "array",
@@ -1496,6 +1504,10 @@
14961504
"description": "Optional semver-compatible version",
14971505
"type": "string",
14981506
"pattern": "^([0-9]+)\\.([0-9]+)\\.([0-9]+)(\\-[0-9a-z-]+(\\.[0-9a-z-]+)*)?(\\+[0-9A-Za-z-]+(\\.[0-9A-Za-z-]+)*)?$"
1507+
},
1508+
"website": {
1509+
"description": "Optional devfile website",
1510+
"type": "string"
14991511
}
15001512
},
15011513
"additionalProperties": true

0 commit comments

Comments
 (0)