summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml/proto/JSON.proto
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-07-04 19:46:07 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-07-04 19:46:07 (GMT)
commit7bd0256239f247ed01ee6c673e31283c794bb3d0 (patch)
treea8c9b03374d995c6fd4b23cac2f5be282344bba3 /test/samples/uscxml/proto/JSON.proto
parent096f7df1137dd62871cacd371bf023e39d6b30e5 (diff)
downloaduscxml-7bd0256239f247ed01ee6c673e31283c794bb3d0.zip
uscxml-7bd0256239f247ed01ee6c673e31283c794bb3d0.tar.gz
uscxml-7bd0256239f247ed01ee6c673e31283c794bb3d0.tar.bz2
Reactiveated umundo invoker
Diffstat (limited to 'test/samples/uscxml/proto/JSON.proto')
-rw-r--r--test/samples/uscxml/proto/JSON.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/samples/uscxml/proto/JSON.proto b/test/samples/uscxml/proto/JSON.proto
new file mode 100644
index 0000000..255ab79
--- /dev/null
+++ b/test/samples/uscxml/proto/JSON.proto
@@ -0,0 +1,6 @@
+message JSONProto {
+ repeated JSONProto compound = 1;
+ optional string key = 2;
+ optional string atom = 3;
+ optional bool verbatim = 4;
+}