fixed grsf_semantic_identifier field

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@151525 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-08-01 13:14:37 +00:00
parent 3bc921785d
commit 7df140537c
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ public class FisheryRecord extends Common{
@CustomField(key="Fishery Name")
private String fisheryName;
@JsonProperty("fishery_id")
@JsonProperty("grsf_semantic_identifier")
@CustomField(key="GRSF Semantic identifier")
private String fisheryId;

View File

@ -30,7 +30,7 @@ public class StockRecord extends Common{
@CustomField(key="Stock Name")
private String stockName;
@JsonProperty("stock_id")
@JsonProperty("grsf_semantic_identifier")
@CustomField(key="GRSF Semantic identifier")
private String stockId;