fixed template schema

This commit is contained in:
Andrew Nester 2024-11-20 12:03:48 +01:00
parent 8842d17cf1
commit b73c24d01f
No known key found for this signature in database
GPG Key ID: 12BC628A44B7DA57
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
},
"root_path": {
"type": "string",
"description": "Root path to deploy bundle to"
"description": "Root path to deploy bundle to",
"default": ""
}
}
}