diff options
Diffstat (limited to 'schemas_json')
| -rw-r--r-- | schemas_json/project.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/schemas_json/project.yaml b/schemas_json/project.yaml index 214e388..f3440b9 100644 --- a/schemas_json/project.yaml +++ b/schemas_json/project.yaml @@ -7,7 +7,7 @@ type: object required: - domain - ssh_username - - ssh_key + - ssh_password - script properties: uri: @@ -31,10 +31,10 @@ properties: description: | Username for connecting to VM guest SSH daemon type: string - ssh_key: - title: SSH key + ssh_password: + title: SSH password description: | - Content of SSH key used for connecting to VM guest SSH daemon + Password for connecting to VM guest SSH daemon type: string script: title: Script |
