From dc478d6c91264f483c6dfb79cf1ff80a12eb1be2 Mon Sep 17 00:00:00 2001 From: luna Date: Mon, 25 Feb 2019 11:13:26 +0800 Subject: api custom header Issue-ID: DCAEGEN2-897 Change-Id: Iaff1a8f71a0ab1be997fbea654d6032eee91009b Signed-off-by: luna --- .../api-custom-header/src/test/resources/api_version_config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 standardization/api-custom-header/src/test/resources/api_version_config.json (limited to 'standardization/api-custom-header/src/test/resources/api_version_config.json') diff --git a/standardization/api-custom-header/src/test/resources/api_version_config.json b/standardization/api-custom-header/src/test/resources/api_version_config.json new file mode 100644 index 00000000..81468ac4 --- /dev/null +++ b/standardization/api-custom-header/src/test/resources/api_version_config.json @@ -0,0 +1,7 @@ +{ + "apiVersion": + { + "eventListener": ["4.7.2","5.3.2","5.4.1","7.0.1"], + "xxxxxx": ["1.0.2","1.1.2","2.0.1"] + } +} \ No newline at end of file -- cgit 1.2.3-korg