Enrichment cordinator service, added job validation
[nonrtric.git] / enrichment-coordinator-service / src / main / java / org / oransc / enrichment / controllers / consumer / ConsumerEiJobInfo.java
index 515c616..8255c43 100644 (file)
@@ -33,8 +33,8 @@ import org.immutables.gson.Gson;
 public class ConsumerEiJobInfo {
 
     @ApiModelProperty(value = "Identity of the owner of the job", required = true)
-    @SerializedName("owner")
-    @JsonProperty(value = "owner", required = true)
+    @SerializedName("job_owner")
+    @JsonProperty(value = "job_owner", required = true)
     public String owner;
 
     @ApiModelProperty(value = "EI Type specific job data", required = true)