Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 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 | } |