blob: 6d0fb3c890d443b22dcaecbc06c621650afdb656 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"fileName": {
"type": "string" <#if !manual>,
"enum":["${image.fileName}"]
</#if>
},
"description": {
"type": "string"
}
},
"additionalProperties": false
}