dylanglenister commited on
Commit
9d090f9
·
1 Parent(s): 3f9170c

FIX: Fix description in patient validator

Browse files
Files changed (1) hide show
  1. schemas/patient_validator.json +1 -1
schemas/patient_validator.json CHANGED
@@ -19,7 +19,7 @@
19
  "bsonType": "int",
20
  "minimum": 0,
21
  "maximum": 200,
22
- "description": "'description' must be an unsigned int and is required."
23
  },
24
  "sex": {
25
  "enum": [
 
19
  "bsonType": "int",
20
  "minimum": 0,
21
  "maximum": 200,
22
+ "description": "'description' must be an int greater than 0 and less than 200 and is required."
23
  },
24
  "sex": {
25
  "enum": [