diff options
Diffstat (limited to 'schema/README.md')
-rw-r--r-- | schema/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schema/README.md b/schema/README.md new file mode 100644 index 000000000..186dc4ddf --- /dev/null +++ b/schema/README.md @@ -0,0 +1,5 @@ +# schema + +All schema's placed in here are nDPId exclusive, meaning that they are not necessarily representing a "real-world" JSON string received by e.g. `./example/py-json-stdout`. +This is due to the fact that libnDPI itself add's some JSON information to the serializer of which we have no control over. +IMHO it makes no sense to include stuff here that is part of libnDPI. |