hello
Last active
January 23, 2019 07:27
-
-
Save robin-drexler/b16b1998cb9c2b07c336b9be0713eace to your computer and use it in GitHub Desktop.
cla test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": { | |
"title": "Full Name", | |
"type": "string", | |
"githubKey": "name", | |
"required": true | |
}, | |
"address": { | |
"title": "Postal Adress", | |
"type": "string", | |
"required": true | |
}, | |
"country": { | |
"title": "Country", | |
"type": "string", | |
"required": true | |
}, | |
"phone": { | |
"title": "Phone", | |
"type": "string", | |
"required": true | |
}, | |
"email": { | |
"title": "E-Mail", | |
"type": "string", | |
"githubKey": "email", | |
"required": true | |
}, | |
"agreement": { | |
"title": "I accept and agree to the CLA terms and conditions for my present and future Contributions submitted to the Company. Except for the license granted herein to the Company and recipients of software distributed by the Company, I reserve all right, title, and interest in and to my Contributions", | |
"type": "boolean", | |
"required": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment