aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-onap-vcpe/src/main/resources/schemas/GuardDecisionAttributesType.avsc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples-onap-vcpe/src/main/resources/schemas/GuardDecisionAttributesType.avsc')
-rw-r--r--examples/examples-onap-vcpe/src/main/resources/schemas/GuardDecisionAttributesType.avsc23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/examples-onap-vcpe/src/main/resources/schemas/GuardDecisionAttributesType.avsc b/examples/examples-onap-vcpe/src/main/resources/schemas/GuardDecisionAttributesType.avsc
new file mode 100644
index 000000000..bc25955fa
--- /dev/null
+++ b/examples/examples-onap-vcpe/src/main/resources/schemas/GuardDecisionAttributesType.avsc
@@ -0,0 +1,23 @@
+{
+ "type": "record",
+ "name": "GuardDecisionAttributes_Type",
+ "namespace": "org.onap.policy.apex.onap.vcpe",
+ "fields": [
+ {
+ "name": "actor",
+ "type": "string"
+ },
+ {
+ "name": "recipe",
+ "type": "string"
+ },
+ {
+ "name": "target",
+ "type": "string"
+ },
+ {
+ "name": "clname",
+ "type": "string"
+ }
+ ]
+}