aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--teal-src/util/datamapper.tl4
1 files changed, 4 insertions, 0 deletions
diff --git a/teal-src/util/datamapper.tl b/teal-src/util/datamapper.tl
index f32e49bb..7aec331b 100644
--- a/teal-src/util/datamapper.tl
+++ b/teal-src/util/datamapper.tl
@@ -14,6 +14,10 @@
-- x_name_is_value for enum fields where the <tag-name/> is the value
-- x_single_attribute for <tag attr="this"/>
--
+-- TODO arrays
+-- TODO pointers
+-- TODO cleanup / refactor
+--
local st = require "util.stanza";
local js = require "util.jsonschema"