summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/search/data/travel/schemas/TTEdge.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/cfg/search/data/travel/schemas/TTEdge.sd')
-rw-r--r--config-model/src/test/cfg/search/data/travel/schemas/TTEdge.sd9
1 files changed, 9 insertions, 0 deletions
diff --git a/config-model/src/test/cfg/search/data/travel/schemas/TTEdge.sd b/config-model/src/test/cfg/search/data/travel/schemas/TTEdge.sd
new file mode 100644
index 00000000000..e6707345235
--- /dev/null
+++ b/config-model/src/test/cfg/search/data/travel/schemas/TTEdge.sd
@@ -0,0 +1,9 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+document TTEdge {
+
+# This field will contain a colon separate map for travel times per transport mode
+ field TransportMode type array<string> {
+ indexing: summary | index
+ }
+}
+