Skip to content

Commit

Permalink
feat: modify pressure_sore and create new pain_scale_enhanced field
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragati1610 committed Sep 15, 2022
1 parent b18303e commit 3ddf5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions care/facility/models/json_schema/daily_round.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"properties": {
"region": {"type": "string"},
"scale": {"type": "number", "minimum": 1, "maximum": 5},
"description": {"type": "string"},
},
"additionalProperties": False,
"required": ["region", "scale"],
Expand Down

0 comments on commit 3ddf5bb

Please sign in to comment.