sclorng

Results 1 issues of sclorng

Currently if we expose an object, the schema is ``` @Schema(description = "The value of the characteristic", required = true) public Object getValue() { return value; } ``` gives ```...

bug