Last active
March 11, 2024 17:50
-
-
Save safeamiiir/2d5f25dd2132dc02171218ce2f9c2d30 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
CLA content here. |
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" | |
}, | |
"email": { | |
"title": "E-Mail", | |
"type": "string", | |
"githubKey": "email", | |
"required": true | |
}, | |
"agreement": { | |
"title": "I have read and agree to the CLA", | |
"type": "boolean", | |
"required": true | |
}, | |
"category": { | |
"title": "How do you sign?", | |
"type": { | |
"enum": [ | |
"I am signing on behalf of myself.", | |
"I am signing on behalf of my employer." | |
] | |
}, | |
"required": true | |
}, | |
"companyName": { | |
"title": "Company Name (if it's not on behalf of your employer, please only type 'personal'", | |
"type": "string", | |
"required": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment