ga4gh-schemas icon indicating copy to clipboard operation
ga4gh-schemas copied to clipboard

Change booleans to enums

Open david4096 opened this issue 7 years ago • 0 comments

For any field where the default boolean should not be considered false, we should offer an enum that states "no value selected" or "null" that is the default. This is currently a bug that makes documents incorrect when the values aren't known, since False is assumed.

For example, improper_placement on an alignment. https://github.com/ga4gh/ga4gh-schemas/blob/master/src/main/proto/ga4gh/reads.proto#L140

david4096 avatar Mar 24 '17 20:03 david4096