Spaces:
Sleeping
Sleeping
dylanglenister
commited on
Commit
·
9d090f9
1
Parent(s):
3f9170c
FIX: Fix description in patient validator
Browse files
schemas/patient_validator.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
"bsonType": "int",
|
| 20 |
"minimum": 0,
|
| 21 |
"maximum": 200,
|
| 22 |
-
"description": "'description' must be an
|
| 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": [
|