summaryrefslogtreecommitdiffstats
path: root/test/uscxml/proto/JSON.proto
diff options
context:
space:
mode:
Diffstat (limited to 'test/uscxml/proto/JSON.proto')
-rw-r--r--test/uscxml/proto/JSON.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/uscxml/proto/JSON.proto b/test/uscxml/proto/JSON.proto
new file mode 100644
index 0000000..255ab79
--- /dev/null
+++ b/test/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;
+}