Skip to content

Instantly share code, notes, and snippets.

View Tuman829's full-sized avatar

Boris Tuman Tuman829

View GitHub Profile
@Tuman829
Tuman829 / meetup.json
Last active September 29, 2019 04:17
Valid CSV format
{
"title": "Group Upload format",
"description": "Meetup app CSV Upload",
"fields": [
{
"name": "First Name",
"description": "First Name",
"constraints": {
"required": true,
"pattern": "[a-zA-Z]"
@Tuman829
Tuman829 / meetup.json
Created September 29, 2019 03:03
meetupValid
{
"fields":[
{
"name": "First Name",
"Constraints":{
"required": true,
"pattern": "\A[a-zA-Z]+\z",
}
},
{