fixed "species" label
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@150832 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5b0488704a
commit
ed273bb6fa
|
@ -92,7 +92,7 @@ public class Common extends Base{
|
|||
private List<TimeSeriesBean<String, String>> landings;
|
||||
|
||||
@JsonProperty("species")
|
||||
@CustomField(key="species")
|
||||
@CustomField(key="Species")
|
||||
private List<String> species;
|
||||
|
||||
@JsonProperty("fao_state")
|
||||
|
|
Reference in New Issue