@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
40 lines (39 loc) • 750 B
JSON
{
"title": "expenses",
"description": "Holds expense claims",
"type": "object",
"properties": {
"firstName": {
"type": "string",
"description": "First name"
},
"lastName": {
"type": "string",
"description": "Last name"
},
"age": {
"type": "integer",
"description": "Age"
},
"bio": {
"type": "string",
"description": "Bio"
},
"password": {
"type": "string",
"description": "Password"
},
"repeat_password": {
"type": "string",
"description": "Repeat Password"
},
"telephone": {
"type": "string",
"description": "Telephone"
},
"date": {
"type": "string",
"description": "Date"
}
}
}