Skip to content

Commit 72e25cf

Browse files
committed
Add comment and finish up description
1 parent 358c5f4 commit 72e25cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config.schema.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ password:
2323
required: false
2424
position: 3
2525
profiles:
26-
description: "Nexus3 Connection profile name. This will use above options as"
26+
description: "Nexus3 Connection profile name. This will use above options as default values."
2727
type: object
2828
required: false
2929
properties: {}
3030
additionalProperties:
3131
type: object
3232
additionalProperties: false
3333
properties:
34+
# TODO: Refactor to use YAML anchors and references
3435
url:
3536
description: "URL of the JIRA instance (e.g. ``https://myproject.atlassian.net``)"
3637
type: "string"

0 commit comments

Comments
 (0)