Skip to content

Commit

Permalink
Added todo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schoetbi committed Jun 28, 2017
1 parent 453e730 commit 7d868a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions todo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# TODOs for json schema generation

## Enums with (bit_flags) option
Not sure how to handle enums with bit_flags. Is it expected that in the json file is a number or should this be an string containing the enum value name?

## Include Jsonschema validation with python
Include Python test with [jsonschema](https://pypi.python.org/pypi/jsonschema)

## Handling of hash options

When this option is present in the json this field is expected to be a string.

0 comments on commit 7d868a8

Please sign in to comment.