diff options
-rw-r--r-- | dpo/dcaeCLOutput.json (renamed from dpo/tcaOutput.json) | 6 | ||||
-rw-r--r-- | dpo/tcaSpec.json | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dpo/tcaOutput.json b/dpo/dcaeCLOutput.json index 065977a..da726d7 100644 --- a/dpo/tcaOutput.json +++ b/dpo/dcaeCLOutput.json @@ -1,12 +1,12 @@ {
"self": {
- "name": "TCA Alert Definition",
+ "name": "DCAE_CL_Output",
"version": "1.0.1",
- "description": "The format of the output event from TCA"
+ "description": "The format of the output CL event from DCAE to Policy"
},
"dataformatversion": "1.0.0",
"jsonschema": {
- "name": "TCA Alert",
+ "name": "CL Alert",
"version": "1.0.0",
"properties": {
"version": {
diff --git a/dpo/tcaSpec.json b/dpo/tcaSpec.json index a7c697e..8e69c06 100644 --- a/dpo/tcaSpec.json +++ b/dpo/tcaSpec.json @@ -17,8 +17,8 @@ "publishes": [ { "config_key": "tca_handle_out", - "format": "TCA Alert Definition", - "version": "1.0.0", + "format": "DCAE_CL_Output", + "version": "1.0.1", "type": "message router" } ] |