[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / tools / install / database / schemaTemplates / composition / compute.ftl
1 {
2   "$schema": "http://json-schema.org/draft-04/schema#",
3   "type": "object",
4   "properties": {
5     "name": {
6       "type": "string" <#if !manual>,
7        "enum": [
8        "${compute.name}"
9         ],
10      "default": "${compute.name}"</#if>
11     },
12     "description": {
13       "type": "string",
14       "maxLength": 300
15     }
16   }
17 }