X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=enrichment-coordinator-service%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fenrichment%2Fcontrollers%2Fr1producer%2FProducerInfoTypeInfo.java;h=311b8a7d82e42b9d337239efcd87f4a90c10cf40;hb=refs%2Fchanges%2F02%2F6702%2F2;hp=b0375c242a6c3167dec38d478ef7cb2bb61215e2;hpb=64654a9b0e63b7e36249bef4f542cdf7fac56020;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) {