File tree 1 file changed +10
-7
lines changed
src/main/scripts/releases/3.3
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -803,7 +803,10 @@ var protocols = {
803
803
} ,
804
804
"fauna-ground-counts-observation.other_target_species.other_species" : {
805
805
"dataType" : "text"
806
- }
806
+ } ,
807
+ "fauna-ground-counts-conduct-survey.observation.count" : {
808
+ "dwcAttribute" : "individualCount"
809
+ } ,
807
810
} ,
808
811
"viewModel" : {
809
812
"fauna-ground-counts-observation.observation.pest_species" : {
@@ -1013,22 +1016,22 @@ var protocols = {
1013
1016
"apiEndpoint" : "ground-counts-vantage-point-surveys" ,
1014
1017
"overrides" : {
1015
1018
"dataModel" : {
1016
- "ground-counts- vantage-point-setup .observations.count_of_individuals" : {
1019
+ "vantage-point-conduct-survey .observations.count_of_individuals" : {
1017
1020
"dwcAttribute" : "individualCount"
1018
1021
} ,
1019
- "ground-counts- vantage-point-setup .observations.species.attributable_fauna_species" : {
1022
+ "vantage-point-conduct-survey .observations.species.attributable_fauna_species" : {
1020
1023
"dataType" : "species"
1021
1024
} ,
1022
- "ground-counts- vantage-point-setup .observations.species.attributable_wild_dog" : {
1025
+ "vantage-point-conduct-survey .observations.species.attributable_wild_dog" : {
1023
1026
"dataType" : "species"
1024
1027
} ,
1025
- "ground-counts- vantage-point-setup .observations.species.attributable_deer" : {
1028
+ "vantage-point-conduct-survey .observations.species.attributable_deer" : {
1026
1029
"dataType" : "species"
1027
1030
} ,
1028
- "ground-counts- vantage-point-setup .observations.spotters_name" : {
1031
+ "vantage-point-conduct-survey .observations.spotters_name" : {
1029
1032
"dataType" : "recordedBy"
1030
1033
} ,
1031
- "ground-counts- vantage-point-setup .other_target_species.other_species" : {
1034
+ "vantage-point-conduct-survey .other_target_species.other_species" : {
1032
1035
"dataType" : "text"
1033
1036
}
1034
1037
} ,
You can’t perform that action at this time.
0 commit comments