rename user=>name

This commit is contained in:
2021-12-06 21:52:48 +03:00
parent eee833f62e
commit 4788b5403b
2 changed files with 8 additions and 8 deletions

View File

@@ -35,13 +35,13 @@
"type": "string",
"description": "Remote domain for check"
},
"gitcheck.user": {
"gitcheck.name": {
"type":"string",
"description": "Username for gitcheck domain"
"description": "user.name for gitcheck domain"
},
"gitcheck.email": {
"type":"string",
"description": "Email for gitcheck domain"
"description": "user.email for gitcheck domain"
}
}
}