Add component spec and blueprint
[dcaegen2/services/son-handler.git] / dpo / data-formats / policyToSonResp-dataformat.json
diff --git a/dpo/data-formats/policyToSonResp-dataformat.json b/dpo/data-formats/policyToSonResp-dataformat.json
new file mode 100644 (file)
index 0000000..526f145
--- /dev/null
@@ -0,0 +1,64 @@
+{
+    "dataformatversion": "1.0.0", 
+    "jsonschema": {
+        "$schema": "http://json-schema.org/draft-04/schema#", 
+        "additionalproperties": true, 
+        "description": "", 
+        "properties": {
+            "configBody": {
+                "description": "", 
+                "type": "string"
+            }, 
+            "configBodyType": {
+                "description": "", 
+                "type": "string"
+            }, 
+            "configName": {
+                "description": "", 
+                "type": "string"
+            }, 
+            "onapName": {
+                "description": "", 
+                "type": "string"
+            }, 
+            "policyClass": {
+                "description": "", 
+                "type": "string"
+            }, 
+            "policyConfigType": {
+                "description": "", 
+                "type": "string"
+            }, 
+            "policyName": {
+                "description": "", 
+                "type": "string"
+            }, 
+            "policyVersion": {
+                "description": "", 
+                "type": "string"
+            }, 
+            "ttlDate": {
+                "description": "", 
+                "type": "string"
+            }
+        }, 
+        "required": [
+            "configBody", 
+            "configBodyType", 
+            "configName", 
+            "onapName", 
+            "policyClass", 
+            "policyConfigType", 
+            "policyName", 
+            "policyVersion", 
+            "ttlDate"
+        ], 
+        "type": "object"
+    }, 
+    "self": {
+        "description": "", 
+        "name": "POLICY_TO_SON_REST_RESP", 
+        "version": "1.0.0"
+    }
+}
+