Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdc
/
4eb4059162269fea685136572257a48345873ec7
/
.
/
openecomp-be
/
tools
/
install
/
database
/
schemaTemplates
/
composition
/
image.ftl
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
}