NONRTRIC - ECS Persistent storage of EI Jobs
[nonrtric.git] / enrichment-coordinator-service / src / main / java / org / oransc / enrichment / controllers / r1consumer / ConsumerInfoTypeInfo.java
index b3ef96a..d07356f 100644 (file)
@@ -32,7 +32,7 @@ import org.immutables.gson.Gson;
 public class ConsumerInfoTypeInfo {
 
     @Schema(name = "consumer_job_data_schema", description = "Json schema for the job data", required = true)
-    @SerializedName("consumer__job_data_schema")
+    @SerializedName("consumer_job_data_schema")
     @JsonProperty(value = "consumer_job_data_schema", required = true)
     public Object jobDataSchema;