blob: 6d0fb3c890d443b22dcaecbc06c621650afdb656 [file] [log] [blame]
Avi Zivb8e2faf2017-07-18 19:45:38 +03001{
2"$schema": "http://json-schema.org/draft-04/schema#",
3"type": "object",
4"properties": {
5 "fileName": {
shrikantawachare9966c92018-05-15 15:32:18 +05306 "type": "string" <#if !manual>,
7 "enum":["${image.fileName}"]
8 </#if>
Avi Zivb8e2faf2017-07-18 19:45:38 +03009 },
10 "description": {
11 "type": "string"
12 }
13 },
14 "additionalProperties": false
15}