Skip to content

Commit

Permalink
Fix digestion_temperature regex
Browse files Browse the repository at this point in the history
Co-authored-by: ESapenaVentura <38617863+ESapenaVentura@users.noreply.github.com>
  • Loading branch information
arschat and ESapenaVentura authored Jan 6, 2025
1 parent 95952dd commit a2ba381
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"digestion_temperature": {
"description": "Temperature of digestion in Celsius or in general terms (i.e. cold, warm, room temperature).",
"pattern": "\\d+(\\.\\d+)?|frozen|cold|room temperature|warm",
"pattern": "^(\\d+(\\.\\d+)?|frozen|cold|room temperature|warm)$",
"type": "string",
"example": "4; 37; cold",
"user_friendly": "Digestion temperature"
Expand Down

0 comments on commit a2ba381

Please sign in to comment.