blob: 02b46633a6be20d18e571c0a6fb63514b4ec18c9 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"name": {
"type": "string" <#if !manual>,
"enum": [
"${compute.name}"
],
"default": "${compute.name}"</#if>
},
"description": {
"type": "string",
"maxLength": 300
}
}
}