Details
-
Story
-
Status: Closed
-
Medium
-
Resolution: Done
-
None
-
Policy 2022-07-27->2022-08-10, Policy 2022-08-31->2022-08-17, Policy 2022-08-31->2022-09-14, Policy 2022-09-14->2022-09-28, Policy 2022-09-28->2022-10-12, Policy 2022-10-12->2022-10-26
Description
As a ONAP developer, I would like to support JSON based schema in apex-pdp to provide capabilities of defining the structure of input & output events for a policy implementation.
This will also provide users with an option against the only supported AVRO schema, which has bunch of limitations and workarounds.
Approach
- A new plugin (maven sub-module) will be added under plugins-context-schema sub-module in apex-pdp.
- examples-grpc sub-module will be updated to use the new plugin for JSON schema.
- Relevant CSIT test cases will be updated/added.
- Relevant documents will be updated/added.