Restructure the json schemas repository 47/12747/2
authorMichael Hwang <mhwang@research.att.com>
Fri, 15 Sep 2017 16:33:03 +0000 (12:33 -0400)
committerMichael Hwang <mhwang@research.att.com>
Fri, 15 Sep 2017 17:03:07 +0000 (13:03 -0400)
All the json schema files have been put into folders that will be
emulated on the remote web server by the CI process.

Change-Id: Id8ad12c4f4623db4b35ed2be7cb727666d83fc33
Issue-Id: DCAEGEN2-60
Signed-off-by: Michael Hwang <mhwang@research.att.com>
component-json-schemas/component-specification/dcae-cli-v1/component-spec-schema.json [moved from component-json-schemas/component-spec-schema.json with 100% similarity]
component-json-schemas/data-format/dcae-cli-v1/data-format-schema.json [moved from component-json-schemas/data-format-schema.json with 100% similarity]
component-json-schemas/dmaap/dcae-cli-v1/dmaap-schema.json [moved from component-json-schemas/dmaap-schema.json with 100% similarity]
dcae-cli/dcae_cli/util/config.py

index d3230bc..4628681 100644 (file)
@@ -88,7 +88,7 @@ def get_config():
 
 def get_path_component_spec():
     return get_config().get("path_component_spec",
-            "/schemas/component-specification/dcae-cli-v3/component-spec-schema.json")
+            "/schemas/component-specification/dcae-cli-v1/component-spec-schema.json")
 
 def get_path_data_format():
     return get_config().get("path_data_format",