Skip to content

Commit 4f2c1ab

Browse files
committed
Update devfile schema based on devfile/api@3ac0baa
1 parent 09935aa commit 4f2c1ab

File tree

1 file changed

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

1 file changed

+0
-142
lines changed

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

Lines changed: 0 additions & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,11 +1303,6 @@
13031303
"git"
13041304
]
13051305
},
1306-
{
1307-
"required": [
1308-
"github"
1309-
]
1310-
},
13111306
{
13121307
"required": [
13131308
"zip"
@@ -1353,35 +1348,6 @@
13531348
},
13541349
"additionalProperties": false
13551350
},
1356-
"github": {
1357-
"description": "Project's GitHub source. Deprecated, use `Git` instead",
1358-
"type": "object",
1359-
"properties": {
1360-
"checkoutFrom": {
1361-
"description": "Defines from what the project should be checked out. Required if there are more than one remote configured",
1362-
"type": "object",
1363-
"properties": {
1364-
"remote": {
1365-
"description": "The remote name should be used as init. Required if there are more than one remote configured",
1366-
"type": "string"
1367-
},
1368-
"revision": {
1369-
"description": "The revision to checkout from. Should be branch name, tag or commit id. Default branch is used if missing or specified revision is not found.",
1370-
"type": "string"
1371-
}
1372-
},
1373-
"additionalProperties": false
1374-
},
1375-
"remotes": {
1376-
"description": "The remotes map which should be initialized in the git project. Must have at least one remote configured",
1377-
"type": "object",
1378-
"additionalProperties": {
1379-
"type": "string"
1380-
}
1381-
}
1382-
},
1383-
"additionalProperties": false
1384-
},
13851351
"name": {
13861352
"description": "Project name",
13871353
"type": "string",
@@ -1428,11 +1394,6 @@
14281394
"git"
14291395
]
14301396
},
1431-
{
1432-
"required": [
1433-
"github"
1434-
]
1435-
},
14361397
{
14371398
"required": [
14381399
"zip"
@@ -1478,35 +1439,6 @@
14781439
},
14791440
"additionalProperties": false
14801441
},
1481-
"github": {
1482-
"description": "Project's GitHub source. Deprecated, use `Git` instead",
1483-
"type": "object",
1484-
"properties": {
1485-
"checkoutFrom": {
1486-
"description": "Defines from what the project should be checked out. Required if there are more than one remote configured",
1487-
"type": "object",
1488-
"properties": {
1489-
"remote": {
1490-
"description": "The remote name should be used as init. Required if there are more than one remote configured",
1491-
"type": "string"
1492-
},
1493-
"revision": {
1494-
"description": "The revision to checkout from. Should be branch name, tag or commit id. Default branch is used if missing or specified revision is not found.",
1495-
"type": "string"
1496-
}
1497-
},
1498-
"additionalProperties": false
1499-
},
1500-
"remotes": {
1501-
"description": "The remotes map which should be initialized in the git project. Must have at least one remote configured",
1502-
"type": "object",
1503-
"additionalProperties": {
1504-
"type": "string"
1505-
}
1506-
}
1507-
},
1508-
"additionalProperties": false
1509-
},
15101442
"name": {
15111443
"description": "Project name",
15121444
"type": "string",
@@ -1560,11 +1492,6 @@
15601492
"git"
15611493
]
15621494
},
1563-
{
1564-
"required": [
1565-
"github"
1566-
]
1567-
},
15681495
{
15691496
"required": [
15701497
"zip"
@@ -1613,38 +1540,6 @@
16131540
},
16141541
"additionalProperties": false
16151542
},
1616-
"github": {
1617-
"description": "Project's GitHub source. Deprecated, use `Git` instead",
1618-
"type": "object",
1619-
"required": [
1620-
"remotes"
1621-
],
1622-
"properties": {
1623-
"checkoutFrom": {
1624-
"description": "Defines from what the project should be checked out. Required if there are more than one remote configured",
1625-
"type": "object",
1626-
"properties": {
1627-
"remote": {
1628-
"description": "The remote name should be used as init. Required if there are more than one remote configured",
1629-
"type": "string"
1630-
},
1631-
"revision": {
1632-
"description": "The revision to checkout from. Should be branch name, tag or commit id. Default branch is used if missing or specified revision is not found.",
1633-
"type": "string"
1634-
}
1635-
},
1636-
"additionalProperties": false
1637-
},
1638-
"remotes": {
1639-
"description": "The remotes map which should be initialized in the git project. Must have at least one remote configured",
1640-
"type": "object",
1641-
"additionalProperties": {
1642-
"type": "string"
1643-
}
1644-
}
1645-
},
1646-
"additionalProperties": false
1647-
},
16481543
"name": {
16491544
"description": "Project name",
16501545
"type": "string",
@@ -1692,11 +1587,6 @@
16921587
"git"
16931588
]
16941589
},
1695-
{
1696-
"required": [
1697-
"github"
1698-
]
1699-
},
17001590
{
17011591
"required": [
17021592
"zip"
@@ -1745,38 +1635,6 @@
17451635
},
17461636
"additionalProperties": false
17471637
},
1748-
"github": {
1749-
"description": "Project's GitHub source. Deprecated, use `Git` instead",
1750-
"type": "object",
1751-
"required": [
1752-
"remotes"
1753-
],
1754-
"properties": {
1755-
"checkoutFrom": {
1756-
"description": "Defines from what the project should be checked out. Required if there are more than one remote configured",
1757-
"type": "object",
1758-
"properties": {
1759-
"remote": {
1760-
"description": "The remote name should be used as init. Required if there are more than one remote configured",
1761-
"type": "string"
1762-
},
1763-
"revision": {
1764-
"description": "The revision to checkout from. Should be branch name, tag or commit id. Default branch is used if missing or specified revision is not found.",
1765-
"type": "string"
1766-
}
1767-
},
1768-
"additionalProperties": false
1769-
},
1770-
"remotes": {
1771-
"description": "The remotes map which should be initialized in the git project. Must have at least one remote configured",
1772-
"type": "object",
1773-
"additionalProperties": {
1774-
"type": "string"
1775-
}
1776-
}
1777-
},
1778-
"additionalProperties": false
1779-
},
17801638
"name": {
17811639
"description": "Project name",
17821640
"type": "string",

0 commit comments

Comments
 (0)