X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fenrichment%2Fcontrollers%2Fr1producer%2FProducerInfoTypeInfo.java;h=311b8a7d82e42b9d337239efcd87f4a90c10cf40;hb=f300194deee749427175a05ed4af8bd563447ba0;hp=b0375c242a6c3167dec38d478ef7cb2bb61215e2;hpb=8e5ec9ba0617881c1cd5f72c3cce2bdfca4461fb;p=nonrtric.git diff --git a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1producer/ProducerInfoTypeInfo.java b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1producer/ProducerInfoTypeInfo.java index b0375c24..311b8a7d 100644 --- a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1producer/ProducerInfoTypeInfo.java +++ b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1producer/ProducerInfoTypeInfo.java @@ -39,9 +39,9 @@ public class ProducerInfoTypeInfo { @Schema( name = "info_type_information", description = "Type specific information for the information type", - required = true) + required = false) @SerializedName("info_type_information") - @JsonProperty(value = "info_type_information", required = true) + @JsonProperty(value = "info_type_information", required = false) public Object typeSpecificInformation; public ProducerInfoTypeInfo(Object jobDataSchema, Object typeSpecificInformation) {