|
1303 | 1303 | "git" |
1304 | 1304 | ] |
1305 | 1305 | }, |
1306 | | - { |
1307 | | - "required": [ |
1308 | | - "github" |
1309 | | - ] |
1310 | | - }, |
1311 | 1306 | { |
1312 | 1307 | "required": [ |
1313 | 1308 | "zip" |
|
1353 | 1348 | }, |
1354 | 1349 | "additionalProperties": false |
1355 | 1350 | }, |
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 | | - }, |
1385 | 1351 | "name": { |
1386 | 1352 | "description": "Project name", |
1387 | 1353 | "type": "string", |
|
1428 | 1394 | "git" |
1429 | 1395 | ] |
1430 | 1396 | }, |
1431 | | - { |
1432 | | - "required": [ |
1433 | | - "github" |
1434 | | - ] |
1435 | | - }, |
1436 | 1397 | { |
1437 | 1398 | "required": [ |
1438 | 1399 | "zip" |
|
1478 | 1439 | }, |
1479 | 1440 | "additionalProperties": false |
1480 | 1441 | }, |
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 | | - }, |
1510 | 1442 | "name": { |
1511 | 1443 | "description": "Project name", |
1512 | 1444 | "type": "string", |
|
1560 | 1492 | "git" |
1561 | 1493 | ] |
1562 | 1494 | }, |
1563 | | - { |
1564 | | - "required": [ |
1565 | | - "github" |
1566 | | - ] |
1567 | | - }, |
1568 | 1495 | { |
1569 | 1496 | "required": [ |
1570 | 1497 | "zip" |
|
1613 | 1540 | }, |
1614 | 1541 | "additionalProperties": false |
1615 | 1542 | }, |
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 | | - }, |
1648 | 1543 | "name": { |
1649 | 1544 | "description": "Project name", |
1650 | 1545 | "type": "string", |
|
1692 | 1587 | "git" |
1693 | 1588 | ] |
1694 | 1589 | }, |
1695 | | - { |
1696 | | - "required": [ |
1697 | | - "github" |
1698 | | - ] |
1699 | | - }, |
1700 | 1590 | { |
1701 | 1591 | "required": [ |
1702 | 1592 | "zip" |
|
1745 | 1635 | }, |
1746 | 1636 | "additionalProperties": false |
1747 | 1637 | }, |
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 | | - }, |
1780 | 1638 | "name": { |
1781 | 1639 | "description": "Project name", |
1782 | 1640 | "type": "string", |
|
0 commit comments