Skip to content

Instantly share code, notes, and snippets.

@safeamiiir
Last active March 11, 2024 17:50
Show Gist options
  • Save safeamiiir/2d5f25dd2132dc02171218ce2f9c2d30 to your computer and use it in GitHub Desktop.
Save safeamiiir/2d5f25dd2132dc02171218ce2f9c2d30 to your computer and use it in GitHub Desktop.
CLA-TEST
CLA content here.
{
"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