From 40b1ff8d94aa8a936e51ba3b14f83d40bab431fc Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 25 Aug 2020 10:18:40 -0400 Subject: Add Match documentation Adding documentation for new Match Policy Type. Issue-ID: POLICY-2596 Change-Id: I97b033b345ae40e4684d5572d47132c304c735b9 Signed-off-by: Pamela Dragosh --- docs/xacml/decision.match.response.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/xacml/decision.match.response.json (limited to 'docs/xacml/decision.match.response.json') diff --git a/docs/xacml/decision.match.response.json b/docs/xacml/decision.match.response.json new file mode 100644 index 00000000..0f9e465a --- /dev/null +++ b/docs/xacml/decision.match.response.json @@ -0,0 +1,18 @@ +{ + "policies": { + "test_match_1": { + "type": "onap.policies.match.Test", + "type_version": "1.0.0", + "properties": { + "matchable": "foo", + "nonmatchable": "value1" + }, + "name": "test_match_1", + "version": "1.0.0", + "metadata": { + "policy-id": "test_match_1", + "policy-version": "1.0.0" + } + } + } +} \ No newline at end of file -- cgit 1.2.3-korg