[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / tools / install / database / schemaTemplates / composition / image.ftl
1 {
2 "$schema": "http://json-schema.org/draft-04/schema#",
3 "type": "object",
4 "properties": {
5     "fileName": {
6          "type": "string"
7     },
8     "description": {
9          "type": "string"
10     }
11  },
12     "additionalProperties": false
13 }