diff options
Diffstat (limited to 'vpp-common/vpp-translate-utils/src/test/resources/naming.json')
-rw-r--r-- | vpp-common/vpp-translate-utils/src/test/resources/naming.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vpp-common/vpp-translate-utils/src/test/resources/naming.json b/vpp-common/vpp-translate-utils/src/test/resources/naming.json new file mode 100644 index 000000000..0248264d2 --- /dev/null +++ b/vpp-common/vpp-translate-utils/src/test/resources/naming.json @@ -0,0 +1,14 @@ +{ + "mappings": { + "mapping": [ + { + "name": "name-1", + "index": 1 + }, + { + "name": "name-2", + "index": 2 + } + ] + } +}
\ No newline at end of file |