Skip to content

Commit fe77a90

Browse files
committed
Concept needs to include all properties when serializing JSON.
1 parent 8f6dfa0 commit fe77a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/ohdsi/webapi/vocabulary/Concept.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @author fdefalco
1111
*/
12-
@JsonInclude(Include.NON_NULL)
12+
@JsonInclude(Include.ALWAYS)
1313
@JsonIgnoreProperties(ignoreUnknown = true)
1414
public class Concept {
1515
@JsonProperty("CONCEPT_ID")

0 commit comments

Comments
 (0)