Merge pull request #161 from geekscrapy/geekscrapy-patch-1

Username is often utilised alongside a credential
pull/163/head
Alexandre Dulaunoy 2019-04-02 19:55:59 +02:00 committed by GitHub
commit ba31488e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{ {
"requiredOneOf": [ "requiredOneOf": [
"password" "password",
"username"
], ],
"attributes": { "attributes": {
"text": { "text": {
@ -67,7 +68,7 @@
] ]
} }
}, },
"version": 2, "version": 3,
"description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).", "description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).",
"meta-category": "misc", "meta-category": "misc",
"uuid": "a27e98c9-9b0e-414c-8076-d201e039ca09", "uuid": "a27e98c9-9b0e-414c-8076-d201e039ca09",