jesse8888

Results 1 issues of jesse8888

I have the following Java enum: @XmlType @XmlEnum(Integer.class) public enum DefaultMessageVersion { @XmlEnumValue("1") ONE; } That is producing the following json schema snippet: "defaultMessageVersion" : { "type" : "string", "enum"...