Skip to content

Commit

Permalink
feat : better enum values for climat and temporalite
Browse files Browse the repository at this point in the history
  • Loading branch information
rtaieb committed Jan 10, 2024
1 parent 780f85f commit 63018ef
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"enum": [
"oceanique",
"mediterraneen",
"semi-aride",
"semi-continental"
"semi_aride",
"semi_continental"
]
},
"climat_futur": {
Expand All @@ -94,8 +94,8 @@
"enum": [
"oceanique",
"mediterraneen",
"semi-aride",
"semi-continental"
"semi_aride",
"semi_continental"
]
},
"echelle": {
Expand All @@ -114,9 +114,9 @@
},
"type": "enumeration",
"enum": [
"Court terme",
"Moyen terme",
"Long terme"
"court_terme",
"moyen_terme",
"long_terme"
]
},
"cout": {
Expand Down

0 comments on commit 63018ef

Please sign in to comment.