Skip to content

Commit 1e5f067

Browse files
author
Guy Davenport
committed
corrected EnvironmentParameters to EnvironmentParameter
1 parent 2fb87e0 commit 1e5f067

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/generate-schema.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
else
3131
echo "commit=false" >> $GITHUB_ENV
3232
fi
33-
33+
if: env.commit == 'true'
34+
echo "Release branch - will commit generated files"
35+
else
36+
echo "Feature branch - will NOT commit generated files"
37+
fi
3438
generate:
3539
runs-on: ubuntu-latest
3640
needs: check

Specification/BrAPI-Schema/BrAPI-Core/Study.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"parameterName",
383383
"description"
384384
],
385-
"title": "EnvironmentParameters",
385+
"title": "EnvironmentParameter",
386386
"description": "Environmental parameters that were kept constant throughout the study and did not change between observation units. \n\nMIAPPE V1.1 (DM-57) Environment - Environmental parameters that were kept constant throughout the study and did not change between observation units or assays. Environment characteristics that vary over time, i.e. environmental variables, should be recorded as Observed Variables (see below).",
387387
"type": "object",
388388
"brapi-metadata": {

0 commit comments

Comments
 (0)