Warning if version of Devfile is different from 2.2.0 (#7065)

* Warning if version of Devfile is different from 2.2.0

* Fix unit tests
This commit is contained in:
Philippe Martin
2023-09-05 11:30:51 +02:00
committed by GitHub
parent e21b80f72a
commit 3f93ac0744
13 changed files with 38 additions and 2 deletions

View File

@@ -1642,6 +1642,7 @@ components:
type: object
required:
- content
- version
- commands
- containers
- images
@@ -1652,6 +1653,8 @@ components:
properties:
content:
type: string
version:
type: string
commands:
type: array
items: