X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pmproducer%2Fsrc%2Fmain%2Fjava%2Forg%2Foran%2Fpmproducer%2Fr1%2FProducerInfoTypeInfo.java;h=5e8a47a41893c8cfe2c57af195ffe6633f64c2cd;hb=refs%2Fchanges%2F95%2F11795%2F4;hp=500081e74dd7ca2d081e412bbd915e3007c8b5e6;hpb=547c200ebd35ebc81a92694fa48653d3ba6dcb27;p=nonrtric%2Fplt%2Franpm.git diff --git a/pmproducer/src/main/java/org/oran/pmproducer/r1/ProducerInfoTypeInfo.java b/pmproducer/src/main/java/org/oran/pmproducer/r1/ProducerInfoTypeInfo.java index 500081e..5e8a47a 100644 --- a/pmproducer/src/main/java/org/oran/pmproducer/r1/ProducerInfoTypeInfo.java +++ b/pmproducer/src/main/java/org/oran/pmproducer/r1/ProducerInfoTypeInfo.java @@ -28,11 +28,13 @@ import io.swagger.v3.oas.annotations.media.Schema; @Schema(name = "producer_info_type_info", description = "Information for an Information Type") public class ProducerInfoTypeInfo { + @SuppressWarnings("java:S1874") @Schema(name = "info_job_data_schema", description = "Json schema for the job data", required = true) @SerializedName("info_job_data_schema") @JsonProperty(value = "info_job_data_schema", required = true) public Object jobDataSchema; + @SuppressWarnings("java:S1874") @Schema(name = "info_type_information", description = "Type specific information for the information type", required = true) @SerializedName("info_type_information")