Add avaibility to the schema

This commit is contained in:
Julien Duponchelle 2017-03-06 15:36:46 +01:00
parent 236e60bc46
commit 74874b8a18
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -62,6 +62,10 @@
"enum": ["stable", "experimental", "broken"],
"title": "Document if the appliance is working or not"
},
"availability": {
"enum": ["free", "with-registration", "free-to-try", "service-contract"],
"title": "About image availability: can be downloaded directly; download requires a free registration; paid but a trial version (time or feature limited) is available; not available publicly"
},
"maintainer": {
"type": "string",
"title": "Maintainer name"