mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 12:06:36 -05:00
31 lines
701 B
JSON
31 lines
701 B
JSON
{
|
|
"name": "nonprofit",
|
|
"base": "PersistedModel",
|
|
"trackChanges": false,
|
|
"idInjection": true,
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"unique": true
|
|
},
|
|
"requestedDeliverables": "array",
|
|
"whatDoesNonprofitDo": "string",
|
|
"websiteLink": "string",
|
|
"stakeholderName": "string",
|
|
"stakeholderEmail": "string",
|
|
"endUser": "string",
|
|
"approvedDeliverables": "array",
|
|
"projectDescription": "string",
|
|
"logoUrl": "string",
|
|
"imageUrl": "string",
|
|
"estimatedHours": "number",
|
|
"interestedCampers": [],
|
|
"confirmedCampers": [],
|
|
"currentStatus": "string"
|
|
},
|
|
"validations": [],
|
|
"relations": {},
|
|
"acls": [],
|
|
"methods": []
|
|
}
|