summaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/install/database/schemaTemplates/questionnaire/image.ftl
blob: 8eba7f24515f910bc8f688f89f5d809ba5da9613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
    "format": {
        "type": "string",
        "enum": [
            "aki","ami","ari","iso","qcow2","raw", "vdi","vhd","vmdk"
        ]
    },
    "version": {
        "type": "string",
        "minLength": 1
    },
    "md5": {
        "type": "string"
    }
},
    "additionalProperties": false,
    "required": [
     "version"
    ]
}