Add missing registry version compatibility

This commit is contained in:
grossmj 2023-06-22 11:54:37 +09:30
parent 9d83ff67cc
commit 9156faa340
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
"title": "An optional product url on vendor website"
},
"registry_version": {
"enum": [1, 2, 3, 4, 5, 6],
"enum": [1, 2, 3, 4, 5, 6, 7],
"title": "Version of the registry compatible with this appliance"
},
"status": {

View File

@ -62,7 +62,7 @@
"title": "An optional product url on vendor website"
},
"registry_version": {
"enum": [1, 2, 3, 4, 5, 6],
"enum": [1, 2, 3, 4, 5, 6, 7, 8],
"title": "Version of the registry compatible with this appliance"
},
"status": {