diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-03-19 20:32:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-19 20:32:59 +0000 |
| commit | f96b95e742582011e6db6c78f4e4274c0720888d (patch) | |
| tree | d73e821010f8e3bc664a97b89b8584e92e0ab6b5 /web/models/mockpoints.js | |
| parent | 84aee4a2ed8e79f506f5c0928dacdfd313776d0f (diff) | |
| parent | 5d7cb45633994c3d51a54e525d7f9eba685b12ed (diff) | |
Merge pull request #39 from csc301-winter-2019/feat/32
Feat/32
Diffstat (limited to 'web/models/mockpoints.js')
| -rw-r--r-- | web/models/mockpoints.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/web/models/mockpoints.js b/web/models/mockpoints.js index ff5e771..ac9ecd4 100644 --- a/web/models/mockpoints.js +++ b/web/models/mockpoints.js @@ -5,10 +5,12 @@ var Schema = mongoose.Schema; var dumbJsonSchema = new Schema({ type: String, coordinates: Array, - ageRange: String, - clothingDescription: String, - isInjured: Boolean, - reasonForHelp: String + gender: String, + age: String, + race: String, + longhair: Boolean, + longbeard: Boolean, + extra: String }); // Mongoose Model definition |
