Add component spec and blueprint
[dcaegen2/services/son-handler.git] / dpo / data-formats / sonToPolicyReq-dataformat.json
diff --git a/dpo/data-formats/sonToPolicyReq-dataformat.json b/dpo/data-formats/sonToPolicyReq-dataformat.json
new file mode 100644 (file)
index 0000000..7686242
--- /dev/null
@@ -0,0 +1,24 @@
+{
+    "dataformatversion": "1.0.0", 
+    "jsonschema": {
+        "$schema": "http://json-schema.org/draft-04/schema#", 
+        "additionalproperties": true, 
+        "description": "", 
+        "properties": {
+            "policyName": {
+                "description": "", 
+                "type": "string"
+            }
+        }, 
+        "required": [
+            "policyName"
+        ], 
+        "type": "object"
+    }, 
+    "self": {
+        "description": "", 
+        "name": "SON_TO_POLICY_REST_REQ", 
+        "version": "1.0.0"
+    }
+}
+