From 7d868a88409b2965856493bc890a3fa870e1cc41 Mon Sep 17 00:00:00 2001 From: schoetbi Date: Wed, 28 Jun 2017 08:00:32 +0200 Subject: [PATCH] Added todo.md --- todo.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 00000000000..f858a27aa33 --- /dev/null +++ b/todo.md @@ -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. \ No newline at end of file